|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PartialResultsException | |
|---|---|
| com.ibm.itim.dataservices.model | Provides a a low-level application programming interface for querying elements of the data model. |
| Uses of PartialResultsException in com.ibm.itim.dataservices.model |
|---|
| Methods in com.ibm.itim.dataservices.model that throw PartialResultsException | |
|---|---|
boolean |
SearchResultsIterator.hasNext()
Determines whether there are any more results in the iterator. |
boolean |
SearchResults.isClosed()
Is the result set closed? |
boolean |
SearchResults.isEmpty()
Returns whether there are any results. |
boolean |
SearchResults.isSorted()
Is the result set sorted? |
java.lang.Object |
SearchResultsIterator.next()
Retrieves the next result in the iterator. |
int |
SearchResults.size()
Returns the number of results returned. |
java.util.Collection |
SearchResults.toCollection()
Returns the results returned as a Collection. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||