Uses of Class
org.sterl.pmw.model.ChooseFactory
Packages that use ChooseFactory
-
Uses of ChooseFactory in org.sterl.pmw.model
Methods in org.sterl.pmw.model that return ChooseFactoryModifier and TypeMethodDescriptionWorkflowFactory.choose()Allows to select multiple different named steps by returning the name of the step to execute.WorkflowFactory.choose(String id, WorkflowChooseFunction<T> chooseFn) Allows to select multiple different named steps by returning the name of the step to execute.WorkflowFactory.choose(WorkflowChooseFunction<T> chooseFn) Allows to select multiple different named steps by returning the name of the step to execute.ChooseFactory.chooseFn(WorkflowChooseFunction<T> value) ChooseFactory.ifSelected(String stepId, WorkflowFunction<T> fn) ChooseFactory.next(WorkflowStep<T> s) Methods in org.sterl.pmw.model that return types with arguments of type ChooseFactoryModifier and TypeMethodDescriptionChooseFactory.ifSelected()ChooseFactory.ifSelected(String id) <SubT extends Serializable>
TriggerWorkflowStepFactory<ChooseFactory<C, T>, T, SubT> <SubT extends Serializable>
TriggerWorkflowStepFactory<ChooseFactory<C, T>, T, SubT>