OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditProcessorEnablerSearch
Implementsosid.OsidSearch
Used Byosid.inquiry.rules.AuditProcessorEnablerSearchSession
Description

The search interface for governing audit processor enabler searches.

MethodsearchAmongAuditProcessorEnablers
Description

Execute this search among the given list of audit processor enablers.

Parametersosid.id.IdListauditProcessorEnablerIds list of audit processor enablers
ErrorsNULL_ARGUMENT auditProcessorEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderAuditProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.inquiry.rules.AuditProcessorEnablerSearchOrderauditProcessorEnablerSearchOrder audit processor enabler search order
ErrorsNULL_ARGUMENT auditProcessorEnablerSearchOrder is null
UNSUPPORTED auditProcessorEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetAuditProcessorEnablerSearchRecord
Description

Gets the audit processor enabler search 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.AuditProcessorEnablerSearchRecord the audit processor enabler search record
ErrorsNULL_ARGUMENT auditProcessorEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auditProcessorEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.