OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.InquiryEnabler
Implementsosid.OsidEnabler
Used Byosid.inquiry.rules.InquiryEnablerAdminSession
osid.inquiry.rules.InquiryEnablerList
osid.inquiry.rules.InquiryEnablerLookupSession
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.TypeinquiryEnablerRecordType the type of inquiry enabler record to retrieve
Returnosid.inquiry.rules.records.InquiryEnablerRecord the inquiry enabler record
ErrorsNULL_ARGUMENT inquiryEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(inquiryEnablerRecordType) is false
Compliancemandatory This method must be implemented.