|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessInst
Method Summary | |
---|---|
java.lang.String |
getEndedBy()
Returns the user finishing the instance of the workflow process. |
java.util.Date |
getEndedDate()
Returns the date recorded when the instance is finished. |
java.lang.Object |
getInitialVariableValue(java.lang.String variableId)
Returns the value of the variable with the specified key recorded at the instance creation. |
java.util.Map<java.lang.String,java.lang.Object> |
getInitialVariableValues()
Returns all global variables (for the process instance) defined within the xml definition file and also optionally added as parameter (variable map) of the instantiateProcess() method. |
org.ow2.bonita.util.Constants.InstanceState |
getInstanceState()
Returns the instance state. |
java.lang.Object |
getLastVariableValue(java.lang.String variableId)
Returns the (last) current value of the variable with the specified key. |
java.util.Map<java.lang.String,java.lang.Object> |
getLastVariableValues()
Returns all global variables (for the process instance) defined within the xml definition file and also optionally added as parameter (variables map) of the instantiateProcess() method. |
java.lang.String |
getParentInstanceId()
If the instance is created to execute a subflow it returns the instance id of the instance creating this instance of subflow, otherwise it returns null. |
java.lang.String |
getStartedBy()
Returns the user creating and starting the instance of the workflow process. |
java.util.Date |
getStartedDate()
Returns the date recorded when the instance has been created and started. |
Methods inherited from interface org.ow2.bonita.facade.runtime.RuntimeRecord |
---|
getInstanceId, getProcessId |
Methods inherited from interface org.ow2.bonita.facade.Record |
---|
getDeploymentId, getId, getPackageId |
Method Detail |
---|
java.lang.String getParentInstanceId()
java.util.Date getStartedDate()
java.util.Date getEndedDate()
java.lang.String getStartedBy()
java.lang.String getEndedBy()
java.util.Map<java.lang.String,java.lang.Object> getInitialVariableValues()
java.util.Map<java.lang.String,java.lang.Object> getLastVariableValues()
java.lang.Object getInitialVariableValue(java.lang.String variableId)
variableId
- the variable id.
java.lang.Object getLastVariableValue(java.lang.String variableId)
variableId
- the variable id.
org.ow2.bonita.util.Constants.InstanceState getInstanceState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |