|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
boolean hasMore()
throws IDSException
IDSException
E getNext()
throws IDSException
IDSExceptionvoid close()
|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||