Interface AuditProcessorEnablerQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidEnablerQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidRuleQueryInspector, OsidTemporalQueryInspector

public interface AuditProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining audit processor enabler queries.

  • Method Details

    • getRuledAuditProcessorIdTerms

      IdTerm[] getRuledAuditProcessorIdTerms()
      Gets the audit processor Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledAuditProcessorTerms

      AuditProcessorQueryInspector[] getRuledAuditProcessorTerms()
      Gets the audit processor query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getInquestIdTerms

      IdTerm[] getInquestIdTerms()
      Gets the inquest Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getInquestTerms

      InquestQueryInspector[] getInquestTerms()
      Gets the inquest query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAuditProcessorEnablerQueryInspectorRecord

      AuditProcessorEnablerQueryInspectorRecord getAuditProcessorEnablerQueryInspectorRecord(Type auditProcessorEnablerRecordType) throws OperationFailedException
      Gets the audit processor enabler query inspector record corresponding to the given AuditEnabler record Type .
      Parameters:
      auditProcessorEnablerRecordType - an audit processor enabler record type
      Returns:
      the audit processor enabler query inspector record
      Throws:
      NullArgumentException - auditProcessorEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(auditProcessorEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.