| Interface | osid.inquiry.rules.AuditConstrainerEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Used By | osid.inquiry.rules.AuditConstrainerEnablerSearchSession | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getAuditConstrainerEnablers | ||
| Description |
Gets the audit constrainer enabler list resulting from a search. | ||
| Return | osid.inquiry.rules.AuditConstrainerEnablerList | the audit constrainer enabler list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainerEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.inquiry.rules.AuditConstrainerEnablerQueryInspector | the audit constrainer enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainerEnablerSearchResultsRecord | ||
| Description |
Gets the audit constrainer enabler search results
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.AuditConstrainerEnablerSearchResultsRecord | the audit constrainer enabler search results 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. | |