Interface DispatchEnablerQueryInspector

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

public interface DispatchEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining dispatch enabler queries.

  • Method Details

    • getRuledDispatchIdTerms

      IdTerm[] getRuledDispatchIdTerms()
      Gets the dispatch Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledDispatchTerms

      DispatchQueryInspector[] getRuledDispatchTerms()
      Gets the dispatch query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getPublisherIdTerms

      IdTerm[] getPublisherIdTerms()
      Gets the publisher Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getPublisherTerms

      PublisherQueryInspector[] getPublisherTerms()
      Gets the publisher query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDispatchEnablerQueryInspectorRecord

      DispatchEnablerQueryInspectorRecord getDispatchEnablerQueryInspectorRecord(Type dispatchEnablerRecordType) throws OperationFailedException
      Gets the dispatch enabler query inspector record corresponding to the given DispatchEnabler record Type .
      Parameters:
      dispatchEnablerRecordType - a dispatch enabler record type
      Returns:
      the dispatch enabler query inspector record
      Throws:
      NullArgumentException - dispatchEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(dispatchEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.