Uses of Interface
net.anwiba.commons.workflow.state.IState
Packages that use IState
Package
Description
-
Uses of IState in net.anwiba.commons.workflow
Methods in net.anwiba.commons.workflow with parameters of type IStateModifier and TypeMethodDescriptionvoidvoidMethod parameters in net.anwiba.commons.workflow with type arguments of type IStateModifier and TypeMethodDescriptionIWorkflowBuilder.add(IApplicable<IState<T>> applicable, IFunction<IState<T>, IExecutable<T>, RuntimeException> factory) IWorkflowBuilder.add(IApplicable<IState<T>> applicable, IFunction<IState<T>, IExecutable<T>, RuntimeException> factory) IWorkflowBuilder.add(IApplicable<IState<T>> applicable, IExecutable<T> executable) WorkflowBuilder.add(IApplicable<IState<T>> applicable, IFunction<IState<T>, IExecutable<T>, RuntimeException> factory) WorkflowBuilder.add(IApplicable<IState<T>> applicable, IFunction<IState<T>, IExecutable<T>, RuntimeException> factory) 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 IStateMethods in net.anwiba.commons.workflow.state that return IStateMethods in net.anwiba.commons.workflow.state with parameters of type IStateModifier and TypeMethodDescriptionstatic booleanStateUtilities.equals(IState<?> state, Object context, IStateType stateType) Constructors in net.anwiba.commons.workflow.state with parameters of type IState -
Uses of IState in net.anwiba.commons.workflow.transition
Methods in net.anwiba.commons.workflow.transition with parameters of type IStateModifier and TypeMethodDescriptionITransition.getExecutable(IState<T> state) 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 IStateModifierConstructorDescriptionTransition(IApplicable<IState<T>> applicable, IFunction<IState<T>, IExecutable<T>, RuntimeException> factory) Transition(IApplicable<IState<T>> applicable, IFunction<IState<T>, IExecutable<T>, RuntimeException> factory)