Interface | osid.authorization.rules.AuthorizationEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getAuthorizationEnablers | ||
Description |
Gets the | ||
Return | osid.authorization.rules.AuthorizationEnablerList | the authorization enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuthorizationEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.authorization.rules.AuthorizationEnablerQueryInspector | the authorization enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuthorizationEnablerSearchResultsRecord | ||
Description |
Gets the authorization enabler search results 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.AuthorizationEnablerSearchResultsRecord | the authorization enabler search results record | |
Errors | NULL_ARGUMENT | authorizationEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(authorizationEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |