Interface CommissionEnablerQueryInspector

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

public interface CommissionEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining commission enabler queries.

  • Method Details

    • getRuledCommissionIdTerms

      IdTerm[] getRuledCommissionIdTerms()
      Gets the commission Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledCommissionTerms

      CommissionQueryInspector[] getRuledCommissionTerms()
      Gets the commission query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getFoundryIdTerms

      IdTerm[] getFoundryIdTerms()
      Gets the foundry Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getFoundryTerms

      FoundryQueryInspector[] getFoundryTerms()
      Gets the foundry query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCommissionEnablerQueryInspectorRecord

      CommissionEnablerQueryInspectorRecord getCommissionEnablerQueryInspectorRecord(Type commissionEnablerRecordType) throws OperationFailedException
      Gets the commission enabler query inspector record corresponding to the given CommissionEnabler record Type .
      Parameters:
      commissionEnablerRecordType - a commission enabler record type
      Returns:
      the commission enabler query inspector record
      Throws:
      NullArgumentException - commissionEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(commissionEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.