Uses of Class
org.ow2.orchestra.facade.runtime.ProcessState

Packages that use ProcessState
org.ow2.orchestra.facade   
org.ow2.orchestra.facade.runtime   
 

Uses of ProcessState in org.ow2.orchestra.facade
 

Methods in org.ow2.orchestra.facade with parameters of type ProcessState
 java.util.Set<ProcessInstance> QuerierRuntimeAPI.findProcessInstances(ProcessDefinitionUUID processDefinitionUUID, ProcessState processState)
          Returns all records of instance for the given process definition UUID and the given process state.
 java.util.Set<ProcessInstance> QuerierRuntimeAPI.findProcessInstances(ProcessState processState)
          Returns all records of instance for the given process state.
 

Uses of ProcessState in org.ow2.orchestra.facade.runtime
 

Methods in org.ow2.orchestra.facade.runtime that return ProcessState
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.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.