Interface BinaryMetadata

All Superinterfaces:
Resource
All Known Subinterfaces:
ModifiableBinaryMetadata
All Known Implementing Classes:
JCRBinaryMetadata

@Deprecated public interface BinaryMetadata extends Resource
Deprecated.
Use org.ametys.cms.data.Binary instead
Helper class giving access to a stream, its mime-type and its data name
  • Method Details

    • getFilename

      Deprecated.
      Returns the initial filename of the data, if any
      Returns:
      the initial filename of the data, or null
    • getHash

      Deprecated.
      Returns the hash of the data (SHA1 encoding)
      Returns:
      the hash of the data