|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessState | |
---|---|
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 |
Uses of ProcessState in org.ow2.orchestra.facade |
---|
Methods in org.ow2.orchestra.facade with parameters of type ProcessState | |
---|---|
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. |
Uses of ProcessState in org.ow2.orchestra.facade.data.def |
---|
Methods in org.ow2.orchestra.facade.data.def that return ProcessState | |
---|---|
ProcessState |
ProcessDefinitionData.getState()
|
Constructors in org.ow2.orchestra.facade.data.def with parameters of type ProcessState | |
---|---|
ProcessDefinitionData(ProcessDefinitionUUID uuid,
String name,
String nameSpace,
int version,
ProcessState state)
|
Uses of ProcessState in org.ow2.orchestra.facade.def |
---|
Methods in org.ow2.orchestra.facade.def that return ProcessState | |
---|---|
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. |
Uses of ProcessState in org.ow2.orchestra.facade.def.impl |
---|
Fields in org.ow2.orchestra.facade.def.impl declared as ProcessState | |
---|---|
protected ProcessState |
ProcessDefinitionImpl.state
|
protected ProcessState |
ProcessStateUpdateImpl.state
|
Methods in org.ow2.orchestra.facade.def.impl that return ProcessState | |
---|---|
ProcessState |
ProcessDefinitionImpl.getState()
|
ProcessState |
ProcessStateUpdateImpl.getState()
|
Constructors in org.ow2.orchestra.facade.def.impl with parameters of type ProcessState | |
---|---|
ProcessStateUpdateImpl(Date date,
ProcessState state)
|
Uses of ProcessState in org.ow2.orchestra.facade.rest |
---|
Methods in org.ow2.orchestra.facade.rest with parameters of type ProcessState | |
---|---|
CollectionWrapper<ProcessDefinition> |
JaxRSQueryDefinitionAPI.findProcessDefinitions(String processNamespace,
String processName,
ProcessState state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |