|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Step<D>
NOTE: implementations of this interface should be declared as prototypes in the context!
| Method Summary | |
|---|---|
Object |
finishStep()
Finishes the step. |
FlowDataManager<D> |
getFlowDataManager()
Returns the flow data should be passed to the next step. |
String |
getId()
Returns discriminator of the current step. |
void |
initStep(D flowData,
Map<String,?> actionData)
Performs step initialization. |
void |
returnBack()
Is called when returning to the step from the subflow. |
void |
setId(String id)
Sets discriminator of the current step. |
| Method Detail |
|---|
void initStep(D flowData,
Map<String,?> actionData)
flowData - Object finishStep()
String getId()
void setId(String id)
FlowDataManager<D> getFlowDataManager()
void returnBack()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||