Interface ModifiableBinaryMetadata
- All Superinterfaces:
BinaryMetadata
,ModifiableResource
,Resource
- All Known Implementing Classes:
JCRBinaryMetadata
Deprecated.
Use org.ametys.cms.data.Binary instead
Binary that is modifiable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFilename
(String filename) Deprecated.Set the initial filename of the data, if anyMethods inherited from interface org.ametys.plugins.repository.metadata.BinaryMetadata
getFilename, getHash
Methods inherited from interface org.ametys.plugins.repository.metadata.ModifiableResource
getOutputStream, rename, setEncoding, setInputStream, setLastModified, setMimeType
Methods inherited from interface org.ametys.plugins.repository.metadata.Resource
getEncoding, getInputStream, getLastModified, getLength, getMimeType
-
Method Details
-
setFilename
Deprecated.Set the initial filename of the data, if any- Parameters:
filename
- the initial filename, or null
-