OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditEnablerSearch
Implementsosid.OsidSearch
Used Byosid.inquiry.rules.AuditEnablerSearchSession
Description

The search interface for governing audit enabler searches.

MethodsearchAmongAuditEnablers
Description

Execute this search among the given list of audit enablers.

Parametersosid.id.IdListauditEnablerIds list of audit enablers
ErrorsNULL_ARGUMENT auditEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderAuditEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.inquiry.rules.AuditEnablerSearchOrderauditEnablerSearchOrder audit enabler search order
ErrorsNULL_ARGUMENT auditEnablerSearchOrder is null
UNSUPPORTED auditEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetAuditEnablerSearchRecord
Description

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

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