| Interface | osid.rules.check.CheckSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing check searches. | ||
| Method | searchAmongChecks | ||
| Description |
Execute this search among the given list of checks. | ||
| Parameters | osid.id.IdList | checkIds | list of checks |
| Errors | NULL_ARGUMENT | checkIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderCheckResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.rules.check.CheckSearchOrder | checkSearchOrder | check search order |
| Errors | NULL_ARGUMENT | checkSearchOrder is null | |
| UNSUPPORTED | checkSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCheckSearchRecord | ||
| Description |
Gets the check search record corresponding to the given
check search record | ||
| Parameters | osid.type.Type | checkSearchRecordType | a check search record type |
| Return | osid.rules.check.records.CheckSearchRecord | the check search record | |
| Errors | NULL_ARGUMENT | checkSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(checkSearchRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |