Uses of Interface
net.anwiba.commons.workflow.IWorkflowBuilder
Packages that use IWorkflowBuilder
-
Uses of IWorkflowBuilder in net.anwiba.commons.workflow
Classes in net.anwiba.commons.workflow that implement IWorkflowBuilderMethods in net.anwiba.commons.workflow that return IWorkflowBuilderModifier and TypeMethodDescriptionIWorkflowBuilder.add(IApplicable<IState<T>> applicable, IFunction<IState<T>, IExecutable<T>, RuntimeException> factory) IWorkflowBuilder.add(IApplicable<IState<T>> applicable, IExecutable<T> executable) IWorkflowBuilder.add(ITransition<T> transition) WorkflowBuilder.add(IApplicable<IState<T>> applicable, IFunction<IState<T>, IExecutable<T>, RuntimeException> factory) WorkflowBuilder.add(IApplicable<IState<T>> applicable, IExecutable<T> executable) WorkflowBuilder.add(ITransition<T> transition) IWorkflowBuilder.setClosureDelegatorFactory(IExecuterFactory<T> closureDelegatorFactory) WorkflowBuilder.setClosureDelegatorFactory(IExecuterFactory<T> closureDelegatorFactory) IWorkflowBuilder.setEventDispatchThreadExecuter()WorkflowBuilder.setEventDispatchThreadExecuter()IWorkflowBuilder.setWorkflowController(IWorkflowController<T> workflowController) WorkflowBuilder.setWorkflowController(IWorkflowController<T> workflowController)