Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11 g Release 2 (11.1.2)

E27140-01


oracle.igf.ids
Interface ResultSet<E>


public interface ResultSet<E>

ResultSet is an interface for the object returned by search interaction with paged results.


Method Summary
 void close()
          Closes the ResultSet releasing the resources
 E getNext()
          Returns the next entity if this ResultSet object has at least one more entity to be returned
 boolean hasMore()
          Tests if this ResultSet has more entities

 

Method Detail

hasMore

boolean hasMore()
                throws IDSException
Tests if this ResultSet has more entities
Returns:
true if and only if this ResultSet object contains at least one more entity to be returned; false otherwise.
Throws:
IDSException

getNext

E getNext()
          throws IDSException
Returns the next entity if this ResultSet object has at least one more entity to be returned
Returns:
the next entity of this ResultSet
Throws:
IDSException

close

void close()
Closes the ResultSet releasing the resources

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11 g Release 2 (11.1.2)

E27140-01


Copyright © 2012 Oracle. All Rights Reserved.