Interface InquiryEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface InquiryEnabler extends OsidEnabler

An InquiryEnabler describes the rules for making an Audit effective.

  • Method Details

    • getInquiryEnablerRecord

      InquiryEnablerRecord getInquiryEnablerRecord(Type inquiryEnablerRecordType) throws OperationFailedException
      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 .
      Parameters:
      inquiryEnablerRecordType - the type of inquiry enabler record to retrieve
      Returns:
      the inquiry enabler record
      Throws:
      NullArgumentException - inquiryEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(inquiryEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.