| Interface | osid.inquiry.rules.AuditConstrainerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Used By | osid.inquiry.rules.AuditConstrainerSearchSession | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getAuditConstrainers | ||
| Description |
Gets the audit constrainer list resulting from a search. | ||
| Return | osid.inquiry.rules.AuditConstrainerList | the audit constrainer list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.inquiry.rules.AuditConstrainerQueryInspector | the audit constrainer query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainerSearchResultsRecord | ||
| Description |
Gets the audit constrainer search results record
corresponding to the given audit constrainer search record
| ||
| Parameters | osid.type.Type | auditConstrainerSearchRecordType | an audit constrainer search record type |
| Return | osid.inquiry.rules.records.AuditConstrainerSearchResultsRecord | the audit constrainer search results record | |
| Errors | NULL_ARGUMENT | auditConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auditConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |