com.filenet.api.core
Class Factory.PageIterator
- java.lang.Object
-
- com.filenet.api.core.Factory.PageIterator
-
- Enclosing class:
- Factory
public static class Factory.PageIterator extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static PageIteratorresumeInstance(Connection conn, byte[] checkpoint)Creates aPageIteratorthat is positioned before the same page as the checkpoint.
-
-
-
Method Detail
-
resumeInstance
public static PageIterator resumeInstance(Connection conn, byte[] checkpoint)
Creates aPageIteratorthat is positioned before the same page as the checkpoint. As with other newPageIteratorobjects, you must callPageIterator.nextPage()before using the page contents. The resumedPageIteratorcan fetch pages from the server, as usual, but it uses theConnectionobject passed to this method instead of the originalConnectionobject.
-
-