Uses of Interface
com.filenet.api.collection.PageMark

Packages that use PageMark
com.filenet.api.collection Provides type-safe interfaces related to collections of objects. 
 

Uses of PageMark in com.filenet.api.collection
 

Methods in com.filenet.api.collection that return PageMark
 PageMark PageIterator.getPageMark()
          Returns the current page mark on which a subsequent call to reset will operate.
 

Methods in com.filenet.api.collection with parameters of type PageMark
 void PageIterator.reset(PageMark mark)
          Sets the iterator back to a specified page of results.
 



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