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

Packages that use WorkflowElement
de.espirit.firstspirit.workflow.model   
 

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

Subinterfaces of WorkflowElement in de.espirit.firstspirit.workflow.model
 interface Activity
          This interface represents an activity in an workflow-model.
 interface State
          This interface represents an state in an workflow-model.
 interface Transition
          This interface represents an transition in the workflow-model.
 

Methods in de.espirit.firstspirit.workflow.model that return WorkflowElement
 WorkflowElement Transition.getSource()
          Returns the workflow-element this transitions points FROM.
 WorkflowElement Transition.getTarget()
          Returns the workflow-element this transitions points TO.
 

Methods in de.espirit.firstspirit.workflow.model that return types with arguments of type WorkflowElement
 Iterator<? extends WorkflowElement> Workflow.endStates()
          Returns the all endstates from this workflow.
 



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