OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditProcessorEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.inquiry.rules.AuditProcessorEnablerSearchSession
Description

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

MethodgetAuditProcessorEnablers
Description

Gets the audit processor enabler list resulting from a search.

Returnosid.inquiry.rules.AuditProcessorEnablerList the audit processor enabler list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetAuditProcessorEnablerQueryInspector
Description

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

Returnosid.inquiry.rules.AuditProcessorEnablerQueryInspector the audit processor enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetAuditProcessorEnablerSearchResultsRecord
Description

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

Parametersosid.type.TypeauditProcessorEnablerSearchRecordType an audit processor enabler search record type
Returnosid.inquiry.rules.records.AuditProcessorEnablerSearchResultsRecord the audit processor enabler search results record
ErrorsNULL_ARGUMENT auditProcessorEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auditProcessorEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.