| Interface | osid.inquiry.AuditSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing audit searches.  | ||
| Method | searchAmongAudits | ||
| Description | 
                     Execute this search among the given list of audits.  | ||
| Parameters | osid.id.IdList | auditIds | list of audits | 
| Errors | NULL_ARGUMENT |  auditIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAuditResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.inquiry.AuditSearchOrder | auditSearchOrder | audit search order | 
| Errors | NULL_ARGUMENT |  auditSearchOrder  is  null   |                 |
| UNSUPPORTED |  auditSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditSearchRecord | ||
| Description | 
                     Gets the audit search record corresponding to the given 
                    audit search record   | ||
| Parameters | osid.type.Type | auditSearchRecordType | an audit search record type | 
| Return | osid.inquiry.records.AuditSearchRecord | the audit search record | |
| Errors | NULL_ARGUMENT |  auditSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(auditSearchRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |