|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessState | |
---|---|
org.ow2.orchestra.facade | |
org.ow2.orchestra.facade.def | |
org.ow2.orchestra.facade.def.impl |
Uses of ProcessState in org.ow2.orchestra.facade |
---|
Methods in org.ow2.orchestra.facade with parameters of type ProcessState | |
---|---|
java.util.List<ProcessDefinition> |
QuerierDefinitionAPI.findProcessDefinitions(ProcessState state)
Returns the list of processes with the given state. |
java.util.List<ProcessDefinition> |
QuerierDefinitionAPI.findProcessDefinitions(javax.xml.namespace.QName processQName,
ProcessState state)
Returns the list of processes with the given state and qname. |
Uses of ProcessState in org.ow2.orchestra.facade.def |
---|
Methods in org.ow2.orchestra.facade.def that return ProcessState | |
---|---|
ProcessState |
ProcessDefinition.getState()
|
static ProcessState |
ProcessState.valueOf(java.lang.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're declared. |
Uses of ProcessState in org.ow2.orchestra.facade.def.impl |
---|
Methods in org.ow2.orchestra.facade.def.impl that return ProcessState | |
---|---|
ProcessState |
ProcessDefinitionImpl.getState()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |