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 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
Subinterfaces of WorkflowElement in de.espirit.firstspirit.workflow.modelModifier 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.Methods in de.espirit.firstspirit.workflow.model that return WorkflowElementModifier 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.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.