Uses of Interface
org.nuxeo.ecm.automation.core.util.JSONBlobDecoder
-
Packages that use JSONBlobDecoder Package Description org.nuxeo.ecm.automation.core.util org.nuxeo.ecm.automation.server.jaxrs.batch org.nuxeo.ecm.liveconnect.core -
-
Uses of JSONBlobDecoder in org.nuxeo.ecm.automation.core.util
Classes in org.nuxeo.ecm.automation.core.util that implement JSONBlobDecoder Modifier and Type Class Description classJSONManagedBlobDecoderBlob decoder resolving a blob from a given blob provider and a blob key.classJSONObjectBlobDecoderBlob decoder resolving a Blob from a given download URL.classJSONStringBlobDecoderVery basic implementation of a Blob decoder Only usable for StringBlobsFields in org.nuxeo.ecm.automation.core.util with type parameters of type JSONBlobDecoder Modifier and Type Field Description protected static List<JSONBlobDecoder>ComplexTypeJSONDecoder. blobDecodersMethods in org.nuxeo.ecm.automation.core.util with parameters of type JSONBlobDecoder Modifier and Type Method Description static voidComplexTypeJSONDecoder. registerBlobDecoder(JSONBlobDecoder blobDecoder) -
Uses of JSONBlobDecoder in org.nuxeo.ecm.automation.server.jaxrs.batch
Classes in org.nuxeo.ecm.automation.server.jaxrs.batch that implement JSONBlobDecoder Modifier and Type Class Description classJSONBatchBlobDecoderUses a JSON definition to retrieve a Blob uploaded in a batch. -
Uses of JSONBlobDecoder in org.nuxeo.ecm.liveconnect.core
Classes in org.nuxeo.ecm.liveconnect.core that implement JSONBlobDecoder Modifier and Type Class Description classJSONLiveConnectBlobDecoderDeprecated.since 10.2.
-