OSID Logo
OSID Specifications
inquiry rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.rules.InquiryEnabler
Implementsosid.OsidEnabler
Description

An InquiryEnabler describes the rules for making an Audit effective.

MethodgetInquiryEnablerRecord
Description

Gets the inquiry enabler record corresponding to the given InquiryEnabler record Type. This method is used to retrieve an object implementing the requested record. The inquiryEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(inquiryEnablerRecordType) is true .

Parametersosid.type.TypeinquiryEnablerRecordTypethe type of inquiry enabler record to retrieve
Returnosid.inquiry.rules.records.InquiryEnablerRecordthe inquiry enabler record
ErrorsNULL_ARGUMENT inquiryEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(inquiryEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.