OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditConstrainerSearch
Implementsosid.OsidSearch
Used Byosid.inquiry.rules.AuditConstrainerSearchSession
Description

The search interface for governing audit constrainer searches.

MethodsearchAmongAuditConstrainers
Description

Execute this search among the given list of audit constrainers.

Parametersosid.id.IdListauditConstrainerIds list of audit constrainer
ErrorsNULL_ARGUMENT auditConstrainerIds is null
Compliancemandatory This method must be implemented.
MethodorderAuditConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.inquiry.rules.AuditConstrainerSearchOrderauditConstrainerSearchOrder audit constrainer search order
ErrorsNULL_ARGUMENT auditConstrainerSearchOrder is null
UNSUPPORTED auditConstrainerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetAuditConstrainerSearchRecord
Description

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

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