com.bea.wli.worklist.api
Interface TaskDataIterator

All Superinterfaces:
Iterator<TaskData>

public interface TaskDataIterator
extends Iterator<TaskData>

This is an incomplete Iterator implementation intended to ease the use of TaskDataCursor for cases where you are simply iterating over a list of tasks, and do not need to move backward and forward through that list.

This iterator is a read-only, and you should not attempt to use the remove method. Doing so will result in a runtime exception.


Method Summary
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove