Uses of Class
org.ow2.bonita.facade.runtime.InstanceState

Packages that use InstanceState
org.ow2.bonita.facade.runtime It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, hook. 
 

Uses of InstanceState in org.ow2.bonita.facade.runtime
 

Methods in org.ow2.bonita.facade.runtime that return InstanceState
 InstanceState InstanceStateUpdate.getInitialInstanceState()
          Returns the initial state.
 InstanceState ProcessInstance.getInstanceState()
          Returns the current instance state.
 InstanceState InstanceStateUpdate.getInstanceState()
          Returns the state at assignment.
static InstanceState InstanceState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InstanceState[] InstanceState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.