Uses of Class
io.nflow.engine.internal.workflow.WorkflowStateMethod
-
Packages that use WorkflowStateMethod Package Description io.nflow.engine.internal.workflow io.nflow.engine.workflow.definition 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 WorkflowStateMethod Modifier and Type Method Description Map<String,WorkflowStateMethod>WorkflowDefinitionScanner. getStateMethods(Class<?> definition)Methods in io.nflow.engine.internal.workflow with parameters of type WorkflowStateMethod Modifier and Type Method Description Object[]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 WorkflowStateMethod Modifier and Type Method Description WorkflowStateMethodWorkflowDefinition. getMethod(WorkflowState state)Returns the workflow state method for the given state.WorkflowStateMethodWorkflowDefinition. getMethod(String stateName)Returns the workflow state method for the given state name.Constructor parameters in io.nflow.engine.workflow.definition with type arguments of type WorkflowStateMethod Constructor Description WorkflowDefinition(String type, WorkflowState initialState, WorkflowState errorState, WorkflowSettings settings, Map<String,WorkflowStateMethod> stateMethods)Create a workflow definition with given settings and state methods.WorkflowDefinition(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.
-