Interface HoldEnablerQueryInspector

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

public interface HoldEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining hold enabler queries.

  • Method Details

    • getRuledHoldIdTerms

      IdTerm[] getRuledHoldIdTerms()
      Gets the hold Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledHoldTerms

      HoldQueryInspector[] getRuledHoldTerms()
      Gets the hold query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getOublietteIdTerms

      IdTerm[] getOublietteIdTerms()
      Gets the oubliette Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getOublietteTerms

      OublietteQueryInspector[] getOublietteTerms()
      Gets the oubliette query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getHoldEnablerQueryInspectorRecord

      HoldEnablerQueryInspectorRecord getHoldEnablerQueryInspectorRecord(Type holdEnablerRecordType) throws OperationFailedException
      Gets the hold enabler query inspector record corresponding to the given HoldEnabler record Type .
      Parameters:
      holdEnablerRecordType - a hold enabler record type
      Returns:
      the hold enabler query inspector record
      Throws:
      NullArgumentException - holdEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(holdEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.