Interface | osid.authorization.FunctionSearchSession | ||
---|---|---|---|
Implements | osid.authorization.FunctionQuerySession | ||
Description |
This session provides methods for searching This session defines views that offer differing behaviors for searching.
Functions may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getFunctionSearch | ||
Description |
Gets a function search. | ||
Return | osid.authorization.FunctionSearch | the function search | |
Compliance | mandatory | This method must be implemented. | |
Method | getFunctionSearchOrder | ||
Description |
Gets a function search order. The | ||
Return | osid.authorization.FunctionSearchOrder | the function search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getFunctionsBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.authorization.FunctionQuery | functionQuery | the function query |
osid.authorization.FunctionSearch | functionSearch | the function search | |
Return | osid.authorization.FunctionSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | functionQuery or functionSearch is
null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | functionSearch or functionQuery is not of
this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getFunctionQueryFromInspector | ||
Description |
Gets a function query from an inspector. The inspector
is available from a | ||
Parameters | osid.authorization.FunctionQueryInspector | functionQueryInspector | a function query inspector |
Return | osid.authorization.FunctionQuery | the function query | |
Errors | NULL_ARGUMENT | functionQueryInspector is null | |
UNSUPPORTED | functionQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |