Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.server.jaxrs.batch
Class JSONBatchBlobDecoder

java.lang.Object
  extended by org.nuxeo.ecm.automation.server.jaxrs.batch.JSONBatchBlobDecoder
All Implemented Interfaces:
JSONBlobDecoder

public class JSONBatchBlobDecoder
extends Object
implements JSONBlobDecoder

Uses a JSON definition to retrive a Blob uploaded in a batch

Author:
Tiry (tdelprat@nuxeo.com)

Constructor Summary
JSONBatchBlobDecoder()
           
 
Method Summary
 Blob getBlobFromJSON(org.codehaus.jackson.node.ObjectNode jsonObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONBatchBlobDecoder

public JSONBatchBlobDecoder()
Method Detail

getBlobFromJSON

public Blob getBlobFromJSON(org.codehaus.jackson.node.ObjectNode jsonObject)
Specified by:
getBlobFromJSON in interface JSONBlobDecoder

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.