-
Packages that use PageIterator Package Description com.filenet.api.collection Provides type-safe interfaces related to collections of objects.com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of PageIterator in com.filenet.api.collection
Methods in com.filenet.api.collection that return PageIterator Modifier and Type Method and Description PageIteratorEngineSet. pageIterator()Returns aPageIteratorobject for iterating through a set-type collection. -
Uses of PageIterator in com.filenet.api.core
Methods in com.filenet.api.core that return PageIterator Modifier and Type Method and Description static PageIteratorFactory.PageIterator. resumeInstance(Connection conn, byte[] checkpoint)Creates aPageIteratorthat is positioned before the same page as the checkpoint.
-