Package org.nuxeo.ecm.core.io.download
Class DownloadBlobInfo
java.lang.Object
org.nuxeo.ecm.core.io.download.DownloadBlobInfo
This class exposes information of a blob given its download path. For instance, it parses the download path
"default/3727ef6b-cf8c-4f27-ab2c-79de0171a2c8/files:files/0/file/image.png" into:
{ "repository": "default", "docId": "3727ef6b-cf8c-4f27-ab2c-79de0171a2c8", "xpath": "files:files/0/file", "filename": "image.png" }
- Since:
- 9.1
-
Field Details
-
repository
-
docId
-
xpath
-
filename
-
-
Constructor Details
-
DownloadBlobInfo
-
-
Method Details
-
getRepository
- Since:
- 2021.17
-
getDocId
- Since:
- 2021.17
-
getXpath
- Since:
- 2021.17
-
getFilename
- Since:
- 2021.17
-