|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hlcl.rql.util.as.UnlinkedPagesIterator
public class UnlinkedPagesIterator
Constructor Summary | |
---|---|
UnlinkedPagesIterator(Project project,
int chunkSize)
Construct an iterator for unlinked page in the given project. |
Method Summary | |
---|---|
boolean |
hasNext()
Returns true, if another unlinked page at current index is available. |
Page |
next()
Returns the next unlinked page sorted by last changed date asc. |
int |
pagesRead()
Returns the number of unlinked pages read. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnlinkedPagesIterator(Project project, int chunkSize) throws RQLException
RQLException
Method Detail |
---|
public Page next() throws RQLException
RQLException
public int pagesRead() throws RQLException
RQLException
public boolean hasNext() throws RQLException
RQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |