|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Step | |
---|---|
org.zeroexchange.flow |
Uses of Step in org.zeroexchange.flow |
---|
Subinterfaces of Step in org.zeroexchange.flow | |
---|---|
interface |
NextsAwareStep<D>
|
Methods in org.zeroexchange.flow that return Step | |
---|---|
protected Step<D> |
AbstractFlow.getCurrentStep()
Returns the current step. |
protected abstract Step<D> |
AbstractFlow.getFirstStep()
Returns the first step |
protected abstract Step<D> |
AbstractFlow.getStep(String nextStepDiscriminator)
Returns the step by id |
Methods in org.zeroexchange.flow with parameters of type Step | |
---|---|
protected void |
AbstractFlow.startNextStep(Step<D> step,
D flowData,
Map<String,?> actionData)
Starts the step. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |