public interface ITaskListIterator
Modifier and Type | Method and Description |
---|---|
void |
close()
Iterator have to be closed after use
|
boolean |
hasNext()
If there is a next task in the list
|
IURI |
next()
Returns next tast ID from the list
|
boolean hasNext() throws PortalException
PortalException
IURI next() throws PortalException
PortalException
void close()