|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessInstanceUUID | |
---|---|
org.ow2.bonita.facade.runtime | It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, hook. |
org.ow2.bonita.facade.uuid | It Contains classes that implement universally unique identifier (UUID) for returned objects or parameters of the Bonita API. |
Uses of ProcessInstanceUUID in org.ow2.bonita.facade.runtime |
---|
Methods in org.ow2.bonita.facade.runtime that return ProcessInstanceUUID | |
---|---|
ProcessInstanceUUID |
ProcessInstance.getParentInstanceUUID()
If the instance is created to execute a subflow it returns the instance processDefinitionUUID of the instance creating this instance of subflow, otherwise it returns null. |
ProcessInstanceUUID |
RuntimeRecord.getProcessInstanceUUID()
Returns the instance processDefinitionUUID (generated at the creation of the instance). |
ProcessInstanceUUID |
ProcessInstance.getUUID()
Returns the UUID of the process instance. |
Methods in org.ow2.bonita.facade.runtime that return types with arguments of type ProcessInstanceUUID | |
---|---|
java.util.Set<ProcessInstanceUUID> |
ProcessInstance.getChildrenInstanceUUID()
If this instance is a parent execution, it returns UUID of children instances otherwise an empty set |
Uses of ProcessInstanceUUID in org.ow2.bonita.facade.uuid |
---|
Constructors in org.ow2.bonita.facade.uuid with parameters of type ProcessInstanceUUID | |
---|---|
ProcessInstanceUUID(ProcessInstanceUUID src)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |