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

      Methods 
      Modifier and Type Method and Description
      static PageIterator resumeInstance(Connection conn, byte[] checkpoint)
      Creates a PageIterator that is positioned before the same page as the checkpoint.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • resumeInstance

        public static PageIterator resumeInstance(Connection conn,
                                  byte[] checkpoint)
        Creates a PageIterator that is positioned before the same page as the checkpoint. As with other new PageIterator objects, you must call PageIterator.nextPage() before using the page contents. The resumed PageIterator can fetch pages from the server, as usual, but it uses the Connection object passed to this method instead of the original Connection object.
        See Also:
        PageIterator.getCurrentPageCheckpoint(), PageIterator.getNextPageCheckpoint()

© Copyright IBM Corporation 2006, 2013. All rights reserved.