|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StepsIterator
The StepsIterator interface represents an iterator used to iterate over the process steps.
| Method Summary | |
|---|---|
boolean |
hasNext()
Checks if a next step exist |
boolean |
hasPrevious()
Checks if a previous step exist |
Step |
next()
Retrieves the next step and moves the cursor forward |
Step |
previous()
Retrieves the previous step and moves the cursor backwards |
| Method Detail |
|---|
boolean hasNext()
Step next()
IndexOutOfBoundsException - If no next step is availableboolean hasPrevious()
Step previous()
IndexOutOfBoundsException - If no previous step is available
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||