Interface OfferingConstrainerEnablerQueryInspector

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

public interface OfferingConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining offering constrainer enabler queries.

  • Method Details

    • getRuledOfferingConstrainerIdTerms

      IdTerm[] getRuledOfferingConstrainerIdTerms()
      Gets the offering constrainer Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledOfferingConstrainerTerms

      OfferingConstrainerQueryInspector[] getRuledOfferingConstrainerTerms()
      Gets the offering constrainer query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCatalogueIdTerms

      IdTerm[] getCatalogueIdTerms()
      Gets the catalogue Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCatalogueTerms

      CatalogueQueryInspector[] getCatalogueTerms()
      Gets the catalogue query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getOfferingConstrainerEnablerQueryInspectorRecord

      OfferingConstrainerEnablerQueryInspectorRecord getOfferingConstrainerEnablerQueryInspectorRecord(Type offeringConstrainerEnablerRecordType) throws OperationFailedException
      Gets the offering constrainer enabler query inspector record corresponding to the given OfferingConstrainerEnabler record Type .
      Parameters:
      offeringConstrainerEnablerRecordType - an offering constrainer enabler record type
      Returns:
      the offering constrainer enabler query inspector record
      Throws:
      NullArgumentException - offeringConstrainerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(offeringConstrainerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.