|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessInstance | |
---|---|
org.ow2.bonita.facade | Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. |
org.ow2.bonita.facade.runtime | It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, hook. |
Uses of ProcessInstance in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade that return ProcessInstance | |
---|---|
ProcessInstance |
QueryRuntimeAPI.getProcessInstance(ProcessInstanceUUID instanceUUID)
Returns the record of the instance with the given UUID. |
Methods in org.ow2.bonita.facade that return types with arguments of type ProcessInstance | |
---|---|
java.util.Set<ProcessInstance> |
QueryRuntimeAPI.getProcessInstances(ProcessDefinitionUUID processUUID)
Returns all records of instance for the given process processDefinitionUUID. |
Uses of ProcessInstance in org.ow2.bonita.facade.runtime |
---|
Subinterfaces of ProcessInstance in org.ow2.bonita.facade.runtime | |
---|---|
interface |
ProcessFullInstance
This interface is dedicated to internal use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |