Interface DispatchProcessorQueryInspector

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

public interface DispatchProcessorQueryInspector extends OsidProcessorQueryInspector

This is the query inspector for examining dispatch processor 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.
    • getDispatchProcessorQueryInspectorRecord

      DispatchProcessorQueryInspectorRecord getDispatchProcessorQueryInspectorRecord(Type dispatchProcessorRecordType) throws OperationFailedException
      Gets the dispatch processor query inspector record corresponding to the given Dispatch record Type .
      Parameters:
      dispatchProcessorRecordType - a dispatch processor record type
      Returns:
      the dispatch processor query inspector record
      Throws:
      NullArgumentException - dispatchProcessorRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(dispatchProcessorRecordType) is false
      Compliance:
      mandatory - This method must be implemented.