Package | Description |
---|---|
org.ow2.orchestra.facade.runtime | |
org.ow2.orchestra.facade.runtime.impl |
Modifier and Type | Method and Description |
---|---|
List<ProcessInstanceStateUpdate> |
ProcessInstance.getProcessInstanceStateUpdate()
Returns the list of process instance states.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstance.addProcessInstanceState(ProcessInstanceStateUpdate state)
Update the process instance state list
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessInstanceStateUpdateImpl
This object describes a state update of a process instance.
|
Modifier and Type | Method and Description |
---|---|
ProcessInstanceStateUpdate |
ProcessInstanceStateUpdateImpl.copy()
a copy of the update.
|
Modifier and Type | Method and Description |
---|---|
List<ProcessInstanceStateUpdate> |
ProcessInstanceImpl.getProcessInstanceStateUpdate() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstanceImpl.addProcessInstanceState(ProcessInstanceStateUpdate state)
Add a
ProcessInstanceStateUpdate object in the list. |
Constructor and Description |
---|
ProcessInstanceStateUpdateImpl(ProcessInstanceStateUpdate record) |
Copyright © 2011 OW2 Consortium. All Rights Reserved.