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