Interface BlockQueryInspector

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

public interface BlockQueryInspector extends OsidObjectQueryInspector

This is the query inspector for examining block queries.

  • Method Details

    • getIssueIdTerms

      IdTerm[] getIssueIdTerms()
      Gets the issue Id 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.
    • getBlockQueryInspectorRecord

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