Interface AvailabilityEnablerQueryInspector

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

public interface AvailabilityEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining availability enabler queries.

  • Method Details

    • getRuledAvailabilityIdTerms

      IdTerm[] getRuledAvailabilityIdTerms()
      Gets the availability Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledAvailabilityTerms

      AvailabilityQueryInspector[] getRuledAvailabilityTerms()
      Gets the availability 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.
    • getAvailabilityEnablerQueryInspectorRecord

      AvailabilityEnablerQueryInspectorRecord getAvailabilityEnablerQueryInspectorRecord(Type availabilityEnablerRecordType) throws OperationFailedException
      Gets the availability enabler query inspector record corresponding to the given AvailabilityEnabler record Type .
      Parameters:
      availabilityEnablerRecordType - an availability enabler record type
      Returns:
      the availability enabler query inspector record
      Throws:
      NullArgumentException - availabilityEnablerrRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(availabilityEnablerrRecordType) is false
      Compliance:
      mandatory - This method must be implemented.