Uses of Interface
net.anwiba.commons.workflow.state.IState
-
Packages that use IState Package Description net.anwiba.commons.workflow net.anwiba.commons.workflow.state net.anwiba.commons.workflow.transition -
-
Uses of IState in net.anwiba.commons.workflow
Methods in net.anwiba.commons.workflow with parameters of type IState Modifier and Type Method Description voidIWorkflow. execute(IState<T> state)voidWorkflow. execute(IState<T> state)IExecutable<T>IWorkflowController. next(IState<T> state)IExecutable<T>WorkflowController. next(IState<T> state)Method parameters in net.anwiba.commons.workflow with type arguments of type IState Modifier and Type Method Description IWorkflowBuilder<T>IWorkflowBuilder. add(IApplicable<IState<T>> applicable, IFunction<IState<T>,IExecutable<T>,java.lang.RuntimeException> factory)IWorkflowBuilder<T>IWorkflowBuilder. add(IApplicable<IState<T>> applicable, IFunction<IState<T>,IExecutable<T>,java.lang.RuntimeException> factory)IWorkflowBuilder<T>IWorkflowBuilder. add(IApplicable<IState<T>> applicable, IExecutable<T> executable)IWorkflowBuilder<T>WorkflowBuilder. add(IApplicable<IState<T>> applicable, IFunction<IState<T>,IExecutable<T>,java.lang.RuntimeException> factory)IWorkflowBuilder<T>WorkflowBuilder. add(IApplicable<IState<T>> applicable, IFunction<IState<T>,IExecutable<T>,java.lang.RuntimeException> factory)IWorkflowBuilder<T>WorkflowBuilder. add(IApplicable<IState<T>> applicable, IExecutable<T> executable)voidIExecutable. execute(IObjectReceiver<IState<T>> receiver) -
Uses of IState in net.anwiba.commons.workflow.state
Classes in net.anwiba.commons.workflow.state that implement IState Modifier and Type Class Description classErrorState<T>classMessageState<T>classState<T>Methods in net.anwiba.commons.workflow.state that return IState Modifier and Type Method Description IState<T>ErrorState. followingState()IState<T>MessageState. followingState()Methods in net.anwiba.commons.workflow.state with parameters of type IState Modifier and Type Method Description static booleanStateUtilities. equals(IState<?> state, java.lang.Object context, IStateType stateType)Constructors in net.anwiba.commons.workflow.state with parameters of type IState Constructor Description ErrorState(java.lang.String title, java.lang.String text, java.lang.Throwable throwable, IState<T> followingState)MessageState(java.lang.String title, IMessage message, IState<T> followingState) -
Uses of IState in net.anwiba.commons.workflow.transition
Methods in net.anwiba.commons.workflow.transition with parameters of type IState Modifier and Type Method Description IExecutable<T>ITransition. getExecutable(IState<T> state)IExecutable<T>Transition. getExecutable(IState<T> state)booleanITransition. isApplicable(IState<T> state)booleanTransition. isApplicable(IState<T> state)Constructor parameters in net.anwiba.commons.workflow.transition with type arguments of type IState Constructor Description Transition(IApplicable<IState<T>> applicable, IFunction<IState<T>,IExecutable<T>,java.lang.RuntimeException> factory)Transition(IApplicable<IState<T>> applicable, IFunction<IState<T>,IExecutable<T>,java.lang.RuntimeException> factory)
-