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 insteadHelper class giving access to a stream, its mime-type and its data name
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getFilename()
Deprecated.Returns the initial filename of the data, if anyString
getHash()
Deprecated.Returns the hash of the data (SHA1 encoding)-
Methods inherited from interface org.ametys.plugins.repository.metadata.Resource
getEncoding, getInputStream, getLastModified, getLength, getMimeType
-
-
-
-
Method Detail
-
getFilename
String getFilename()
Deprecated.Returns the initial filename of the data, if any- Returns:
- the initial filename of the data, or null
-
-