Uses of Interface
de.espirit.firstspirit.workflow.model.State

Packages that use State
de.espirit.firstspirit.access   
de.espirit.firstspirit.workflow.model   
 

Uses of State in de.espirit.firstspirit.access
 

Methods in de.espirit.firstspirit.access that return State
 State Task.doTransition(WorkflowContext context, Transition transition)
          Perform transition execution on this task.
 State TaskState.getModelState()
          The workflow model state
 

Methods in de.espirit.firstspirit.access with parameters of type State
 void WorkflowContext.sendEMail(Activity activity, State state)
          Called to send a email if a new task state is reached.
 

Uses of State in de.espirit.firstspirit.workflow.model
 

Methods in de.espirit.firstspirit.workflow.model that return State
 State Workflow.getErrorState()
          Return the errorstate of this workflow.
 State Workflow.getStartState()
          Returns the startstate from this workflow.
 

Methods in de.espirit.firstspirit.workflow.model that return types with arguments of type State
 Iterator<? extends State> Workflow.states()
          Returns all states that belongs to this workflow.
 



Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480