Interface HoldQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidRelationshipQueryInspector, OsidTemporalQueryInspector

public interface HoldQueryInspector extends OsidRelationshipQueryInspector

This is the query inspector for examining hold queries.

  • Method Details

    • getResourceIdTerms

      IdTerm[] getResourceIdTerms()
      Gets the resource Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getResourceTerms

      ResourceQueryInspector[] getResourceTerms()
      Gets the resource query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAgentIdTerms

      IdTerm[] getAgentIdTerms()
      Gets the agent Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAgentTerms

      AgentQueryInspector[] getAgentTerms()
      Gets the agent query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getIssueIdTerms

      IdTerm[] getIssueIdTerms()
      Gets the issue query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getIssueTerms

      IssueQueryInspector[] getIssueTerms()
      Gets the issue 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.
    • getHoldQueryInspectorRecord

      HoldQueryInspectorRecord getHoldQueryInspectorRecord(Type holdRecordType) throws OperationFailedException, PermissionDeniedException
      Gets the hold query inspector record corresponding to the given Hold record Type .
      Parameters:
      holdRecordType - a hold record type
      Returns:
      the hold query inspector record
      Throws:
      NullArgumentException - holdRecordType is null
      OperationFailedException - unable to complete request
      PermissionDeniedException - authorization failure occurred
      UnsupportedException - hasRecordType(holdRecordType) is false
      Compliance:
      mandatory - This method must be implemented.