Method Summary |
|
public void | ejbActivate() Not called for stateless session beans. |
public void | ejbCreate() Create an new instance of ProcessDirectoryBean for the Contributor. |
public void | ejbPassivate() Not called for stateless session beans. |
public void | ejbRemove() |
public Activity | lookupActivity(ActivityUniqueKey key) This method returns the activity identified be the given unique
key.
Parameters: key - denotes the activity to be looked up. |
public de.danet.an.workflow.api.Activity.Info | lookupActivityInfo(ActivityUniqueKey key) This method finds the activity identified be the given unique
key and returns all available information about it.
Parameters: key - denotes the activity to be looked up. |
public de.danet.an.workflow.api.Process | lookupProcess(String processMgrName, String processKey) This method finds the process identified by the given
type and key.
Parameters: processMgrName - type of the given process. Parameters: processKey - key of the process. |
public ProcessLocal | lookupProcessLocal(String processMgrName, String processKey) This method finds the process identified by the given
type and key.
Parameters: processMgrName - type of the given process. Parameters: processKey - key of the process. |
public Collection | processMgrNames() This operation method delivers a collection of process types
of created processes or an empty collection if no processes
are found.
collection of process definition types as String objectsor an empty collection if no processes are found. |
public Collection | processes() This operation method creates and delivers a collection of all
known processes. |
public void | removeProcess(de.danet.an.workflow.omgcore.WfProcess process) Removes the given process. |
public Collection | requestedBy(WfRequester req) Return the processes requested by the given requester. |
public void | setSessionContext(SessionContext context) |