Uses of Interface
net.anwiba.commons.workflow.transition.ITransition
-
Packages that use ITransition Package Description net.anwiba.commons.workflow net.anwiba.commons.workflow.transition -
-
Uses of ITransition in net.anwiba.commons.workflow
Methods in net.anwiba.commons.workflow with parameters of type ITransition Modifier and Type Method Description IWorkflowBuilder<T>IWorkflowBuilder. add(ITransition<T> transition)IWorkflowBuilder<T>WorkflowBuilder. add(ITransition<T> transition)Constructor parameters in net.anwiba.commons.workflow with type arguments of type ITransition Constructor Description WorkflowController(java.util.List<ITransition<T>> transitions) -
Uses of ITransition in net.anwiba.commons.workflow.transition
Classes in net.anwiba.commons.workflow.transition that implement ITransition Modifier and Type Class Description classTransition<T>
-