Uses of Interface
net.anwiba.commons.workflow.IExecuterFactory
Packages that use IExecuterFactory
-
Uses of IExecuterFactory in net.anwiba.commons.workflow
Classes in net.anwiba.commons.workflow that implement IExecuterFactoryModifier and TypeClassDescriptionclassclassMethods in net.anwiba.commons.workflow with parameters of type IExecuterFactoryModifier and TypeMethodDescriptionIWorkflowBuilder.setClosureDelegatorFactory(IExecuterFactory<T> closureDelegatorFactory) WorkflowBuilder.setClosureDelegatorFactory(IExecuterFactory<T> closureDelegatorFactory) Constructors in net.anwiba.commons.workflow with parameters of type IExecuterFactoryModifierConstructorDescriptionWorkflow(IExecuterFactory<T> closureDelegatorFactory, IWorkflowController<T> workflowController)