public interface ConferralSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ConferralQueryInspector |
getConferralQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
ConferralList |
getConferrals()
Gets the conferral list resulting from a search.
|
ConferralSearchResultsRecord |
getConferralSearchResultsRecord(Type conferralSearchRecordType)
Gets the conferral search results record corresponding to the given
conferral search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeConferralList getConferrals()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. ConferralQueryInspector getConferralQueryInspector()
mandatory - This method must be implemented. ConferralSearchResultsRecord getConferralSearchResultsRecord(Type conferralSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.conferralSearchRecordType - a conferral search record typeNullArgumentException -
conferralSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(conferralSearchRecordType) is
false mandatory - This method must be implemented.