Uses of Class
org.apache.ode.bpel.iapi.ProcessState

Packages that use ProcessState
org.apache.ode.bpel.iapi   
 

Uses of ProcessState in org.apache.ode.bpel.iapi
 

Methods in org.apache.ode.bpel.iapi that return ProcessState
 ProcessState ProcessConf.getState()
          Get the state of the process.
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 are declared.
 

Methods in org.apache.ode.bpel.iapi with parameters of type ProcessState
 void ProcessStore.setState(javax.xml.namespace.QName pid, ProcessState state)
          Marks a process as active / retired or disabled
 



Copyright © 2015 WSO2. All Rights Reserved.