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

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

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.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.