Return the application with the given id.
Parameters: id - the application id. the application. throws: InvalidIdException - if no application with the given id exists.
This method checks if a closed process should be removed. Parse the
process definition and find out if the extendAttribute with the name of
RemoveClosedProcess has the value of MANUAL,
AUTOMATIC or COMPLETED and return the
corresponding constant. Default is to remove automatically, i.e.
ProcessDefinition.REMOVE_AUTOMATICREMOVE_AUTOMATIC .
the cleanup mode.
Returns the meta information that describes the formal parameters
for this kind of process.
the process meta information. The result is nevernull, rather an array with zero element is returned.
The name of the associated
de.danet.an.workflow.omgcore.WfProcessMgr processmanager . While the name of a process in XPDL is just a human
readable "label", the name attribute of the process manager
must be unique within agiven business domain.
The standard implementation of ProcessDefinition
derives a manager name from the package and process ids in the
XPDL, separated by a slash ("/").
process manager name.
Return the participant identified by the id.
Parameters: id - identity of the participant in string a Participant object throws: InvalidIdException - if no participant with the given id exists.
This method checks if the closed process should be removed. Parse the
process definition and find out if the extendAttribute with the name of
RemoveClosedProcess has the value of MANUAL, then return false; if it
has the value of AUTOMATIC, then return true. Default is true.
true if the closed process should beremoved, otherwise false.ProcessDefinition.cleanupModecleanupMode