Uses of Interface
de.espirit.firstspirit.workflow.model.WorkflowElement
-
Uses of WorkflowElement in de.espirit.firstspirit.agency
Modifier and TypeMethodDescription@Nullable String
UIAgent.getDescription
(@NotNull WorkflowElement workflowElement) Provides the description for the given workflow element according to the currently set UI language and display mode.@NotNull String
UIAgent.getDisplayName
(@NotNull WorkflowElement workflowElement) Provides the display name for the given workflow element according to the currently set UI language and display mode. -
Uses of WorkflowElement in de.espirit.firstspirit.workflow.model
Modifier and TypeInterfaceDescriptioninterface
This interface represents an activity in an workflow-model.interface
This interface represents an state in an workflow-model.interface
This interface represents a transition in the workflow-model.Modifier and TypeMethodDescription@Nullable WorkflowElement
Transition.getSource()
Returns the workflow-element this transitions points FROM.@Nullable WorkflowElement
Transition.getTarget()
Returns the workflow-element this transitions points TO.Modifier and TypeMethodDescriptionIterator<? extends WorkflowElement>
Workflow.endStates()
Returns the all endstates from this workflow.