Uses of Interface
net.anwiba.commons.workflow.IExecuterFactory
-
Packages that use IExecuterFactory Package Description net.anwiba.commons.workflow -
-
Uses of IExecuterFactory in net.anwiba.commons.workflow
Classes in net.anwiba.commons.workflow that implement IExecuterFactory Modifier and Type Class Description classDefaultDelegatingExecuterFactory<T>classEventDispatchThreadUsingDelegatingExecuterFactory<T>Methods in net.anwiba.commons.workflow with parameters of type IExecuterFactory Modifier and Type Method Description IWorkflowBuilder<T>IWorkflowBuilder. setClosureDelegatorFactory(IExecuterFactory<T> closureDelegatorFactory)IWorkflowBuilder<T>WorkflowBuilder. setClosureDelegatorFactory(IExecuterFactory<T> closureDelegatorFactory)Constructors in net.anwiba.commons.workflow with parameters of type IExecuterFactory Constructor Description Workflow(IExecuterFactory<T> closureDelegatorFactory, IWorkflowController<T> workflowController)
-