OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.inquiry.rules.AuditEnablerSearchSession
Description

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

MethodgetAuditEnablers
Description

Gets the AuditEnablerList resulting from a search.

Returnosid.inquiry.rules.AuditEnablerList the audit enabler list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAuditEnablerQueryInspector
Description

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

Returnosid.inquiry.rules.AuditEnablerQueryInspector the audit enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetAuditEnablerSearchResultsRecord
Description

Gets the audit enabler search results record corresponding to the given audit enabler search record Type.This method must be used to retrieve an object implementing the requested record.

Parametersosid.type.TypeauditEnablerSearchRecordType an audit enabler search record type
Returnosid.inquiry.rules.records.AuditEnablerSearchResultsRecord the audit enabler search results record
ErrorsNULL_ARGUMENT auditEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(auditEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.