Interface | osid.inquiry.rules.AuditEnablerSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing audit enabler searches. | ||
Method | searchAmongAuditEnablers | ||
Description |
Execute this search among the given list of audit enablers. | ||
Parameters | osid.id.IdList | auditEnablerIds | list of audit enablers |
Errors | NULL_ARGUMENT | auditEnablerIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderAuditEnablerResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.inquiry.rules.AuditEnablerSearchOrder | auditEnablerSearchOrder | audit enabler search order |
Errors | NULL_ARGUMENT | auditEnablerSearchOrder is null | |
UNSUPPORTED | auditEnablerSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAuditEnablerSearchRecord | ||
Description |
Gets the audit enabler search record corresponding to
the given audit enabler search record | ||
Parameters | osid.type.Type | auditEnablerSearchRecordType | an audit enabler search record type |
Return | osid.inquiry.rules.records.AuditEnablerSearchRecord | the audit enabler search record | |
Errors | NULL_ARGUMENT | auditEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(auditEnablerSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |