Uses of Class
com.suncode.pwfl.workflow.form.action.ActionDefinition
Packages that use ActionDefinition
-
Uses of ActionDefinition in com.suncode.pwfl.workflow.component
Methods in com.suncode.pwfl.workflow.component that return ActionDefinitionModifier and TypeMethodDescriptionReturns action with given id or null if action is not registered.Methods in com.suncode.pwfl.workflow.component that return types with arguments of type ActionDefinitionModifier and TypeMethodDescriptionWorkflowComponentRegistry.getActions()
Returns all registered actions. -
Uses of ActionDefinition in com.suncode.pwfl.workflow.form.action
Methods in com.suncode.pwfl.workflow.form.action that return ActionDefinitionModifier and TypeMethodDescriptionActionDefinitionBuilder.create()
Builds ActionDefinition with given information.