Uses of Interface
net.anwiba.commons.workflow.IExecutable
Packages that use IExecutable
-
Uses of IExecutable in net.anwiba.commons.workflow
Methods in net.anwiba.commons.workflow that return IExecutableModifier and TypeMethodDescriptionDefaultDelegatingExecuterFactory.create(IExecutable<T> executable) EventDispatchThreadUsingDelegatingExecuterFactory.create(IExecutable<T> procedure) IExecuterFactory.create(IExecutable<T> executable) Methods in net.anwiba.commons.workflow with parameters of type IExecutableModifier and TypeMethodDescriptionIWorkflowBuilder.add(IApplicable<IState<T>> applicable, IExecutable<T> executable) WorkflowBuilder.add(IApplicable<IState<T>> applicable, IExecutable<T> executable) DefaultDelegatingExecuterFactory.create(IExecutable<T> executable) EventDispatchThreadUsingDelegatingExecuterFactory.create(IExecutable<T> procedure) IExecuterFactory.create(IExecutable<T> executable) Method parameters in net.anwiba.commons.workflow with type arguments of type IExecutableModifier and TypeMethodDescriptionIWorkflowBuilder.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) -
Uses of IExecutable in net.anwiba.commons.workflow.transition
Methods in net.anwiba.commons.workflow.transition that return IExecutableModifier and TypeMethodDescriptionITransition.getExecutable(IState<T> state) Transition.getExecutable(IState<T> state) Constructor parameters in net.anwiba.commons.workflow.transition with type arguments of type IExecutableModifierConstructorDescriptionTransition(IApplicable<IState<T>> applicable, IFunction<IState<T>, IExecutable<T>, RuntimeException> factory)