| Interface | osid.authorization.rules.AuthorizationEnablerSearchSession | ||
|---|---|---|---|
| Implements | osid.authorization.rules.AuthorizationEnablerQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
| Method | getAuthorizationEnablerSearch | ||
| Description |
Gets an authorization enabler search. | ||
| Return | osid.authorization.rules.AuthorizationEnablerSearch | the authorization enabler search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuthorizationEnablerSearchOrder | ||
| Description |
Gets an authorization enabler search order. The | ||
| Return | osid.authorization.rules.AuthorizationEnablerSearchOrder | the authorization enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuthorizationEnablersBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.authorization.rules.AuthorizationEnablerQuery | authorizationEnablerQuery | the authorization enabler query |
osid.authorization.rules.AuthorizationEnablerSearch | authorizationEnablerSearch | the authorization enabler search | |
| Return | osid.authorization.rules.AuthorizationEnablerSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | authorizationEnablerQuery or
authorizationEnablerSearch is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | authorizationEnablerQuery or
authorizationEnablerSearch is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuthorizationEnablerQueryFromInspector | ||
| Description |
Gets an authorization enabler query from an inspector.
The inspector is available from an | ||
| Parameters | osid.authorization.rules.AuthorizationEnablerQueryInspector | authorizationEnablerQueryInspector | an authorization enabler query inspector |
| Return | osid.authorization.rules.AuthorizationEnablerQuery | the authorization enabler query | |
| Errors | NULL_ARGUMENT | authorizationEnablerQueryInspector is null | |
| UNSUPPORTED | authorizationEnablerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |