| Interface | osid.inquiry.rules.AuditProcessorSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.inquiry.rules.AuditProcessorSearchSession | ||
| Description |
The search interface for governing audit processor searches. | ||
| Method | searchAmongAuditProcessors | ||
| Description |
Execute this search among the given list of audit processors. | ||
| Parameters | osid.id.IdList | auditProcessorIds | list of audit processors |
| Errors | NULL_ARGUMENT | auditProcessorIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAuditProcessorResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.inquiry.rules.AuditProcessorSearchOrder | auditProcessorSearchOrder | audit processor search order |
| Errors | NULL_ARGUMENT | auditProcessorSearchOrder is null | |
| UNSUPPORTED | auditProcessorSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorSearchRecord | ||
| Description |
Gets the audit processor search record corresponding
to the given audit processor search record
| ||
| Parameters | osid.type.Type | auditProcessorSearchRecordType | an audit processor search record type |
| Return | osid.inquiry.rules.records.AuditProcessorSearchRecord | the audit processor search record | |
| Errors | NULL_ARGUMENT | auditProcessorSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditProcessorSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |