Uses of Interface
net.anwiba.commons.workflow.IExecutable
-
Packages that use IExecutable Package Description net.anwiba.commons.workflow net.anwiba.commons.workflow.transition -
-
Uses of IExecutable in net.anwiba.commons.workflow
Methods in net.anwiba.commons.workflow that return IExecutable Modifier and Type Method Description IExecutable<T>DefaultDelegatingExecuterFactory. create(IExecutable<T> executable)IExecutable<T>EventDispatchThreadUsingDelegatingExecuterFactory. create(IExecutable<T> procedure)IExecutable<T>IExecuterFactory. create(IExecutable<T> executable)IExecutable<T>IWorkflowController. next(IState<T> state)IExecutable<T>WorkflowController. next(IState<T> state)Methods in net.anwiba.commons.workflow with parameters of type IExecutable Modifier and Type Method Description IWorkflowBuilder<T>IWorkflowBuilder. add(IApplicable<IState<T>> applicable, IExecutable<T> executable)IWorkflowBuilder<T>WorkflowBuilder. add(IApplicable<IState<T>> applicable, IExecutable<T> executable)IExecutable<T>DefaultDelegatingExecuterFactory. create(IExecutable<T> executable)IExecutable<T>EventDispatchThreadUsingDelegatingExecuterFactory. create(IExecutable<T> procedure)IExecutable<T>IExecuterFactory. create(IExecutable<T> executable)Method parameters in net.anwiba.commons.workflow with type arguments of type IExecutable Modifier and Type Method Description IWorkflowBuilder<T>IWorkflowBuilder. 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) -
Uses of IExecutable in net.anwiba.commons.workflow.transition
Methods in net.anwiba.commons.workflow.transition that return IExecutable Modifier and Type Method Description IExecutable<T>ITransition. getExecutable(IState<T> state)IExecutable<T>Transition. getExecutable(IState<T> state)Constructor parameters in net.anwiba.commons.workflow.transition with type arguments of type IExecutable Constructor Description Transition(IApplicable<IState<T>> applicable, IFunction<IState<T>,IExecutable<T>,java.lang.RuntimeException> factory)
-