Interface FileQueryInspector

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

public interface FileQueryInspector extends DirectoryEntryQueryInspector

This is the query inspector for examining file queries.

  • Method Details

    • getSizeTerms

      CardinalRangeTerm[] getSizeTerms()
      Gets the size query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDataStringTerms

      StringTerm[] getDataStringTerms()
      Gets the data string query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDataTerms

      BytesTerm[] getDataTerms()
      Gets the data query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getFileQueryInspectorRecord

      FileQueryInspectorRecord getFileQueryInspectorRecord(Type fileRecordType) throws OperationFailedException
      Gets the file query inspector record corresponding to the given File record Type .
      Parameters:
      fileRecordType - a file record type
      Returns:
      the file query inspector record
      Throws:
      NullArgumentException - fileRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(fileRecordType) is false
      Compliance:
      mandatory - This method must be implemented.