Class JSONBatchBlobDecoder
java.lang.Object
org.nuxeo.ecm.automation.server.jaxrs.batch.JSONBatchBlobDecoder
- All Implemented Interfaces:
JSONBlobDecoder
Uses a JSON definition to retrieve a Blob uploaded in a batch.
Format is:
{ "upload-batch": "BATCH_ID", <-- the batch id "upload-fileId": "FILE_ID" <-- the file id }
- Author:
- Tiry ([email protected])
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlobFromJSON
(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
-
Constructor Details
-
JSONBatchBlobDecoder
public JSONBatchBlobDecoder()
-
-
Method Details
-
getBlobFromJSON
- Specified by:
getBlobFromJSON
in interfaceJSONBlobDecoder
-