OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditConstrainerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.inquiry.rules.AuditConstrainerSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetAuditConstrainers
Description

Gets the audit constrainer list resulting from a search.

Returnosid.inquiry.rules.AuditConstrainerList the audit constrainer list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetAuditConstrainerQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.inquiry.rules.AuditConstrainerQueryInspector the audit constrainer query inspector
Compliancemandatory This method must be implemented.
MethodgetAuditConstrainerSearchResultsRecord
Description

Gets the audit constrainer search results record corresponding to the given audit constrainer search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeauditConstrainerSearchRecordType an audit constrainer search record type
Returnosid.inquiry.rules.records.AuditConstrainerSearchResultsRecord the audit constrainer search results record
ErrorsNULL_ARGUMENT auditConstrainerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auditConstrainerSearchRecordType) is false
Compliancemandatory This method must be implemented.