Interface DispatchProcessorEnablerQueryInspector

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

public interface DispatchProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining dispatch processor enabler queries.

  • Method Details

    • getRuledDispatchProcessorIdTerms

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

      DispatchProcessorQueryInspector[] getRuledDispatchProcessorTerms()
      Gets the dispatch processor 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.
    • getDispatchProcessorEnablerQueryInspectorRecord

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