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 TypeMethodDescriptionvoidsetFilename(String filename) Deprecated.Set the initial filename of the data, if anyMethods inherited from interface org.ametys.plugins.repository.metadata.BinaryMetadata
getFilename, getHashMethods inherited from interface org.ametys.plugins.repository.metadata.ModifiableResource
getOutputStream, rename, setEncoding, setInputStream, setLastModified, setMimeTypeMethods 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
-