|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Iterator
An Iterator is a Block that conditionally
repeats the nested Steps associated with the Block more than once (such as
a Block that implements "while" or "for" functionality). This is a tagging
interface only - it is useful to help Steps that implement "break" or
"continue" type processing to detect whether they have been invoked
correctly (nested inside an Iterator) or not.
| Method Summary |
|---|
| Methods inherited from interface org.apache.commons.workflow.Owner |
|---|
addStep, clearSteps, findStep, getFirstStep, getLastStep, getSteps, setSteps |
| Methods inherited from interface org.apache.commons.workflow.Step |
|---|
execute, getId, getNextStep, getOwner, getPreviousStep, setId, setNextStep, setOwner, setPreviousStep |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||