Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E53425-01


oracle.security.jps.search
Interface SearchResultIterator<E>

All Superinterfaces:
java.util.Collection<E>, java.lang.Iterable<E>, java.util.List<E>

public interface SearchResultIterator<E>
extends java.util.List<E>

Method Summary
 java.util.List<E> getCurrentPage()
           
 java.util.List<E> getNextPage()
           
 java.util.List<E> getPage(PageRequestInfo pageInfo)
           
 java.util.List<E> getPreviousPage()
           
 long getTotalResultSetSize()
           

 

Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray

 

Method Detail

getPreviousPage

java.util.List<E> getPreviousPage()
                                  throws InvalidArgumentException,
                                         PolicyStoreException
Throws:
InvalidArgumentException
PolicyStoreException

getCurrentPage

java.util.List<E> getCurrentPage()

getNextPage

java.util.List<E> getNextPage()
                              throws InvalidArgumentException,
                                     PolicyStoreException
Throws:
InvalidArgumentException
PolicyStoreException

getPage

java.util.List<E> getPage(PageRequestInfo pageInfo)
                          throws InvalidArgumentException,
                                 PolicyStoreException
Throws:
InvalidArgumentException
PolicyStoreException

getTotalResultSetSize

long getTotalResultSetSize()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E53425-01


Copyright © 2009,2015, Oracle. All rights reserved.