Uses of Class
org.ow2.bonita.facade.def.majorElement.ProcessDefinition.ProcessState

Packages that use ProcessDefinition.ProcessState
org.ow2.bonita.facade Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. 
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.remote 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
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.
 

Uses of ProcessDefinition.ProcessState in org.ow2.bonita.facade.remote
 

Methods in org.ow2.bonita.facade.remote with parameters of type ProcessDefinition.ProcessState
 java.util.Set<ProcessDefinition> RemoteQueryDefinitionAPI.getProcesses(ProcessDefinition.ProcessState processState)
           
 java.util.Set<ProcessDefinition> RemoteQueryDefinitionAPI.getProcesses(java.lang.String processId, ProcessDefinition.ProcessState processState)
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.