Uses of Class
io.nflow.engine.internal.workflow.WorkflowStateMethod
Packages that use WorkflowStateMethod
Package
Description
Classes and interfaces for describing and implementing workflow definitions.
-
Uses of WorkflowStateMethod in io.nflow.engine.internal.workflow
Methods in io.nflow.engine.internal.workflow that return types with arguments of type WorkflowStateMethodMethods in io.nflow.engine.internal.workflow with parameters of type WorkflowStateMethodModifier and TypeMethodDescriptionObject[]ObjectStringMapper.createArguments(StateExecution execution, WorkflowStateMethod method) voidObjectStringMapper.storeArguments(StateExecution execution, WorkflowStateMethod method, Object[] args) -
Uses of WorkflowStateMethod in io.nflow.engine.workflow.definition
Methods in io.nflow.engine.workflow.definition that return WorkflowStateMethodModifier and TypeMethodDescriptionWorkflowDefinition.getMethod(WorkflowState state) Returns the workflow state method for the given state.Returns the workflow state method for the given state name.Constructor parameters in io.nflow.engine.workflow.definition with type arguments of type WorkflowStateMethodModifierConstructorDescriptionprotectedWorkflowDefinition(String type, WorkflowState initialState, WorkflowState errorState, WorkflowSettings settings, Map<String, WorkflowStateMethod> stateMethods) Create a workflow definition with given settings and state methods.protectedWorkflowDefinition(String type, WorkflowState initialState, WorkflowState errorState, WorkflowSettings settings, Map<String, WorkflowStateMethod> stateMethods, Collection<WorkflowState> states) Create a workflow definition with given settings, state methods and states.protectedWorkflowDefinition(String type, WorkflowState initialState, WorkflowState errorState, WorkflowSettings settings, Map<String, WorkflowStateMethod> stateMethods, Collection<WorkflowState> states, boolean verifyStateMethodValidity) Create a workflow definition with given settings, state methods and states.