| Interface | osid.authorization.AuthorizationSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
| ||
| Method | searchAmongAuthorizations | ||
| Description |
Execute this search among the given list of authorizations. | ||
| Parameters | osid.id.IdList | authorizationIds | list of authorizations |
| Errors | NULL_ARGUMENT | authorizationIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAuthorizationResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.authorization.AuthorizationSearchOrder | authorizationSearchOrder | authorization search order |
| Errors | NULL_ARGUMENT | authorizationSearchOrder is null | |
| UNSUPPORTED | authorizationSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuthorizationSearchRecord | ||
| Description |
Gets the authorization search record corresponding to
the given authorization search record | ||
| Parameters | osid.type.Type | authorizationSearchRecordType | an authorization search record type |
| Return | osid.authorization.records.AuthorizationSearchRecord | the authorization search record | |
| Errors | NULL_ARGUMENT | authorizationSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(authorizationSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |