Uses of Class
org.nuxeo.client.objects.blob.FileBlob
-
Packages that use FileBlob Package Description org.nuxeo.client.methods org.nuxeo.client.objects org.nuxeo.client.objects.blob -
-
Uses of FileBlob in org.nuxeo.client.methods
Methods in org.nuxeo.client.methods that return types with arguments of type FileBlob Modifier and Type Method Description retrofit2.Call<FileBlob>RepositoryAPI. fetchBlobById(java.lang.String documentId, java.lang.String fieldPath)Deprecated.since 3.1retrofit2.Call<FileBlob>RepositoryAPI. fetchBlobById(java.lang.String documentId, java.lang.String fieldPath, java.lang.String repositoryName)Deprecated.since 3.1retrofit2.Call<FileBlob>RepositoryAPI. fetchBlobByPath(java.lang.String documentPath, java.lang.String fieldPath)Deprecated.since 3.1retrofit2.Call<FileBlob>RepositoryAPI. fetchBlobByPath(java.lang.String documentPath, java.lang.String fieldPath, java.lang.String repositoryName)Deprecated.since 3.1 -
Uses of FileBlob in org.nuxeo.client.objects
Methods in org.nuxeo.client.objects that return FileBlob Modifier and Type Method Description FileBlobDocument. fetchBlob()Deprecated.since 3.1, useDocument.streamBlob()insteadFileBlobDocument. fetchBlob(java.lang.String fieldPath)Deprecated.since 3.1, useDocument.streamBlob(String)insteadFileBlobRepository. fetchBlobById(java.lang.String documentId, java.lang.String fieldPath)Deprecated.since 3.1, useRepository.streamBlobById(String, String)insteadFileBlobRepository. fetchBlobByPath(java.lang.String documentPath, java.lang.String fieldPath)Deprecated.since 3.1, useRepository.streamBlobByPath(String, String)insteadMethod parameters in org.nuxeo.client.objects with type arguments of type FileBlob Modifier and Type Method Description voidDocument. fetchBlob(java.lang.String fieldPath, retrofit2.Callback<FileBlob> callback)Deprecated.since 3.1, useDocument.streamBlob(String, Callback)insteadvoidDocument. fetchBlob(retrofit2.Callback<FileBlob> callback)Deprecated.since 3.1, useDocument.streamBlob(Callback)insteadvoidRepository. fetchBlobById(java.lang.String documentId, java.lang.String fieldPath, retrofit2.Callback<FileBlob> callback)Deprecated.since 3.1, useRepository.streamBlobById(String, String, Callback)insteadvoidRepository. fetchBlobByPath(java.lang.String documentPath, java.lang.String fieldPath, retrofit2.Callback<FileBlob> callback)Deprecated.since 3.1, useRepository.streamBlobByPath(String, String, Callback)instead -
Uses of FileBlob in org.nuxeo.client.objects.blob
Subclasses of FileBlob in org.nuxeo.client.objects.blob Modifier and Type Class Description classFileStreamBlobDeprecated.since 3.1, this blob should not be used.
-