Interface DispatchConstrainerEnablerQueryInspector

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

public interface DispatchConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledDispatchConstrainerIdTerms

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

      DispatchConstrainerQueryInspector[] getRuledDispatchConstrainerTerms()
      Gets the dispatch constrainer 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.
    • getDispatchConstrainerEnablerQueryInspectorRecord

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