| Interface | osid.inquiry.rules.AuditProcessorEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.inquiry.rules.AuditProcessorEnablerSearchSession | ||
| Description |
The search interface for governing audit processor enabler searches. | ||
| Method | searchAmongAuditProcessorEnablers | ||
| Description |
Execute this search among the given list of audit processor enablers. | ||
| Parameters | osid.id.IdList | auditProcessorEnablerIds | list of audit processor enablers |
| Errors | NULL_ARGUMENT | auditProcessorEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAuditProcessorEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.inquiry.rules.AuditProcessorEnablerSearchOrder | auditProcessorEnablerSearchOrder | audit processor enabler search order |
| Errors | NULL_ARGUMENT | auditProcessorEnablerSearchOrder is null | |
| UNSUPPORTED | auditProcessorEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorEnablerSearchRecord | ||
| Description |
Gets the audit processor enabler search record
corresponding to the given audit processor enabler search
record | ||
| Parameters | osid.type.Type | auditProcessorEnablerSearchRecordType | an audit processor enabler search record type |
| Return | osid.inquiry.rules.records.AuditProcessorEnablerSearchRecord | the audit processor enabler search record | |
| Errors | NULL_ARGUMENT | auditProcessorEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditProcessorEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |