public interface RegistrationSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
RegistrationQueryInspector |
getRegistrationQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
RegistrationList |
getRegistrations()
Gets the registration list resulting from a search.
|
RegistrationSearchResultsRecord |
getRegistrationSearchResultsRecord(Type registrationSearchRecordType)
Gets the registration search results record corresponding to the given
registration search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeRegistrationList getRegistrations()
IllegalStateException - the registration list has
already been retrievedmandatory - This method must be implemented. RegistrationQueryInspector getRegistrationQueryInspector()
mandatory - This method must be implemented. RegistrationSearchResultsRecord getRegistrationSearchResultsRecord(Type registrationSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.registrationSearchRecordType - a registration search record typeNullArgumentException -
registrationSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(registrationSearchRecordType) is
false mandatory - This method must be implemented.