Package | Description |
---|---|
org.ow2.orchestra.facade | |
org.ow2.orchestra.facade.data.def | |
org.ow2.orchestra.facade.def | |
org.ow2.orchestra.facade.def.impl | |
org.ow2.orchestra.facade.rest |
Modifier and Type | Method and Description |
---|---|
List<ProcessDefinition> |
QueryDefinitionAPI.findProcessDefinitions(ProcessState state)
Returns the list of processes with the given state.
|
List<ProcessDefinition> |
QueryDefinitionAPI.findProcessDefinitions(QName processQName,
ProcessState state)
Returns the list of processes with the given state and qname.
|
Modifier and Type | Method and Description |
---|---|
ProcessState |
ProcessDefinitionData.getState() |
Constructor and Description |
---|
ProcessDefinitionData(ProcessDefinitionUUID uuid,
String name,
String nameSpace,
int version,
ProcessState state) |
Modifier and Type | Method and Description |
---|---|
ProcessState |
ProcessStateUpdate.getState() |
ProcessState |
ProcessDefinition.getState() |
static ProcessState |
ProcessState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessState[] |
ProcessState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected ProcessState |
ProcessDefinitionImpl.state |
protected ProcessState |
ProcessStateUpdateImpl.state |
Modifier and Type | Method and Description |
---|---|
ProcessState |
ProcessDefinitionImpl.getState() |
ProcessState |
ProcessStateUpdateImpl.getState() |
Constructor and Description |
---|
ProcessStateUpdateImpl(Date date,
ProcessState state) |
Modifier and Type | Method and Description |
---|---|
CollectionWrapper<ProcessDefinition> |
JaxRSQueryDefinitionAPI.findProcessDefinitions(String processNamespace,
String processName,
ProcessState state) |
Copyright © 2011 OW2 Consortium. All Rights Reserved.