Interface | osid.authorization.rules.AuthorizationEnablerSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing authorization enabler searches. | ||
Method | searchAmongAuthorizationEnablers | ||
Description |
Execute this search among the given list of authorization enablers. | ||
Parameters | osid.id.IdList | authorizationEnablerIds | list of authorization enablers |
Errors | NULL_ARGUMENT | authorizationEnablerIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderAuthorizationEnablerResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.authorization.rules.AuthorizationEnablerSearchOrder | authorizationEnablerSearchOrder | authorization enabler search order |
Errors | NULL_ARGUMENT | authorizationEnablerSearchOrder is null | |
UNSUPPORTED | authorizationEnablerSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAuthorizationEnablerSearchRecord | ||
Description |
Gets the authorization enabler search record
corresponding to the given authorization enabler search
record | ||
Parameters | osid.type.Type | authorizationEnablerSearchRecordType | an authorization enabler search record type |
Return | osid.authorization.rules.records.AuthorizationEnablerSearchRecord | the authorization enabler search record | |
Errors | NULL_ARGUMENT | authorizationEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(authorizationEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |