Interface FileItem

All Superinterfaces:
Comparable<FileSystemItem>, FileSystemItem
All Known Implementing Classes:
DocumentBackedFileItem

public interface FileItem extends FileSystemItem
Representation of a file, ie. a downloadable FileSystemItem.

In the case of a DocumentModel backed implementation, the backing document holds a binary content. Typically a File, Note or Picture.

Author:
Antoine Taillefer
See Also:
  • Method Details

    • getBlob

      Blob getBlob()
    • getDownloadURL

      String getDownloadURL()
    • getDigestAlgorithm

      String getDigestAlgorithm()
    • getDigest

      String getDigest()
    • getSize

      long getSize()
      Since:
      11.1
    • getOldDigest

      String getOldDigest()
    • getCanUpdate

      boolean getCanUpdate()
    • setBlob

      void setBlob(Blob blob)