| Interface | osid.authorization.rules.AuthorizationEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getAuthorizationEnablerSearchOrderRecord | ||
| Description |
Gets the authorization enabler search order record
corresponding to the given authorization enabler record
| ||
| Parameters | osid.type.Type | authorizationEnablerRecordType | an authorization enabler record type |
| Return | osid.authorization.rules.records.AuthorizationEnablerSearchOrderRecord | the authorization enabler search order record | |
| Errors | NULL_ARGUMENT | authorizationEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(authorizationEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |