|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActivityElementsIterator
Iterator for the ActivityStreamingElements returned from some of the API
| Method Summary | |
|---|---|
void |
close()Close the iterator. |
boolean |
hasNext()Indicates whether the iterator could move to the next item. |
boolean |
isClosed()Whether the iterator is closed. |
ActivityElement |
next()Return the next item in the collection. |
| Methods inherited from interface java.util.Iterator |
|---|
remove |
| Method Detail |
|---|
boolean hasNext()
throws ActivityRuntimeException
hasNext in interface java.util.Iterator<ActivityElement>ActivityRuntimeException
ActivityElement next()
throws ActivityRuntimeException
next in interface java.util.Iterator<ActivityElement>ActivityRuntimeException
void close()
throws ActivityException
ActivityException
boolean isClosed()
throws ActivityException
ActivityException
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||