com.bea.content.manager
Interface NodeIterator

All Superinterfaces
Iterator, ListIterator, Serializable

Deprecated As of 9.x, replaced by PagedResult

public interface NodeIterator
extends ListIterator, Serializable

A Serializable Iterator over Nodes that includes pagination.


Method Summary
 Collection currentPage()
          Deprecated As of 9.x, replaced by PagedResult.getCurrentPageNumber() followed by PagedResult.getPage(int)
 Collection nextPage()
          Deprecated As of 9.x, replaced by PagedResult.nextPage()
 Collection previousPage()
          Deprecated As of 9.x, replaced by PagedResult.previousPage()
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

nextPage

Collection nextPage()
Deprecated As of 9.x, replaced by PagedResult.nextPage()

Gets the next page of Nodes.


previousPage

Collection previousPage()
Deprecated As of 9.x, replaced by PagedResult.previousPage()

Gets the previous page of Nodes.


currentPage

Collection currentPage()
Deprecated As of 9.x, replaced by PagedResult.getCurrentPageNumber() followed by PagedResult.getPage(int)

Gets the current Page. This does not affect the index.



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.