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

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

Uses of ProcessInstanceState in org.ow2.orchestra.facade
 

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

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

Methods in org.ow2.orchestra.facade.runtime that return ProcessInstanceState
static ProcessInstanceState ProcessInstanceState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProcessInstanceState[] ProcessInstanceState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.