public interface AuthorizationSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AuthorizationQueryInspector |
getAuthorizationQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AuthorizationList |
getAuthorizations()
Gets the authorization list resulting from the search.
|
AuthorizationSearchResultsRecord |
getAuthorizationSearchResultsRecord(Type authorizationSearchRecordType)
Gets the authorization search results record corresponding to the
given authorization search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAuthorizationList getAuthorizations()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. AuthorizationQueryInspector getAuthorizationQueryInspector()
mandatory - This method must be implemented. AuthorizationSearchResultsRecord getAuthorizationSearchResultsRecord(Type authorizationSearchRecordType) throws OperationFailedException
Type. This method is
used to retrieve an object implementing the requested record.authorizationSearchRecordType - an authorization search record
typeNullArgumentException -
authorizationSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(authorizationSearchRecordType) is
false mandatory - This method must be implemented.