|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Flow<D>
Field Summary | |
---|---|
static String |
FLOWNAME_DEFAULT
|
Method Summary | ||
---|---|---|
|
getStepManager()
Returns manager for the current step. |
|
void |
jumpBack(String stepDiscriminator)
Jumps to the one of previous steps. |
|
void |
next()
Moves to the default next step. |
|
void |
next(String nextStepDiscriminator)
Moves to the next step. |
|
void |
next(String nextStepDiscriminator,
Map<String,Object> actionData)
Moves to the next step. |
|
Object |
prev()
Moves to the previous step from the stack. |
|
void |
start(Map<String,?> actionData)
Moves to first step. |
Field Detail |
---|
static final String FLOWNAME_DEFAULT
Method Detail |
---|
void start(Map<String,?> actionData)
void next()
void next(String nextStepDiscriminator)
void next(String nextStepDiscriminator, Map<String,Object> actionData)
Object prev()
void jumpBack(String stepDiscriminator)
<S> S getStepManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |