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

Packages that use ActivityState
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 ActivityState in org.ow2.bonita.facade.runtime
 

Methods in org.ow2.bonita.facade.runtime that return ActivityState
 ActivityState Update.getActivityState()
          Returns the state at assignment.
 ActivityState StateUpdate.getInitialState()
          Returns the initial state.
 ActivityState ActivityBody.getState()
          Returns the current state.
static ActivityState ActivityState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActivityState[] ActivityState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.