Interface | osid.authorization.FunctionSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
| ||
Method | searchAmongFunctions | ||
Description |
Execute this search among the given list of functions. | ||
Parameters | osid.id.IdList | functionIds | list of functions |
Errors | NULL_ARGUMENT | functionIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderFunctionResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.authorization.FunctionSearchOrder | functionSearchOrder | function search order |
Errors | NULL_ARGUMENT | functionSearchOrder is null | |
UNSUPPORTED | functionSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getFunctionSearchRecord | ||
Description |
Gets the function search record corresponding to the
given function search record | ||
Parameters | osid.type.Type | functionSearchRecordType | a function search record type |
Return | osid.authorization.records.FunctionSearchRecord | the function search record | |
Errors | NULL_ARGUMENT | functionSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(functionSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |