Uses of Interface
org.nuxeo.client.objects.blob.Blob
-
Packages that use Blob Package Description org.nuxeo.client org.nuxeo.client.objects org.nuxeo.client.objects.blob org.nuxeo.client.objects.upload -
-
Uses of Blob in org.nuxeo.client
Methods in org.nuxeo.client with parameters of type Blob Modifier and Type Method Description static okhttp3.RequestBodyRequests. create(Blob blob)Returns a new request body that transmits the content of inputBlob. -
Uses of Blob in org.nuxeo.client.objects
Methods in org.nuxeo.client.objects with parameters of type Blob Modifier and Type Method Description static okhttp3.RequestBodyOperation. create(Blob blob)Deprecated.since 3.1, useRequests.create(Blob)instead -
Uses of Blob in org.nuxeo.client.objects.blob
Classes in org.nuxeo.client.objects.blob that implement Blob Modifier and Type Class Description classAbstractBlobclassFileBlobclassFileStreamBlobDeprecated.since 3.1, this blob should not be used.classStreamBlobMethods in org.nuxeo.client.objects.blob that return types with arguments of type Blob Modifier and Type Method Description java.util.List<Blob>Blobs. getBlobs()Methods in org.nuxeo.client.objects.blob with parameters of type Blob Modifier and Type Method Description booleanBlobs. add(Blob blob)Deprecated.since 3.2, useEntities.addEntry(Object)insteadConstructor parameters in org.nuxeo.client.objects.blob with type arguments of type Blob Constructor Description Blobs(java.util.List<? extends Blob> blobs) -
Uses of Blob in org.nuxeo.client.objects.upload
Methods in org.nuxeo.client.objects.upload with parameters of type Blob Modifier and Type Method Description BatchUploadBatchUpload. upload(java.lang.String fileIdx, Blob blob)Uploads the given blob to the currentBatchUploadfor given index.BatchUploadBatchUploadManager. upload(java.lang.String batchId, java.lang.String fileIdx, Blob blob)Uploads the given blob to the currentBatchUploadfor given index.
-