Uses of Interface
com.redhat.parodos.workflows.workflow.SequentialFlow.Builder.ThenStep
-
Packages that use SequentialFlow.Builder.ThenStep Package Description com.redhat.parodos.workflows.workflow -
-
Uses of SequentialFlow.Builder.ThenStep in com.redhat.parodos.workflows.workflow
Methods in com.redhat.parodos.workflows.workflow that return SequentialFlow.Builder.ThenStep Modifier and Type Method Description SequentialFlow.Builder.ThenStepSequentialFlow.Builder.ExecuteStep. execute(Work initialWork)SequentialFlow.Builder.ThenStepSequentialFlow.Builder.ExecuteStep. execute(List<Work> initialWorkUnits)SequentialFlow.Builder.ThenStepSequentialFlow.Builder.ThenStep. then(Work nextWork)SequentialFlow.Builder.ThenStepSequentialFlow.Builder.ThenStep. then(List<Work> nextWorkUnits)
-