Interface AuditConstrainerQueryInspector

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

public interface AuditConstrainerQueryInspector extends OsidConstrainerQueryInspector

This is the query inspector for examining audit constrainer queries.

  • Method Details

    • getRuledAuditIdTerms

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

      AuditQueryInspector[] getRuledAuditTerms()
      Gets the audit 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.
    • getAuditConstrainerQueryInspectorRecord

      AuditConstrainerQueryInspectorRecord getAuditConstrainerQueryInspectorRecord(Type auditConstrainerRecordType) throws OperationFailedException
      Gets the audit constrainer query inspector record corresponding to the given AuditConstrainer record Type .
      Parameters:
      auditConstrainerRecordType - an audit constrainer record type
      Returns:
      the audit constrainer query inspector record
      Throws:
      NullArgumentException - auditConstraineRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(auditConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.