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.getProcessInstances(ProcessDefinitionUUID processDefinitionUUID, ProcessState processState)
          Get informations about process instances
 java.util.Set<ProcessInstance> QuerierRuntimeAPI.getProcessInstances(ProcessState processState)
          Get informations about process instances
 

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 © 2008 OW2 Consortium. All Rights Reserved.