|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessDefinition.ProcessState | |
---|---|
org.ow2.bonita.facade | |
org.ow2.bonita.facade.def.majorElement |
Contains interfaces for objects representing major XPDL elements returned
by the org.ow2.bonita.facade.QueryDefintionAPI . |
org.ow2.bonita.facade.def.majorElement.impl | |
org.ow2.bonita.facade.internal | All interfaces in this package are for internal use only. |
Uses of ProcessDefinition.ProcessState in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade with parameters of type ProcessDefinition.ProcessState | |
---|---|
java.util.Set<ProcessDefinition> |
QueryDefinitionAPI.getProcesses(ProcessDefinition.ProcessState processState)
Returns the set of definition informations for the processes with the specified process state. |
java.util.Set<ProcessDefinition> |
QueryDefinitionAPI.getProcesses(java.lang.String processId,
ProcessDefinition.ProcessState processState)
Returns the set of definition informations for the processes with the specified processId and process state. |
Uses of ProcessDefinition.ProcessState in org.ow2.bonita.facade.def.majorElement |
---|
Methods in org.ow2.bonita.facade.def.majorElement that return ProcessDefinition.ProcessState | |
---|---|
ProcessDefinition.ProcessState |
ProcessDefinition.getState()
|
static ProcessDefinition.ProcessState |
ProcessDefinition.ProcessState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProcessDefinition.ProcessState[] |
ProcessDefinition.ProcessState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.ow2.bonita.facade.def.majorElement with parameters of type ProcessDefinition.ProcessState | |
---|---|
void |
ProcessFullDefinition.setState(ProcessDefinition.ProcessState state)
|
Uses of ProcessDefinition.ProcessState in org.ow2.bonita.facade.def.majorElement.impl |
---|
Fields in org.ow2.bonita.facade.def.majorElement.impl declared as ProcessDefinition.ProcessState | |
---|---|
protected ProcessDefinition.ProcessState |
ProcessDefinitionImpl.state
|
Methods in org.ow2.bonita.facade.def.majorElement.impl that return ProcessDefinition.ProcessState | |
---|---|
ProcessDefinition.ProcessState |
ProcessDefinitionImpl.getState()
|
Methods in org.ow2.bonita.facade.def.majorElement.impl with parameters of type ProcessDefinition.ProcessState | |
---|---|
void |
ProcessDefinitionImpl.setState(ProcessDefinition.ProcessState state)
SETTERS |
Uses of ProcessDefinition.ProcessState in org.ow2.bonita.facade.internal |
---|
Methods in org.ow2.bonita.facade.internal with parameters of type ProcessDefinition.ProcessState | |
---|---|
java.util.Set<ProcessDefinition> |
InternalQueryDefinitionAPI.getProcesses(ProcessDefinition.ProcessState processState,
java.lang.String queryList)
|
java.util.Set<ProcessDefinition> |
InternalQueryDefinitionAPI.getProcesses(java.lang.String processId,
ProcessDefinition.ProcessState processState,
java.lang.String queryList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |