Uses of Interface
org.opencrx.kernel.activity1.jmi1.ActivityProcessState

Packages that use ActivityProcessState
org.opencrx.kernel.activity1.jmi1   
 

Uses of ActivityProcessState in org.opencrx.kernel.activity1.jmi1
 

Methods in org.opencrx.kernel.activity1.jmi1 with type parameters of type ActivityProcessState
<T extends ActivityProcessState>
List<T>
ActivityProcess.getState(ActivityProcessStateQuery query)
          Retrieves the value for the reference state for the specified query.
 

Methods in org.opencrx.kernel.activity1.jmi1 that return ActivityProcessState
 ActivityProcessState ActivityProcessStateClass.createActivityProcessState()
          Creates an instance of class ActivityProcessState.
 ActivityProcessState ActivityProcessStateClass.getActivityProcessState(Object object)
          Creates an instance of class ActivityProcessState based on the specified Object instance.
 ActivityProcessState ActivityProcessTransition.getErrState()
          Retrieves the value for the reference errState.
 ActivityProcessState ActivityProcessTransition.getNextState()
          Retrieves the value for the reference nextState.
 ActivityProcessState ActivityProcessTransition.getPrevState()
          Retrieves the value for the reference prevState.
 ActivityProcessState Activity.getProcessState()
          Retrieves the value for the reference processState.
 ActivityProcessState ActivityProcess.getStartState()
          Retrieves the value for the reference startState.
 ActivityProcessState ActivityProcess.getState(boolean idIsPersistent, String id)
          Retrieves the value for the reference state for the specified qualifier attribute value.
 ActivityProcessState ActivityProcess.getState(String id)
          Retrieves the value for the reference state for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.activity1.jmi1 with parameters of type ActivityProcessState
 void ActivityProcess.addState(boolean idIsPersistent, String id, ActivityProcessState state)
          Adds the specified element to the set of the values for the reference state.
 void ActivityProcess.addState(String id, ActivityProcessState state)
          Adds the specified element to the set of the values for the reference state using a reassignable qualifier.
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.