OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditConstrainerEnablerSearch
Implementsosid.OsidSearch
Used Byosid.inquiry.rules.AuditConstrainerEnablerSearchSession
Description

The search interface for governing audit constrainer enabler searches.

MethodsearchAmongAuditConstrainerEnablers
Description

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

Parametersosid.id.IdListauditConstrainerEnablerIds list of audit constrainer enablers
ErrorsNULL_ARGUMENT auditConstrainerEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderAuditConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.inquiry.rules.AuditConstrainerEnablerSearchOrderauditConstrainerEnablerSearchOrder audit constrainer enabler search order
ErrorsNULL_ARGUMENT auditConstrainerEnablerSearchOrder is null
UNSUPPORTED auditConstrainerEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetAuditConstrainerEnablerSearchRecord
Description

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

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