| Interface | osid.inquiry.rules.AuditConstrainerEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.inquiry.rules.AuditConstrainerEnablerSearchSession | ||
| Description |
The search interface for governing audit constrainer enabler searches. | ||
| Method | searchAmongAuditConstrainerEnablers | ||
| Description |
Execute this search among the given list of audit constrainer enablers. | ||
| Parameters | osid.id.IdList | auditConstrainerEnablerIds | list of audit constrainer enablers |
| Errors | NULL_ARGUMENT | auditConstrainerEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAuditConstrainerEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.inquiry.rules.AuditConstrainerEnablerSearchOrder | auditConstrainerEnablerSearchOrder | audit constrainer enabler search order |
| Errors | NULL_ARGUMENT | auditConstrainerEnablerSearchOrder is null | |
| UNSUPPORTED | auditConstrainerEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainerEnablerSearchRecord | ||
| Description |
Gets the audit constrainer enabler search record
corresponding to the given audit constrainer enabler
search record | ||
| Parameters | osid.type.Type | auditConstrainerEnablerSearchRecordType | an audit constrainer enabler search record type |
| Return | osid.inquiry.rules.records.AuditConstrainerEnablerSearchRecord | the audit constrainer enabler search record | |
| Errors | NULL_ARGUMENT | auditConstrainerEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditConstrainerEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |