| Interface | osid.inquiry.rules.AuditConstrainerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.inquiry.rules.AuditConstrainerSearchSession | ||
| Description |
The search interface for governing audit constrainer searches. | ||
| Method | searchAmongAuditConstrainers | ||
| Description |
Execute this search among the given list of audit constrainers. | ||
| Parameters | osid.id.IdList | auditConstrainerIds | list of audit constrainer |
| Errors | NULL_ARGUMENT | auditConstrainerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAuditConstrainerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.inquiry.rules.AuditConstrainerSearchOrder | auditConstrainerSearchOrder | audit constrainer search order |
| Errors | NULL_ARGUMENT | auditConstrainerSearchOrder is null | |
| UNSUPPORTED | auditConstrainerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainerSearchRecord | ||
| Description |
Gets the audit constrainer search record corresponding
to the given audit constrainer search record
| ||
| Parameters | osid.type.Type | auditConstrainerSearchRecordType | an audit constrainer search record type |
| Return | osid.inquiry.rules.records.AuditConstrainerSearchRecord | the audit constrainer search record | |
| Errors | NULL_ARGUMENT | auditConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |