Interface DispatchConstrainerQueryInspector

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

public interface DispatchConstrainerQueryInspector extends OsidConstrainerQueryInspector

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

      DispatchConstrainerQueryInspectorRecord getDispatchConstrainerQueryInspectorRecord(Type dispatchConstrainerRecordType) throws OperationFailedException
      Gets the dispatch constrainer query inspector record corresponding to the given DispatchConstrainer record Type .
      Parameters:
      dispatchConstrainerRecordType - a dispatch constrainer record type
      Returns:
      the dispatch constrainer query inspector record
      Throws:
      NullArgumentException - dispatchConstraineRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(dispatchConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.