de.danet.an.workflow.ejbs.admin |
- Copyright (C) 2001 by Danet GmbH, GS-AN
-
- $Id: package.html,v 1.1.1.1 2003/06/30 20:05:15 drmlipp Exp $
-
- $Log: package.html,v $
- Revision 1.1.1.1 2003/06/30 20:05:15 drmlipp
- Initial import
-
- Revision 1.3 2001/12/03 14:17:47 robert
- added description for ProcessDefinitionDirectory bean
-
- Revision 1.2 2001/10/12 08:35:05 robert
- Some javadoc fixes.
-
- Revision 1.1 2001/08/17 10:00:24 montag
- clean up classes and javadoc
-
-
-->
This package contains the ejb implementations of the business classes
for the workflow engine not part of the core model.
The class ProcessDirectory is an ejb interface for the
web client of the 1. iteration. It allows to start a new process and
to retrieve information about all activities stored in in the workflow db.
The class ProcessDefinitionDirectory is an ejb interface
for the web client of the 1. iteration. It allows to import a new
process definition from a XPDL file, to remove or retrieve one or all
process definitions stored in in the workflow db.
@since V1.0
|
Java Source File Name | Type | Comment |
ActivityFinder.java | Class | The implementation of
de.danet.an.workflow.spis.ras.ActivityFinderActivityFinder for this workflow package. |
ConfigurationEJB.java | Class | The entity bean ConfigurationEJB gives access to all
configuration parameters for the workflow package and provides
some utility methods that are (in the widest sense) associated with
the configuration of the package. |
DefaultToolAgentContext.java | Class | This class provides an implementation of EngineContext . |
ProcessDefinitionDirectoryEJB.java | Class | The session bean ProcessDefinitionDirectoryEJB manage the
process definitions.
Setting log level to DEBUG outputs messages about
process definition caching. |
ProcessDirectoryEJB.java | Class | The session bean ProcessDirectoryEJB manage the
processes and activities of a contributor. |
ProcessMgrStub.java | Class | This class provides a client side representation of a
WfProcessMgr . |
WorkflowEngineEJB.java | Class | The session bean WorkflowEngineEJB gives access to the
workflow engine. |