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