|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessInstanceStateUpdate | |
---|---|
org.ow2.orchestra.facade.runtime | |
org.ow2.orchestra.facade.runtime.impl |
Uses of ProcessInstanceStateUpdate in org.ow2.orchestra.facade.runtime |
---|
Methods in org.ow2.orchestra.facade.runtime that return types with arguments of type ProcessInstanceStateUpdate | |
---|---|
List<ProcessInstanceStateUpdate> |
ProcessInstance.getProcessInstanceStateUpdate()
Returns the list of process instance states. |
Methods in org.ow2.orchestra.facade.runtime with parameters of type ProcessInstanceStateUpdate | |
---|---|
void |
ProcessInstance.addProcessInstanceState(ProcessInstanceStateUpdate state)
Update the process instance state list |
Uses of ProcessInstanceStateUpdate in org.ow2.orchestra.facade.runtime.impl |
---|
Classes in org.ow2.orchestra.facade.runtime.impl that implement ProcessInstanceStateUpdate | |
---|---|
class |
ProcessInstanceStateUpdateImpl
This object describes a state update of a process instance. |
Methods in org.ow2.orchestra.facade.runtime.impl that return ProcessInstanceStateUpdate | |
---|---|
ProcessInstanceStateUpdate |
ProcessInstanceStateUpdateImpl.copy()
a copy of the update. |
Methods in org.ow2.orchestra.facade.runtime.impl that return types with arguments of type ProcessInstanceStateUpdate | |
---|---|
List<ProcessInstanceStateUpdate> |
ProcessInstanceImpl.getProcessInstanceStateUpdate()
|
Methods in org.ow2.orchestra.facade.runtime.impl with parameters of type ProcessInstanceStateUpdate | |
---|---|
void |
ProcessInstanceImpl.addProcessInstanceState(ProcessInstanceStateUpdate state)
Add a ProcessInstanceStateUpdate object in the list. |
Constructors in org.ow2.orchestra.facade.runtime.impl with parameters of type ProcessInstanceStateUpdate | |
---|---|
ProcessInstanceStateUpdateImpl(ProcessInstanceStateUpdate record)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |