Class DownloadContextBlobHolder
java.lang.Object
org.nuxeo.ecm.core.api.blobholder.AbstractBlobHolder
org.nuxeo.ecm.core.api.blobholder.DownloadContextBlobHolder
- All Implemented Interfaces:
BlobHolder
- Since:
- 2021.25
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Blob
protected DocumentModel
protected Map<String,
Serializable> protected String
protected Boolean
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getBlob()
Returns the Blob held inside the object.Returns the held blob modification date.Returns all properties as a Map.getProperty
(String name) Returns a named property.isInline()
void
setDocument
(DocumentModel doc) void
setExtendedInfos
(Map<String, Serializable> extendedInfos) void
setFilename
(String filename) void
void
Methods inherited from class org.nuxeo.ecm.core.api.blobholder.AbstractBlobHolder
getBlobs, getFilePath, getHash, getMD5Digest, setBlob
-
Field Details
-
blob
-
doc
-
extendedInfos
-
filename
-
reason
-
inline
-
-
Constructor Details
-
DownloadContextBlobHolder
-
-
Method Details
-
getBasePath
- Specified by:
getBasePath
in classAbstractBlobHolder
-
getModificationDate
Description copied from interface:BlobHolder
Returns the held blob modification date. -
getProperty
Description copied from interface:BlobHolder
Returns a named property. -
getProperties
Description copied from interface:BlobHolder
Returns all properties as a Map. -
getDocument
-
setDocument
-
getBlob
Description copied from interface:BlobHolder
Returns the Blob held inside the object. -
getFilename
-
setFilename
-
getReason
-
setReason
-
getExtendedInfos
-
setExtendedInfos
-
isInline
-
setInline
-