| de.danet.an.workflow.localapi.ProcessLocal
createTime | Date createTime()(Code) | | Returns the creation time of the process.
the creation time. |
processDefinition | ProcessDefinition processDefinition()(Code) | | Returns the process definition of this process.
the representation of the process definition. |
setDebugEnabled | void setDebugEnabled(boolean debug) throws InvalidStateException(Code) | | Enable or disable debugging of the process. Changing the debug
mode is only allowed when the process has been started.
Parameters: debug - if the process is to be debugged throws: InvalidStateException - if changing debug mode is notallowed |
transitionsLocal | List transitionsLocal()(Code) | | Gets a list of transitions for this process.
list of transitions for this process |
|
|