org.alfresco.repo.search
Interface ResultSetRowIterator

All Superinterfaces:
java.util.Iterator, java.util.ListIterator
All Known Implementing Classes:
AbstractResultSetRowIterator, ChildAssocRefResultSetRowIterator, LuceneResultSetRowIterator, SolrJSONResultSetRowIterator, SortedResultSetRowIterator

public interface ResultSetRowIterator
extends java.util.ListIterator

A typed ListIterator over Collections containing ResultSetRow elements


Method Summary
 boolean allowsReverse()
          Does the result set allow reversal?
 org.alfresco.service.cmr.search.ResultSet getResultSet()
          Get the underlying result set
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

getResultSet

org.alfresco.service.cmr.search.ResultSet getResultSet()
Get the underlying result set

Returns:
- the result set

allowsReverse

boolean allowsReverse()
Does the result set allow reversal?

Returns:
- true if the result set can be navigated in reverse.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.