Uses of Interface
de.espirit.firstspirit.workflow.model.WorkflowElement
Packages that use WorkflowElement
-
Uses of WorkflowElement in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency with parameters of type WorkflowElementModifier and TypeMethodDescription@Nullable StringUIAgent.getDescription(@NotNull WorkflowElement workflowElement) Provides the description for the given workflow element according to the currently set UI language and display mode.@NotNull StringUIAgent.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
Subinterfaces of WorkflowElement in de.espirit.firstspirit.workflow.modelModifier and TypeInterfaceDescriptioninterfaceThis interface represents an activity in an workflow-model.interfaceThis interface represents an state in an workflow-model.interfaceThis interface represents a transition in the workflow-model.Methods in de.espirit.firstspirit.workflow.model that return WorkflowElementModifier and TypeMethodDescription@Nullable WorkflowElementTransition.getSource()Returns the workflow-element this transitions points FROM.@Nullable WorkflowElementTransition.getTarget()Returns the workflow-element this transitions points TO.Methods in de.espirit.firstspirit.workflow.model that return types with arguments of type WorkflowElementModifier and TypeMethodDescriptionIterator<? extends WorkflowElement>Workflow.endStates()Returns the all endstates from this workflow.