Uses of Interface
org.nuxeo.ecm.core.api.Blob
Packages that use Blob
Package
Description
BLOB implementations.
API for the ConversionService.
Plugins that provide some sort of document transformation / text extraction.
Implementation of the Conversion Service
(see
ConversionService).Implementation of a Nuxeo repository over an SQL database.
Core interfaces for the image core, providing services such as croping,
resizing, metadata and mime-type extraction.
Provides implementation for the api package.
PDF signing services and utilities.
PDF signing services implementation.
-
Uses of Blob in org.nuxeo.binary.metadata.api
Methods in org.nuxeo.binary.metadata.api that return BlobModifier and TypeMethodDescriptionBinaryMetadataProcessor.writeMetadata(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into given blob.BinaryMetadataService.writeMetadata(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc) Write given metadata mapping id into a given binary with a Nuxeo default processor.BinaryMetadataService.writeMetadata(String processorName, Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into a given binary with a given processor.BinaryMetadataService.writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc) Write given metadata mapping id into a given binary with a Nuxeo default processor.BinaryMetadataService.writeMetadata(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into a given binary with a Nuxeo default processor.Methods in org.nuxeo.binary.metadata.api with parameters of type BlobModifier and TypeMethodDescriptionBinaryMetadataProcessor.readMetadata(Blob blob, boolean ignorePrefix) Read all metadata from a given blob.BinaryMetadataProcessor.readMetadata(Blob blob, List<String> metadata, boolean ignorePrefix) Read from a given blob given metadata map.BinaryMetadataService.readMetadata(String processorName, Blob blob, boolean ignorePrefix) Read and return metadata from a given binary with a given processor.BinaryMetadataService.readMetadata(String processorName, Blob blob, List<String> metadataNames, boolean ignorePrefix) Read and return metadata from a given binary and a given metadata list with a given processor.BinaryMetadataService.readMetadata(Blob blob, boolean ignorePrefix) Read and return metadata from a given binary with Nuxeo default processor.BinaryMetadataService.readMetadata(Blob blob, List<String> metadataNames, boolean ignorePrefix) Read and return metadata from a given binary and a given metadata list with Nuxeo default processor.BinaryMetadataProcessor.writeMetadata(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into given blob.BinaryMetadataService.writeMetadata(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc) Write given metadata mapping id into a given binary with a Nuxeo default processor.BinaryMetadataService.writeMetadata(String processorName, Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into a given binary with a given processor.BinaryMetadataService.writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc) Write given metadata mapping id into a given binary with a Nuxeo default processor.BinaryMetadataService.writeMetadata(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into a given binary with a Nuxeo default processor. -
Uses of Blob in org.nuxeo.binary.metadata.internals
Methods in org.nuxeo.binary.metadata.internals that return BlobModifier and TypeMethodDescriptionprotected BlobExifToolProcessor.getTemporaryBlob(Blob blob) Gets a new blob on a temporary file which is a copy of the blob's.BinaryMetadataServiceImpl.writeMetadata(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc) BinaryMetadataServiceImpl.writeMetadata(String processorName, Blob blob, Map<String, Object> metadata, boolean ignorePrefix) BinaryMetadataServiceImpl.writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc) BinaryMetadataServiceImpl.writeMetadata(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) ExifToolProcessor.writeMetadata(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Methods in org.nuxeo.binary.metadata.internals with parameters of type BlobModifier and TypeMethodDescriptionprotected BlobExifToolProcessor.getTemporaryBlob(Blob blob) Gets a new blob on a temporary file which is a copy of the blob's.protected CloseableFileExifToolProcessor.getTemporaryFile(Blob blob) We don't want to rely ongetCloseableFile()because it may return the original and we always want a temporary one to be sure we have a clean filename to pass.BinaryMetadataServiceImpl.readMetadata(String processorName, Blob blob, boolean ignorePrefix) BinaryMetadataServiceImpl.readMetadata(String processorName, Blob blob, List<String> metadataNames, boolean ignorePrefix) BinaryMetadataServiceImpl.readMetadata(Blob blob, boolean ignorePrefix) BinaryMetadataServiceImpl.readMetadata(Blob blob, List<String> metadataNames, boolean ignorePrefix) ExifToolProcessor.readMetadata(String command, Blob blob, List<String> metadata) ExifToolProcessor.readMetadata(String command, Blob blob, List<String> metadata, boolean ignorePrefix) Deprecated.ExifToolProcessor.readMetadata(Blob blob, boolean ignorePrefix) ExifToolProcessor.readMetadata(Blob blob, List<String> metadata, boolean ignorePrefix) BinaryMetadataServiceImpl.writeMetadata(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc) BinaryMetadataServiceImpl.writeMetadata(String processorName, Blob blob, Map<String, Object> metadata, boolean ignorePrefix) BinaryMetadataServiceImpl.writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc) BinaryMetadataServiceImpl.writeMetadata(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) ExifToolProcessor.writeMetadata(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) -
Uses of Blob in org.nuxeo.binary.metadata.internals.operations
Methods in org.nuxeo.binary.metadata.internals.operations that return BlobMethods in org.nuxeo.binary.metadata.internals.operations with parameters of type Blob -
Uses of Blob in org.nuxeo.drive.adapter
Methods in org.nuxeo.drive.adapter that return BlobMethods in org.nuxeo.drive.adapter with parameters of type Blob -
Uses of Blob in org.nuxeo.drive.adapter.impl
Methods in org.nuxeo.drive.adapter.impl that return BlobModifier and TypeMethodDescriptionDocumentBackedFileItem.getBlob()protected BlobDocumentBackedFileItem.getBlob(BlobHolder blobHolder) protected BlobDocumentBackedFileItem.getBlob(DocumentModel doc) Methods in org.nuxeo.drive.adapter.impl with parameters of type BlobModifier and TypeMethodDescriptionAbstractVirtualFolderItem.createFile(Blob blob, boolean overwrite) CollectionSyncRootFolderItem.createFile(Blob blob, boolean overwrite) DocumentBackedFolderItem.createFile(Blob blob, boolean overwrite) protected StringDocumentBackedFileItem.getFileName(Blob blob, String docTitle) static StringFileSystemItemHelper.getMD5Digest(Blob blob) Gets the md5 digest of the given blob.voidprotected voidDocumentBackedFileItem.updateDigest(Blob blob) protected voidDocumentBackedFileItem.updateSize(Blob blob) -
Uses of Blob in org.nuxeo.drive.operations
Methods in org.nuxeo.drive.operations that return BlobModifier and TypeMethodDescriptionNuxeoDriveCanMove.run()Deprecated.NuxeoDriveCreateFolder.run()NuxeoDriveFileSystemItemExists.run()NuxeoDriveGenerateConflictedItemName.run()Deprecated.NuxeoDriveGetChangeSummary.run()NuxeoDriveGetChildren.run()NuxeoDriveGetClientUpdateInfo.run()Deprecated.NuxeoDriveGetFileSystemItem.run()NuxeoDriveGetTopLevelFolder.run()NuxeoDriveMove.run()NuxeoDriveRename.run()NuxeoDriveScrollDescendants.run()protected BlobNuxeoDriveScrollDescendants.writeJSONBlob(ScrollFileSystemItemList scrollFSIList) Methods in org.nuxeo.drive.operations with parameters of type Blob -
Uses of Blob in org.nuxeo.drive.operations.test
Methods in org.nuxeo.drive.operations.test that return BlobModifier and TypeMethodDescriptionNuxeoDriveCreateTestDocuments.run(DocumentModel parent) NuxeoDriveSetupIntegrationTests.run() -
Uses of Blob in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service with parameters of type BlobModifier and TypeMethodDescriptionFileSystemItemManager.createFile(String parentId, Blob blob, NuxeoPrincipal principal, boolean overwrite) Creates a file with the given blob in theFileSystemItemwith the given id for the given principal.FileSystemItemManager.updateFile(String id, String parentId, Blob blob, NuxeoPrincipal principal) Updates theFileSystemItemwith the given id and parent id with the given blob for the given principal.FileSystemItemManager.updateFile(String id, Blob blob, NuxeoPrincipal principal) Updates theFileSystemItemwith the given id with the given blob for the given principal. -
Uses of Blob in org.nuxeo.drive.service.impl
Methods in org.nuxeo.drive.service.impl that return BlobModifier and TypeMethodDescriptionprotected BlobDefaultFileSystemItemFactory.getBlob(DocumentModel doc) Methods in org.nuxeo.drive.service.impl with parameters of type BlobModifier and TypeMethodDescriptionFileSystemItemManagerImpl.createFile(String parentId, Blob blob, NuxeoPrincipal principal, boolean overwrite) FileSystemItemManagerImpl.updateFile(String id, String parentId, Blob blob, NuxeoPrincipal principal) FileSystemItemManagerImpl.updateFile(String id, Blob blob, NuxeoPrincipal principal) protected FileItemFileSystemItemManagerImpl.updateFile(FileSystemItem fsItem, Blob blob) -
Uses of Blob in org.nuxeo.ecm.admin.operation
Methods in org.nuxeo.ecm.admin.operation that return BlobModifier and TypeMethodDescriptionHotReloadStudioSnapshot.hotReloadPackage(org.nuxeo.connect.data.DownloadablePackage remotePkg) protected static BlobHotReloadStudioSnapshot.jsonHelper(String status, String message, List<String> dependencies) HotReloadStudioSnapshot.run() -
Uses of Blob in org.nuxeo.ecm.automation.core.collectors
Methods in org.nuxeo.ecm.automation.core.collectors with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.io
Methods in org.nuxeo.ecm.automation.core.io that return Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.mail
Fields in org.nuxeo.ecm.automation.core.mail declared as BlobMethod parameters in org.nuxeo.ecm.automation.core.mail with type arguments of type BlobModifier and TypeMethodDescriptionComposer.newMixedMessage(String templateContent, Object ctx, String textType, List<Blob> attachments) Deprecated.Constructors in org.nuxeo.ecm.automation.core.mail with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.operations
Methods in org.nuxeo.ecm.automation.core.operations that return BlobMethods in org.nuxeo.ecm.automation.core.operations with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.blob
Methods in org.nuxeo.ecm.automation.core.operations.blob that return BlobModifier and TypeMethodDescriptionprotected BlobConcatenatePDFs.appendPDFs(org.apache.pdfbox.multipdf.PDFMergerUtility ut) BlobToPDF.run(DocumentModel doc) BulkDownload.run(DocumentModelList docs) ConvertBlob.run(DocumentModel doc) CreateBlob.run()GetDocumentBlob.run(DocumentModel doc) Methods in org.nuxeo.ecm.automation.core.operations.blob with parameters of type BlobModifier and TypeMethodDescriptionprotected voidCheck if blob is a pdf.protected void -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.collections
Methods in org.nuxeo.ecm.automation.core.operations.collections that return Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.document
Fields in org.nuxeo.ecm.automation.core.operations.document declared as Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.execution
Methods in org.nuxeo.ecm.automation.core.operations.execution that return BlobMethods in org.nuxeo.ecm.automation.core.operations.execution with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.management
Methods in org.nuxeo.ecm.automation.core.operations.management that return Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.notification
Methods in org.nuxeo.ecm.automation.core.operations.notification that return types with arguments of type BlobMethod parameters in org.nuxeo.ecm.automation.core.operations.notification with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.services
Methods in org.nuxeo.ecm.automation.core.operations.services that return BlobModifier and TypeMethodDescriptionAuditQuery.run()GetActions.run()GetActions.run(DocumentModel currentDocument) GetDirectoryEntries.run()GetDirectoryEntries.run(DocumentModel doc) Methods in org.nuxeo.ecm.automation.core.operations.services with parameters of type BlobModifier and TypeMethodDescription -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.services.directory
Methods in org.nuxeo.ecm.automation.core.operations.services.directory that return BlobModifier and TypeMethodDescriptionCreateDirectoryEntries.run()DeleteDirectoryEntries.run()ReadDirectoryEntries.run()SuggestDirectoryEntries.run()UpdateDirectoryEntries.run()Methods in org.nuxeo.ecm.automation.core.operations.services.directory with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.services.workmanager
Methods in org.nuxeo.ecm.automation.core.operations.services.workmanager that return BlobModifier and TypeMethodDescriptionprotected BlobWorkManagerRunWorkInFailure.buildResult()WorkManagerRunWorkInFailure.run() -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.stack
Methods in org.nuxeo.ecm.automation.core.operations.stack that return BlobMethods in org.nuxeo.ecm.automation.core.operations.stack with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.users
Methods in org.nuxeo.ecm.automation.core.operations.users that return BlobModifier and TypeMethodDescriptionprotected BlobQueryUsers.buildResponse(List<DocumentModel> users) QueryUsers.run()SuggestUserEntries.run() -
Uses of Blob in org.nuxeo.ecm.automation.core.rendering.operations
Methods in org.nuxeo.ecm.automation.core.rendering.operations that return BlobModifier and TypeMethodDescriptionRenderDocument.run(DocumentModel doc) RenderDocumentFeed.run(DocumentModelList docs) -
Uses of Blob in org.nuxeo.ecm.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util that return BlobModifier and TypeMethodDescriptionprotected BlobJSONObjectBlobDecoder.getBlobFromField(com.fasterxml.jackson.databind.node.ObjectNode jsonObject, String fieldName) static BlobComplexTypeJSONDecoder.getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) JSONBlobDecoder.getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) JSONManagedBlobDecoder.getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) JSONObjectBlobDecoder.getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) JSONStringBlobDecoder.getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) protected BlobJSONObjectBlobDecoder.getBlobFromURL(String url) Methods in org.nuxeo.ecm.automation.core.util with parameters of type BlobModifier and TypeMethodDescriptionstatic voidGiven a document property, updates its value with the given blob.static HashMap<String,Serializable> DocumentHelper.createBlobHolderMap(Blob blob) Constructors in org.nuxeo.ecm.automation.core.util with parameters of type BlobConstructor parameters in org.nuxeo.ecm.automation.core.util with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.automation.core.work
Method parameters in org.nuxeo.ecm.automation.core.work with type arguments of type BlobModifier and TypeMethodDescriptionprotected voidBlobListZipWork.updateAndCompleteStoreEntry(List<Blob> blobs) Deprecated. -
Uses of Blob in org.nuxeo.ecm.automation.elasticsearch
Methods in org.nuxeo.ecm.automation.elasticsearch that return Blob -
Uses of Blob in org.nuxeo.ecm.automation.features
Methods in org.nuxeo.ecm.automation.features that return BlobModifier and TypeMethodDescriptionHTTPHelper.call(String username, String password, String requestType, String path, com.sun.jersey.multipart.MultiPart mp) HTTPHelper.call(String username, String password, String requestType, String path, com.sun.jersey.multipart.MultiPart mp, Map<String, String> headers) HTTPHelper.call(String username, String password, String requestType, String path, Object data, Map<String, String> headers) HTTPHelper.call(String username, String password, String requestType, String url, Object data, javax.ws.rs.core.MultivaluedMap<String, String> queryParams, com.sun.jersey.multipart.MultiPart mp, Map<String, String> headers) HTTPHelper.call(String username, String password, String requestType, String path, Map<String, String> headers) HTTPHelper.call(String username, String password, String requestType, String path, javax.ws.rs.core.MultivaluedMap<String, String> queryParams) HTTPHelper.post(String url, com.sun.jersey.multipart.MultiPart multiPart, Map<String, Object> options) HTTPHelper.put(String url, com.sun.jersey.multipart.MultiPart multiPart, Map<String, Object> options) -
Uses of Blob in org.nuxeo.ecm.automation.jaxrs.io.documents
Methods in org.nuxeo.ecm.automation.jaxrs.io.documents with parameters of type BlobMethod parameters in org.nuxeo.ecm.automation.jaxrs.io.documents with type arguments of type BlobConstructor parameters in org.nuxeo.ecm.automation.jaxrs.io.documents with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.automation.jaxrs.io.operations
Methods in org.nuxeo.ecm.automation.jaxrs.io.operations that return Blob -
Uses of Blob in org.nuxeo.ecm.automation.server.jaxrs
Method parameters in org.nuxeo.ecm.automation.server.jaxrs with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.automation.server.jaxrs.batch
Fields in org.nuxeo.ecm.automation.server.jaxrs.batch declared as BlobModifier and TypeFieldDescriptionprotected BlobBatchFileEntry.blobprotected BlobBatchFileEntry.chunkedBlobMethods in org.nuxeo.ecm.automation.server.jaxrs.batch that return BlobModifier and TypeMethodDescriptionprotected BlobBatchManagerComponent.getBatchBlob(String batchId, String fileIndex) BatchFileEntry.getBlob()JSONBatchBlobDecoder.getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) protected BlobBatchFileEntry.getChunk(TransientStore ts, String key) protected BlobBatch.retrieveBlob(String index) Methods in org.nuxeo.ecm.automation.server.jaxrs.batch that return types with arguments of type BlobModifier and TypeMethodDescriptionBatch.getBlobs()Returns the uploaded blobs in the order the user chose to upload them.Gets Blobs associated to a given batch.Gets Blobs associated to a given batch.Methods in org.nuxeo.ecm.automation.server.jaxrs.batch with parameters of type BlobModifier and TypeMethodDescriptionvoidBatchManager.addBlob(String batchId, String index, Blob blob, int chunkCount, int chunkIndex, String name, String mime, long fileSize) Adds a blob as a chunk to a batch.voidAdds a blob to a batch.voidBatchManagerComponent.addBlob(String batchId, String index, Blob blob, int chunkCount, int chunkIndex, String name, String mime, long fileSize) voidBatch.addChunk(String index, Blob blob, int chunkCount, int chunkIndex, String fileName, String mimeType, long fileSize) Adds a chunk with the givenchunkIndexto the batch file with the givenindex.Adds a file with the givenindexto the batch.protected voidBatchFileEntry.transferTo(Blob blob, File file) Appends the given blob to the given file.Constructors in org.nuxeo.ecm.automation.server.jaxrs.batch with parameters of type BlobModifierConstructorDescriptionBatchFileEntry(TransientStore transientStore, String key, Blob blob) Returns a file entry that holds the given blob, not chunked. -
Uses of Blob in org.nuxeo.ecm.automation.task
Methods in org.nuxeo.ecm.automation.task that return Blob -
Uses of Blob in org.nuxeo.ecm.blob
Methods in org.nuxeo.ecm.blob that return BlobModifier and TypeMethodDescriptionDeprecated.Methods in org.nuxeo.ecm.blob with parameters of type BlobModifier and TypeMethodDescriptionprotected StringAbstractCloudBinaryManager.getContentDispositionHeader(Blob blob, javax.servlet.http.HttpServletRequest servletRequest) Deprecated.protected StringAbstractCloudBinaryManager.getContentTypeHeader(Blob blob) Deprecated.Deprecated. -
Uses of Blob in org.nuxeo.ecm.blob.azure
Methods in org.nuxeo.ecm.blob.azure with parameters of type BlobModifier and TypeMethodDescriptionprotected StringAzureBinaryManager.getContentDispositionHeader(Blob blob, javax.servlet.http.HttpServletRequest servletRequest) Deprecated. -
Uses of Blob in org.nuxeo.ecm.blob.s3
Methods in org.nuxeo.ecm.blob.s3 with parameters of type BlobModifier and TypeMethodDescriptionprotected StringS3BlobProvider.getContentDispositionHeader(Blob blob, javax.servlet.http.HttpServletRequest servletRequest) protected StringS3BlobProvider.getContentTypeHeader(Blob blob) -
Uses of Blob in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return BlobModifier and TypeMethodDescriptionstatic BlobBlobs.createBlob(byte[] bytes) Creates aBlobbacked by the given bytes array.static BlobBlobs.createBlob(byte[] bytes, String mimeType) Creates aBlobbacked by the given bytes array.static BlobBlobs.createBlob(byte[] bytes, String mimeType, String encoding) Creates aBlobbacked by the given bytes array.static BlobBlobs.createBlob(File file) static BlobBlobs.createBlob(File file, String mimeType) static BlobBlobs.createBlob(File file, String mimeType, String encoding) static BlobBlobs.createBlob(File file, String mimeType, String encoding, String filename) static BlobBlobs.createBlob(InputStream in) Creates aBlobfrom anInputStream, by saving it to a temporary file.static BlobBlobs.createBlob(InputStream in, String mimeType) Creates aBlobfrom anInputStream, by saving it to a temporary file.static BlobBlobs.createBlob(InputStream in, String mimeType, String encoding) Creates aBlobfrom anInputStream, by saving it to a temporary file.static BlobBlobs.createBlob(InputStream in, String mimeType, String encoding, File tmpDir) Creates aBlobfrom anInputStream, by saving it to a temporary file.static BlobBlobs.createBlob(String string) Creates aBlobbacked by the given string, with MIME type "text/plain" and encoding "UTF-8".static BlobBlobs.createBlob(String string, String mimeType) Creates aBlobbacked by the given string, with encoding "UTF-8".static BlobBlobs.createBlob(String string, String mimeType, String encoding) Creates aBlobbacked by the given string.static BlobBlobs.createBlob(String string, String mimeType, String encoding, String filename) Creates aBlobbacked by the given string.static BlobBlobs.createBlobWithExtension(String ext) static BlobBlobs.createJSONBlob(String json) Create aBlobbacked by the given JSON string.static BlobBlobs.createJSONBlobFromValue(Object value) Create aBlobbacked by the JSON for an arbitrary value. -
Uses of Blob in org.nuxeo.ecm.core.api.blobholder
Fields in org.nuxeo.ecm.core.api.blobholder declared as BlobFields in org.nuxeo.ecm.core.api.blobholder with type parameters of type BlobMethods in org.nuxeo.ecm.core.api.blobholder that return BlobModifier and TypeMethodDescriptionBlobHolder.getBlob()Returns the Blob held inside the object.DocumentBlobHolder.getBlob()DocumentStringBlobHolder.getBlob()DownloadContextBlobHolder.getBlob()SimpleBlobHolder.getBlob()BlobHolderAdapterComponent.getExternalBlobForUri(String uri) BlobHolderAdapterService.getExternalBlobForUri(String uri) Returns an external blob from given uri.Methods in org.nuxeo.ecm.core.api.blobholder that return types with arguments of type BlobModifier and TypeMethodDescriptionAbstractBlobHolder.getBlobs()BlobHolder.getBlobs()Returns a list of blobs, if holder implementation supports multiple blobs.DocumentBlobHolder.getBlobs()SimpleBlobHolder.getBlobs()Methods in org.nuxeo.ecm.core.api.blobholder with parameters of type BlobModifier and TypeMethodDescriptionvoidvoidSets a blob in the object.voidvoidvoidMethod parameters in org.nuxeo.ecm.core.api.blobholder with type arguments of type BlobConstructors in org.nuxeo.ecm.core.api.blobholder with parameters of type BlobModifierConstructorDescriptionSimpleBlobHolder(Blob blob) SimpleBlobHolderWithProperties(Blob blob, Map<String, Serializable> properties) Constructor parameters in org.nuxeo.ecm.core.api.blobholder with type arguments of type BlobModifierConstructorDescriptionprotectedDocumentBlobHolder(DocumentModel doc, String xPath, List<Blob> blobList) SimpleBlobHolder(List<Blob> blobs) SimpleBlobHolderWithProperties(List<Blob> blobs, Map<String, Serializable> properties) -
Uses of Blob in org.nuxeo.ecm.core.api.externalblob
Methods in org.nuxeo.ecm.core.api.externalblob that return Blob -
Uses of Blob in org.nuxeo.ecm.core.api.impl.blob
Classes in org.nuxeo.ecm.core.api.impl.blob that implement BlobModifier and TypeClassDescriptionclassAbstract implementation of aBlobstoring the information other than the byte stream.classDeprecated.since 10.3, use the @async operation adapter instead.classWraps an existingBlobto allow setting a different filename.classBlob based on a byte array.classclassBlob holding a JSON string.classBlob based on a string.classBlob backed by a URL.classABlobbacked by an entry in a ZIP file.Fields in org.nuxeo.ecm.core.api.impl.blob declared as BlobModifier and TypeFieldDescriptionprotected final BlobBlobWrapper.blobprotected final BlobZipEntryBlob.zipBlobMethods in org.nuxeo.ecm.core.api.impl.blob with parameters of type BlobModifier and TypeMethodDescriptionprotected booleanAbstractBlob.equalsStream(Blob other) Factory for aZipEntryBlob.ZipEntryInputStream.Constructors in org.nuxeo.ecm.core.api.impl.blob with parameters of type BlobModifierConstructorDescriptionBlobWrapper(Blob blob) ZipEntryBlob(Blob zipBlob, String entryName) Creates aBlobfrom an entry in a ZIP file blob. -
Uses of Blob in org.nuxeo.ecm.core.api.model.impl.primitives
Methods in org.nuxeo.ecm.core.api.model.impl.primitives that return BlobModifier and TypeMethodDescriptionstatic BlobExternalBlobProperty.getBlobFromMap(Map<String, Object> mapValue) Methods in org.nuxeo.ecm.core.api.model.impl.primitives with parameters of type BlobModifier and TypeMethodDescriptionstatic Map<String,Serializable> ExternalBlobProperty.getMapFromBlob(Blob blob) ExternalBlobProperty.getMapFromBlobWithUri(Blob blob) protected voidBlobProperty.setMemberValue(Blob blob, String name, Object value) -
Uses of Blob in org.nuxeo.ecm.core.api.thumbnail
Methods in org.nuxeo.ecm.core.api.thumbnail that return BlobModifier and TypeMethodDescriptionThumbnail.computeThumbnail(CoreSession session) ThumbnailAdapter.computeThumbnail(CoreSession session) ThumbnailFactory.computeThumbnail(DocumentModel doc, CoreSession session) ThumbnailService.computeThumbnail(DocumentModel doc, CoreSession session) Compute the thumbnail (related to the document type/facet)ThumbnailServiceImpl.computeThumbnail(DocumentModel doc, CoreSession session) Thumbnail.getThumbnail(CoreSession session) ThumbnailAdapter.getThumbnail(CoreSession session) ThumbnailFactory.getThumbnail(DocumentModel doc, CoreSession session) ThumbnailService.getThumbnail(DocumentModel doc, CoreSession session) Get the document thumbnail (related to the doc type/facet)ThumbnailServiceImpl.getThumbnail(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.core.blob
Subinterfaces of Blob in org.nuxeo.ecm.core.blobModifier and TypeInterfaceDescriptioninterfaceInterface forBlobs created and managed by theBlobManager.Classes in org.nuxeo.ecm.core.blob that implement BlobModifier and TypeClassDescriptionclassSimple managed blob implementation holding just a key and delegating to its provider for implementation.Fields in org.nuxeo.ecm.core.blob declared as BlobMethods in org.nuxeo.ecm.core.blob that return BlobModifier and TypeMethodDescriptionReads aBlobfrom storage.default BlobBlobProvider.readBlob(BlobInfoContext blobInfoContext) Reads aBlobfrom storage.Deprecated.since 11.1, useDocumentBlobManager.readBlob(BlobInfo, Document, String)insteadReads aBlobfrom storage.Deprecated.since 11.1, useDocumentBlobManagerComponent.readBlob(BlobInfo, Document, String)insteadReads aBlobfrom storage.protected BlobDocumentBlobManagerComponent.readBlob(BlobInfo blobInfo, Document doc, String xpath, String repositoryName) Methods in org.nuxeo.ecm.core.blob with parameters of type BlobModifier and TypeMethodDescriptionprotected voidBlobStoreBlobProvider.fixupDigest(Blob blob, String key) Fixup of the blob's digest, if possible.BlobManager.getAvailableConversions(Blob blob, BlobManager.UsageHint hint) Gets a map of available MIME type conversions and correspondingURIfor a blob.BlobManagerComponent.getAvailableConversions(Blob blob, BlobManager.UsageHint hint) BlobDispatcher.getBlobProvider(Document doc, Blob blob, String xpath) Decides whichBlobProviderto use to write the given blob, and whether the provider id should be added as prefix to the managed blob key.BlobManager.getBlobProvider(Blob blob) Gets the blob provider for the given blob.BlobManagerComponent.getBlobProvider(Blob blob) DefaultBlobDispatcher.getBlobProvider(Document doc, Blob blob, String xpath) DocumentBlobManager.getConvertedStream(Blob blob, String mimeType, DocumentModel doc) Gets anInputStreamfor a conversion to the given MIME type.DocumentBlobManagerComponent.getConvertedStream(Blob blob, String mimeType, DocumentModel doc) protected DocumentBlobProviderDocumentBlobManagerComponent.getDocumentBlobProvider(Blob blob) Deprecated.since 11.1, usegetFile()insteadDeprecated.protected StringDefaultBlobDispatcher.getProviderId(Document doc, Blob blob, String blobXPath) Deprecated.since 11.1, usegetStream()insteadDeprecated.BlobManager.getThumbnail(Blob blob) Gets anInputStreamfor a thumbnail of a blob.BlobManagerComponent.getThumbnail(Blob blob) BlobManager.getURI(Blob blob, BlobManager.UsageHint hint, javax.servlet.http.HttpServletRequest servletRequest) Gets anURIfor the content of a blob.BlobManagerComponent.getURI(Blob blob, BlobManager.UsageHint hint, javax.servlet.http.HttpServletRequest servletRequest) protected ObjectDefaultBlobDispatcher.getValue(Document doc, Blob blob, String blobXPath, DefaultBlobDispatcher.Clause clause) Writes aBlobto storage and returns information about it.Writes aBlobto storage and returns its key.Writes aBlobto storage and returns its key.Constructors in org.nuxeo.ecm.core.blob with parameters of type BlobModifierConstructorDescriptionBlobContext(Blob blob) BlobContext(Blob blob, String docId, String xpath) BlobContext(Blob blob, Document doc, String xpath) -
Uses of Blob in org.nuxeo.ecm.core.blob.binary
Classes in org.nuxeo.ecm.core.blob.binary that implement BlobMethods in org.nuxeo.ecm.core.blob.binary that return BlobModifier and TypeMethodDescriptionDeprecated.Methods in org.nuxeo.ecm.core.blob.binary with parameters of type BlobModifier and TypeMethodDescriptionprotected booleanBinaryBlob.equalsStream(Blob blob) Deprecated.protected voidBinaryBlobProvider.fixupDigest(Blob blob, String digest) Deprecated.Fixup of the blob's digest, if possible.Deprecated.Deprecated.Saves the given blob into aBinary.Deprecated.Deprecated. -
Uses of Blob in org.nuxeo.ecm.core.bulk
Methods in org.nuxeo.ecm.core.bulk that return BlobModifier and TypeMethodDescriptionprotected BlobS3SetBlobLengthAction.SetBlobLengthComputation.fixBlob(String docId, ManagedBlob blob, boolean force) -
Uses of Blob in org.nuxeo.ecm.core.bulk.action.computation
Methods in org.nuxeo.ecm.core.bulk.action.computation that return BlobMethods in org.nuxeo.ecm.core.bulk.action.computation with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.core.convert.api
Methods in org.nuxeo.ecm.core.convert.api with parameters of type BlobConstructors in org.nuxeo.ecm.core.convert.api with parameters of type BlobModifierConstructorDescriptionConversionException(String message, Blob blob) ConversionException(String message, Blob blob, Throwable cause) -
Uses of Blob in org.nuxeo.ecm.core.convert.cache
Method parameters in org.nuxeo.ecm.core.convert.cache with type arguments of type BlobModifier and TypeMethodDescriptionprotected voidSimpleCachableBlobHolder.orderIndexPageFirst(List<Blob> blobs) Rearrange blobs to have smallest index.html page as the first blob.Constructors in org.nuxeo.ecm.core.convert.cache with parameters of type BlobConstructor parameters in org.nuxeo.ecm.core.convert.cache with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.core.convert.plugins.text.extractors
Methods in org.nuxeo.ecm.core.convert.plugins.text.extractors that return BlobModifier and TypeMethodDescriptionprotected BlobRFC822ToTextConverter.extractTextFromMessage(Blob blob) Methods in org.nuxeo.ecm.core.convert.plugins.text.extractors with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.core.convert.service
Methods in org.nuxeo.ecm.core.convert.service that return BlobModifier and TypeMethodDescriptionprotected static BlobConversionServiceImpl.replaceURLsByAbsolutePaths(Blob blob, Path tempDirectory, Function<String, Blob> blobResolver) Replace the image URLs of an HTML blob by absolute local paths.Methods in org.nuxeo.ecm.core.convert.service with parameters of type BlobModifier and TypeMethodDescriptionprotected voidConversionServiceImpl.adjustBlobName(String filename, Blob blob, String mimeType) protected static BlobConversionServiceImpl.replaceURLsByAbsolutePaths(Blob blob, Path tempDirectory, Function<String, Blob> blobResolver) Replace the image URLs of an HTML blob by absolute local paths.Method parameters in org.nuxeo.ecm.core.convert.service with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return BlobMethods in org.nuxeo.ecm.core.io that return types with arguments of type BlobMethods in org.nuxeo.ecm.core.io with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.core.io.download
Fields in org.nuxeo.ecm.core.io.download declared as BlobModifier and TypeFieldDescriptionprotected final BlobDownloadService.DownloadContext.blobprotected BlobDownloadService.DownloadContext.Builder.blobMethods in org.nuxeo.ecm.core.io.download that return BlobModifier and TypeMethodDescriptionDownloadService.DownloadContext.getBlob()DownloadService.resolveBlob(DocumentModel doc) Finds a document's blob.DownloadService.resolveBlob(DocumentModel doc, String xpath) Finds a document's blob given an xpath or blobholder indexDownloadServiceImpl.resolveBlob(DocumentModel doc) DownloadServiceImpl.resolveBlob(DocumentModel doc, String xpath) DownloadService.resolveBlobFromDownloadUrl(String downloadURL) Finds a document's blob given the download URL returned byDownloadService.getDownloadUrl(org.nuxeo.ecm.core.api.DocumentModel, java.lang.String, java.lang.String).DownloadServiceImpl.resolveBlobFromDownloadUrl(String downloadURL) Methods in org.nuxeo.ecm.core.io.download with parameters of type BlobModifier and TypeMethodDescriptionThe blob, if already fetched.booleanDownloadService.checkPermission(DocumentModel doc, String xpath, Blob blob, String reason, Map<String, Serializable> extendedInfos) Checks whether the download of the blob is allowed.booleanDownloadServiceImpl.checkPermission(DocumentModel doc, String xpath, Blob blob, String reason, Map<String, Serializable> extendedInfos) voidDownloadService.downloadBlob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DocumentModel doc, String xpath, Blob blob, String filename, String reason) Deprecated.since 11.1, useDownloadService.downloadBlob(DownloadContext)insteadvoidDownloadService.downloadBlob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DocumentModel doc, String xpath, Blob blob, String filename, String reason, Map<String, Serializable> extendedInfos) Deprecated.since 11.1, useDownloadService.downloadBlob(DownloadContext)insteadvoidDownloadService.downloadBlob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DocumentModel doc, String xpath, Blob blob, String filename, String reason, Map<String, Serializable> extendedInfos, Boolean inline) Deprecated.since 11.1, useDownloadService.downloadBlob(DownloadContext)insteadvoidDownloadService.downloadBlob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DocumentModel doc, String xpath, Blob blob, String filename, String reason, Map<String, Serializable> extendedInfos, Boolean inline, Consumer<ByteRange> blobTransferer) Deprecated.since 11.1, useDownloadService.downloadBlob(DownloadContext)insteadvoidDownloadServiceImpl.downloadBlob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DocumentModel doc, String xpath, Blob blob, String filename, String reason) Deprecated.voidDownloadServiceImpl.downloadBlob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DocumentModel doc, String xpath, Blob blob, String filename, String reason, Map<String, Serializable> extendedInfos) Deprecated.voidDownloadServiceImpl.downloadBlob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DocumentModel doc, String xpath, Blob blob, String filename, String reason, Map<String, Serializable> extendedInfos, Boolean inline) Deprecated.voidDownloadServiceImpl.downloadBlob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DocumentModel doc, String xpath, Blob blob, String filename, String reason, Map<String, Serializable> extendedInfos, Boolean inline, Consumer<ByteRange> blobTransferer) Deprecated.static StringDownloadHelper.getContentTypeHeader(Blob blob) Gets the Content-Type header for the given blob, per RFC 2616.DownloadService.getFullDownloadUrl(DocumentModel doc, String xpath, Blob blob, String baseUrl) Gets the full download URL (after redirects if configured so) for the given blob.DownloadServiceImpl.getFullDownloadUrl(DocumentModel doc, String xpath, Blob blob, String baseUrl) DefaultRedirectResolver.getURI(Blob blob, BlobManager.UsageHint usage, javax.servlet.http.HttpServletRequest request) RedirectResolver.getURI(Blob blob, BlobManager.UsageHint usage, javax.servlet.http.HttpServletRequest request) Return a redirect URI if possible to the specified BlobvoidDownloadService.transferBlobWithByteRange(Blob blob, ByteRange byteRange, Supplier<OutputStream> outputStreamSupplier) Copies the blob stream at the given byte range into the suppliedOutputStream.voidDownloadServiceImpl.transferBlobWithByteRange(Blob blob, ByteRange byteRange, Supplier<OutputStream> outputStreamSupplier) protected voidDownloadServiceImpl.transferBlobWithByteRange(Blob blob, ByteRange byteRange, javax.servlet.http.HttpServletResponse response) Method parameters in org.nuxeo.ecm.core.io.download with type arguments of type BlobModifier and TypeMethodDescriptionDownloadService.storeBlobs(List<Blob> blobs) Stores the blobs for later download.DownloadServiceImpl.storeBlobs(List<Blob> blobs) Stores the blobs for later download.Constructors in org.nuxeo.ecm.core.io.download with parameters of type BlobModifierConstructorDescriptionDownloadContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DocumentModel doc, String xpath, Blob blob, String filename, String reason, Map<String, Serializable> extendedInfos, Boolean inline, Consumer<ByteRange> blobTransferer, Calendar lastModified) -
Uses of Blob in org.nuxeo.ecm.core.io.impl
Fields in org.nuxeo.ecm.core.io.impl with type parameters of type BlobMethods in org.nuxeo.ecm.core.io.impl that return BlobMethods in org.nuxeo.ecm.core.io.impl that return types with arguments of type BlobMethods in org.nuxeo.ecm.core.io.impl with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that return BlobMethods in org.nuxeo.ecm.core.model with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.core.mongodb.transientstore
Methods in org.nuxeo.ecm.core.mongodb.transientstore that return types with arguments of type BlobMethod parameters in org.nuxeo.ecm.core.mongodb.transientstore with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.core.opencmis.impl.server
Fields in org.nuxeo.ecm.core.opencmis.impl.server declared as BlobMethods in org.nuxeo.ecm.core.opencmis.impl.server that return BlobModifier and TypeMethodDescriptionprotected static BlobNuxeoPropertyData.getBlob(DocumentModel doc) static BlobNuxeoPropertyData.getPersistentBlob(org.apache.chemistry.opencmis.commons.data.ContentStream contentStream, String filename) Returns a Blob whose stream can be used several times.Methods in org.nuxeo.ecm.core.opencmis.impl.server with parameters of type BlobModifier and TypeMethodDescriptionstatic NuxeoContentStreamNuxeoContentStream.create(DocumentModel doc, String xpath, Blob blob, String reason, Map<String, Serializable> extendedInfos, Calendar lastModified, javax.servlet.http.HttpServletRequest request) protected voidNuxeoCmisService.setResponseHeader(String headerName, Blob blob, org.apache.chemistry.opencmis.commons.server.CallContext callContext) Deprecated.since 11.1, now unused -
Uses of Blob in org.nuxeo.ecm.core.storage
Fields in org.nuxeo.ecm.core.storage declared as BlobMethods in org.nuxeo.ecm.core.storage that return BlobModifier and TypeMethodDescriptionBaseDocument.StateBlobAccessor.getBlob()BaseDocument.StatePropertyBlobAccessor.getBlob()protected BlobBaseDocument.getValueBlob(T state, String xpath) Methods in org.nuxeo.ecm.core.storage with parameters of type BlobModifier and TypeMethodDescriptionprotected StringFulltextExtractorWork.blobToText(Blob blob) Converts the blob to text by calling a converter.voidBaseDocument.BlobWriteContext.recordBlob(BaseDocument<T> doc, T state, Blob blob, String xpath) Records a blob update.voidvoidprotected voidBaseDocument.setValueBlob(T state, Blob blob, String xpath) protected voidBaseDocument.setValueBlob(T state, Blob blob, String xpath, boolean gcOldBlob) Constructors in org.nuxeo.ecm.core.storage with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb that return BlobModifier and TypeMethodDescriptionDeprecated.Methods in org.nuxeo.ecm.core.storage.mongodb with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.core.transientstore
Methods in org.nuxeo.ecm.core.transientstore that return types with arguments of type BlobModifier and TypeMethodDescriptionMethod parameters in org.nuxeo.ecm.core.transientstore with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.core.transientstore.api
Methods in org.nuxeo.ecm.core.transientstore.api that return types with arguments of type BlobModifier and TypeMethodDescriptionGets the blobs associated with the entry with the givenkey.Method parameters in org.nuxeo.ecm.core.transientstore.api with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.core.transientstore.keyvalueblob
Methods in org.nuxeo.ecm.core.transientstore.keyvalueblob that return types with arguments of type BlobMethod parameters in org.nuxeo.ecm.core.transientstore.keyvalueblob with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.core.utils
Methods in org.nuxeo.ecm.core.utils that return BlobModifier and TypeMethodDescriptionstatic BlobZip a list of blob.static BlobZip the given blob.Methods in org.nuxeo.ecm.core.utils that return types with arguments of type BlobModifier and TypeMethodDescriptionBlobsExtractor.getBlobs(DocumentModel doc) Gets the blobs of the document.Methods in org.nuxeo.ecm.core.utils with parameters of type BlobModifier and TypeMethodDescriptionprotected static StringBlobUtils.getFileName(Blob blob) static BlobZip the given blob.protected static voidBlobUtils.zip(Blob blob, ZipOutputStream out) Method parameters in org.nuxeo.ecm.core.utils with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.csv.core
Methods in org.nuxeo.ecm.csv.core that return BlobModifier and TypeMethodDescriptionprotected BlobCSVImporterWork.createBlobFromFilePath(String fileRelativePath) Creates aBlobfrom a relative file path.protected BlobCSVImporterWork.createBlobFromStringBlob(Blob stringBlob) Creates aBlobfrom aStringBlob.protected BlobCSVImporterWork.getBlob()Methods in org.nuxeo.ecm.csv.core with parameters of type BlobModifier and TypeMethodDescriptionprotected static StringCSVImportId.computeDigest(Blob blob) static Stringprotected BlobCSVImporterWork.createBlobFromStringBlob(Blob stringBlob) Creates aBlobfrom aStringBlob.CSVImporter.launchImport(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options) CSVImporterImpl.launchImport(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options) protected BufferedReaderConstructors in org.nuxeo.ecm.csv.core with parameters of type BlobModifierConstructorDescriptionCSVImporterWork(String repositoryName, String parentPath, String username, Blob csvBlob, CSVImporterOptions options) -
Uses of Blob in org.nuxeo.ecm.csv.core.operation
Methods in org.nuxeo.ecm.csv.core.operation with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.directory
Methods in org.nuxeo.ecm.directory that return BlobModifier and TypeMethodDescriptionprotected static BlobDirectoryCSVLoader.createBlob(String dataFileName) Methods in org.nuxeo.ecm.directory with parameters of type BlobModifier and TypeMethodDescriptionstatic voidDirectoryCSVLoader.loadData(Blob dataBlob, char delimiter, Schema schema, Consumer<Map<String, Object>> loader) Loads the CSV data file based on the provided schema, and creates the corresponding entries using the provided loader.voidAbstractDirectory.loadFromCSV(Blob dataBlob, String dataLoadingPolicy) voidDirectory.loadFromCSV(Blob dataBlob, String dataLoadingPolicy) Loads a CSV into a Directory.voidDirectoryServiceImpl.loadFromCSV(String directoryName, Blob dataBlob, String dataLoadingPolicy) -
Uses of Blob in org.nuxeo.ecm.directory.api
Methods in org.nuxeo.ecm.directory.api with parameters of type BlobModifier and TypeMethodDescriptionvoidDirectoryService.loadFromCSV(String directoryName, Blob dataBlob, String dataLoadingPolicy) Loads a CSV into the givendirectoryName. -
Uses of Blob in org.nuxeo.ecm.liveconnect.core
Methods in org.nuxeo.ecm.liveconnect.core that return BlobModifier and TypeMethodDescriptionJSONLiveConnectBlobDecoder.getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) Deprecated.Should be overriden by subclasses needing something different.LiveConnectBlobProvider.toBlob(LiveConnectFileInfo fileInfo) Methods in org.nuxeo.ecm.liveconnect.core with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.liveconnect.google.drive
Methods in org.nuxeo.ecm.liveconnect.google.drive that return BlobModifier and TypeMethodDescriptionprotected BlobGoogleDriveBlobProvider.retrieveBlobConversion(ManagedBlob blob, String mimeType, DocumentModel doc) Retrieve a stored conversion of the given blobMethods in org.nuxeo.ecm.liveconnect.google.drive with parameters of type BlobModifier and TypeMethodDescriptionprotected voidGoogleDriveBlobProvider.storeBlobConversion(Document doc, String blobKey, Blob blob) Store a conversion of the given blob -
Uses of Blob in org.nuxeo.ecm.liveconnect.google.drive.converter
Methods in org.nuxeo.ecm.liveconnect.google.drive.converter that return BlobModifier and TypeMethodDescriptionprotected BlobGoogleDriveBlobConverter.convert(Blob blob, DocumentModel doc) Methods in org.nuxeo.ecm.liveconnect.google.drive.converter with parameters of type BlobModifier and TypeMethodDescriptionprotected BlobGoogleDriveBlobConverter.convert(Blob blob, DocumentModel doc) -
Uses of Blob in org.nuxeo.ecm.platform.audio.extension
Methods in org.nuxeo.ecm.platform.audio.extension that return BlobModifier and TypeMethodDescriptionThumbnailAudioFactory.computeThumbnail(DocumentModel doc, CoreSession session) ThumbnailAudioFactory.getThumbnail(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.platform.convert
Methods in org.nuxeo.ecm.platform.convert that return BlobModifier and TypeMethodDescriptionprotected BlobConvertHelper.applyConverter(Blob blob, String converter, String destMimeType, Map<String, Serializable> params) ConvertHelper.convertBlob(Blob blob, String mimeType) ConvertHelper.convertBlob(Blob blob, String mimeType, Map<String, Serializable> params) Methods in org.nuxeo.ecm.platform.convert with parameters of type BlobModifier and TypeMethodDescriptionprotected BlobConvertHelper.applyConverter(Blob blob, String converter, String destMimeType, Map<String, Serializable> params) ConvertHelper.convertBlob(Blob blob, String mimeType) ConvertHelper.convertBlob(Blob blob, String mimeType, Map<String, Serializable> params) protected StringConvertHelper.findConverter(Blob blob, String destMimeType) -
Uses of Blob in org.nuxeo.ecm.platform.convert.plugins
Fields in org.nuxeo.ecm.platform.convert.plugins declared as BlobMethods in org.nuxeo.ecm.platform.convert.plugins that return BlobModifier and TypeMethodDescriptionprotected Blobprotected BlobZip2HtmlConverter.createIndexBlob(String title, List<String> names) protected BlobZipCachableBlobHolder.createIndexBlob()Deprecated.ZipCachableBlobHolder.getBlob()Deprecated.Deprecated.Methods in org.nuxeo.ecm.platform.convert.plugins that return types with arguments of type BlobModifier and TypeMethodDescriptionZipCachableBlobHolder.getBlobs()Deprecated.CommandLineBasedConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) Extracts BlobParameters.CommandLineConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) Image2PDFConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) PDF2HtmlConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) PDF2ImageConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) WordPerfect2TextConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) Zip2HtmlConverter.listNamesAndCreateIndex(Blob zipBlob, List<String> names) Methods in org.nuxeo.ecm.platform.convert.plugins with parameters of type BlobModifier and TypeMethodDescriptionprotected Blobprotected StringUTF8CharsetConverter.detectEncoding(Blob blob) Zip2HtmlConverter.listNamesAndCreateIndex(Blob zipBlob, List<String> names) Method parameters in org.nuxeo.ecm.platform.convert.plugins with type arguments of type BlobModifier and TypeMethodDescriptionprotected CommandLineBasedConverter.CmdReturnCommandLineBasedConverter.execOnBlob(String commandName, Map<String, Blob> blobParameters, Map<String, String> parameters) Constructors in org.nuxeo.ecm.platform.convert.plugins with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.filemanager.api
Fields in org.nuxeo.ecm.platform.filemanager.api declared as BlobModifier and TypeFieldDescriptionprotected final BlobFileImporterContext.blobprotected final BlobFileImporterContext.Builder.blobMethods in org.nuxeo.ecm.platform.filemanager.api that return BlobMethods in org.nuxeo.ecm.platform.filemanager.api with parameters of type BlobModifier and TypeMethodDescriptionstatic FileImporterContext.BuilderFileImporterContext.builder(CoreSession session, Blob blob, String parentPath) FileManager.createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName) Deprecated.since 10.10.FileManager.createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName, boolean noMimeTypeCheck) Deprecated.since 10.10.FileManager.updateDocumentFromBlob(CoreSession documentManager, Blob input, String path, String fullName) Deprecated.since 10.10.Constructors in org.nuxeo.ecm.platform.filemanager.api with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.filemanager.service
Methods in org.nuxeo.ecm.platform.filemanager.service with parameters of type BlobModifier and TypeMethodDescriptionFileManagerService.createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName) FileManagerService.createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName, boolean noMimeTypeCheck) FileManagerService.updateDocumentFromBlob(CoreSession documentManager, Blob input, String path, String fullName) -
Uses of Blob in org.nuxeo.ecm.platform.filemanager.service.extension
Methods in org.nuxeo.ecm.platform.filemanager.service.extension that return BlobMethods in org.nuxeo.ecm.platform.filemanager.service.extension with parameters of type BlobModifier and TypeMethodDescriptionAbstractFileImporter.create(CoreSession session, Blob content, String path, boolean overwrite, String fullname, TypeManager typeService) FileImporter.create(CoreSession documentManager, Blob content, String path, boolean overwrite, String filename, TypeManager typeService) Deprecated.since 10.10.protected Stringprotected static StringNoteImporter.guessEncoding(Blob blob) protected voidAbstractFileImporter.updateDocument(DocumentModel doc, Blob content) Updates the document (sets its properties).voidNoteImporter.updateDocument(DocumentModel doc, Blob content) protected booleanAbstractFileImporter.updateDocumentIfPossible(DocumentModel doc, Blob content) Tries to update the documentdocwith the blobcontent.booleanNoteImporter.updateDocumentIfPossible(DocumentModel doc, Blob content) -
Uses of Blob in org.nuxeo.ecm.platform.importer.xml.parser
Methods in org.nuxeo.ecm.platform.importer.xml.parser that return BlobModifier and TypeMethodDescriptionprotected BlobXMLImporterServiceImpl.resolveBlob(org.dom4j.Element el, AttributeConfigDescriptor conf, String propertyName) -
Uses of Blob in org.nuxeo.ecm.platform.io.operation
Methods in org.nuxeo.ecm.platform.io.operation that return Blob -
Uses of Blob in org.nuxeo.ecm.platform.mail.adapter
Methods in org.nuxeo.ecm.platform.mail.adapter that return Blob -
Uses of Blob in org.nuxeo.ecm.platform.mimetype.interfaces
Methods in org.nuxeo.ecm.platform.mimetype.interfaces that return BlobModifier and TypeMethodDescriptionMimetypeRegistry.updateMimetype(Blob blob) Updates the mime type field of a Blob based on the embedded filename with fallback to binary sniffing.MimetypeRegistry.updateMimetype(Blob blob, String filename) Updates the mime type field of a Blob based on the provided filename with fallback to binary sniffing.MimetypeRegistry.updateMimetype(Blob blob, String filename, Boolean withBlobMimetypeFallback) Updates the mime type field of a Blob based on the provided filename with fallback to binary.Methods in org.nuxeo.ecm.platform.mimetype.interfaces with parameters of type BlobModifier and TypeMethodDescriptionMimetypeRegistry.getMimetypeFromBlob(Blob blob) Returns the mime type from a given stream.MimetypeRegistry.getMimetypeFromBlobWithDefault(Blob blob, String defaultMimetype) Finds the mime type of a Blob content and returns provided default if not possible.MimetypeRegistry.getMimetypeFromFilenameAndBlobWithDefault(String filename, Blob blob, String defaultMimetype) Finds the mime type of some content according to its filename and / or binary content.MimetypeRegistry.getMimetypeFromFilenameWithBlobMimetypeFallback(String filename, Blob blob, String defaultMimetype) Finds the mime type of some content according to its filename or binary mime type or binary content.MimetypeRegistry.updateMimetype(Blob blob) Updates the mime type field of a Blob based on the embedded filename with fallback to binary sniffing.MimetypeRegistry.updateMimetype(Blob blob, String filename) Updates the mime type field of a Blob based on the provided filename with fallback to binary sniffing.MimetypeRegistry.updateMimetype(Blob blob, String filename, Boolean withBlobMimetypeFallback) Updates the mime type field of a Blob based on the provided filename with fallback to binary. -
Uses of Blob in org.nuxeo.ecm.platform.mimetype.service
Methods in org.nuxeo.ecm.platform.mimetype.service that return BlobModifier and TypeMethodDescriptionMimetypeRegistryService.updateMimetype(Blob blob) MimetypeRegistryService.updateMimetype(Blob blob, String filename) MimetypeRegistryService.updateMimetype(Blob blob, String filename, Boolean withBlobMimetypeFallback) Methods in org.nuxeo.ecm.platform.mimetype.service with parameters of type BlobModifier and TypeMethodDescriptionMimetypeRegistryService.getMimetypeFromBlob(Blob blob) MimetypeRegistryService.getMimetypeFromBlobWithDefault(Blob blob, String defaultMimetype) MimetypeRegistryService.getMimetypeFromFilenameAndBlobWithDefault(String filename, Blob blob, String defaultMimetype) MimetypeRegistryService.getMimetypeFromFilenameWithBlobMimetypeFallback(String filename, Blob blob, String defaultMimetype) MimetypeRegistryService.updateMimetype(Blob blob) MimetypeRegistryService.updateMimetype(Blob blob, String filename) MimetypeRegistryService.updateMimetype(Blob blob, String filename, Boolean withBlobMimetypeFallback) -
Uses of Blob in org.nuxeo.ecm.platform.pdf
Methods in org.nuxeo.ecm.platform.pdf that return BlobModifier and TypeMethodDescriptionPDFPageNumbering.addPageNumbers(int inStartAtPage, int inStartAtNumber, String inFontName, float inFontSize, String inHex255Color, PDFPageNumbering.PAGE_NUMBER_POSITION inPosition) Adds page numbers and returns a new Blob.PDFEncryption.encrypt(org.apache.pdfbox.pdmodel.encryption.AccessPermission inPerm) Encrypts the PDF with the new permissions (seeAccessPermission).PDFEncryption.encryptReadOnly()Encrypts the PDF with readonly permission.PDFPageExtractor.extract(int inStartPage, int inEndPage) PDFPageExtractor.extract(int inStartPage, int inEndPage, String inFileName, String inTitle, String inSubject, String inAuthor) Return a Blob built from pageinStartPagetoinEndPage(inclusive).Merge the PDFs.Merge the PDFs. optionnaly, can set the title, subject and author of the resulting PDF.PDFEncryption.removeEncryption()Removes all protection from the PDF, returns a copy of it.Methods in org.nuxeo.ecm.platform.pdf with parameters of type BlobModifier and TypeMethodDescriptionvoidstatic org.apache.pdfbox.pdmodel.PDDocumentThis is just a shortcut.Constructors in org.nuxeo.ecm.platform.pdf with parameters of type BlobModifierConstructorDescriptionPDFEncryption(Blob inBlob) Basic constructor.Constructor with a Blob.Constructor for Blob + encrypted PDF.PDFPageExtractor(Blob inBlob) PDFPageNumbering(Blob inBlob) PDFTextExtractor(Blob inBlob) -
Uses of Blob in org.nuxeo.ecm.platform.pdf.operations
Fields in org.nuxeo.ecm.platform.pdf.operations declared as BlobMethods in org.nuxeo.ecm.platform.pdf.operations that return BlobModifier and TypeMethodDescriptionprotected Blobprotected BlobPDFEncryptOperation.run(DocumentModel inDoc) PDFEncryptReadOnlyOperation.run(DocumentModel inDoc) PDFExtractPagesOperation.run(DocumentModel inDoc) PDFMergeDocumentsOperation.run(DocumentModel inDoc) PDFMergeDocumentsOperation.run(DocumentModelList inDocs) PDFRemoveEncryptionOperation.run(DocumentModel inDoc) Methods in org.nuxeo.ecm.platform.pdf.operations with parameters of type BlobModifier and TypeMethodDescription -
Uses of Blob in org.nuxeo.ecm.platform.pdf.service
Methods in org.nuxeo.ecm.platform.pdf.service that return BlobModifier and TypeMethodDescriptionPDFTransformationService.applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties) Add an Image watermark to the input PDF blobPDFTransformationServiceImpl.applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties) PDFTransformationService.applyTextWatermark(Blob input, String text, WatermarkProperties properties) Add a text watermark to the input PDF blobPDFTransformationServiceImpl.applyTextWatermark(Blob input, String text, WatermarkProperties properties) PDFTransformationService.overlayPDF(Blob input, Blob overlayBlob) Overlay a PDF file on top of the input BlobPDFTransformationServiceImpl.overlayPDF(Blob input, Blob overlayBlob) protected BlobPDFTransformationServiceImpl.saveInTempFile(org.apache.pdfbox.pdmodel.PDDocument PdfDoc) Methods in org.nuxeo.ecm.platform.pdf.service with parameters of type BlobModifier and TypeMethodDescriptionPDFTransformationService.applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties) Add an Image watermark to the input PDF blobPDFTransformationServiceImpl.applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties) PDFTransformationService.applyTextWatermark(Blob input, String text, WatermarkProperties properties) Add a text watermark to the input PDF blobPDFTransformationServiceImpl.applyTextWatermark(Blob input, String text, WatermarkProperties properties) PDFTransformationService.overlayPDF(Blob input, Blob overlayBlob) Overlay a PDF file on top of the input BlobPDFTransformationServiceImpl.overlayPDF(Blob input, Blob overlayBlob) -
Uses of Blob in org.nuxeo.ecm.platform.picture
Methods in org.nuxeo.ecm.platform.picture that return BlobModifier and TypeMethodDescriptionprotected BlobImagingComponent.callPictureConversionChain(DocumentModel doc, Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, Point size, String conversionFormat) ImagingComponent.convertToPDF(Blob blob) protected BlobMethods in org.nuxeo.ecm.platform.picture with parameters of type BlobModifier and TypeMethodDescriptionprotected BlobImagingComponent.callPictureConversionChain(DocumentModel doc, Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, Point size, String conversionFormat) protected PictureViewImagingComponent.computeView(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, boolean convert) protected PictureViewImagingComponent.computeView(DocumentModel doc, Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo) protected PictureViewImagingComponent.computeView(DocumentModel doc, Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, boolean convert) ImagingComponent.computeViewFor(Blob blob, PictureConversion pictureConversion, boolean convert) ImagingComponent.computeViewFor(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, boolean convert) ImagingComponent.computeViewsFor(Blob blob, List<PictureConversion> pictureConversions, boolean convert) ImagingComponent.computeViewsFor(Blob blob, List<PictureConversion> pictureConversions, ImageInfo imageInfo, boolean convert) ImagingComponent.computeViewsFor(DocumentModel doc, Blob blob, ImageInfo imageInfo, boolean convert) protected PictureViewImagingComponent.computeViewWithoutConversion(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo) ImagingComponent.convertToPDF(Blob blob) ImagingComponent.getImageInfo(Blob blob) ImagingComponent.getImageMimeType(Blob blob) protected BlobMethod parameters in org.nuxeo.ecm.platform.picture with type arguments of type BlobModifier and TypeMethodDescriptionImagingComponent.computeViewsFor(List<Blob> blobs, List<PictureConversion> pictureConversions, boolean convert) ImagingComponent.computeViewsFor(List<Blob> blobs, List<PictureConversion> pictureConversions, ImageInfo imageInfo, boolean convert) -
Uses of Blob in org.nuxeo.ecm.platform.picture.api
Methods in org.nuxeo.ecm.platform.picture.api that return BlobModifier and TypeMethodDescriptionImagingService.convertToPDF(Blob blob) Converts an image to PDF.Crops an image.PictureView.getBlob()Returns theBlobof the picture view.PictureViewImpl.getBlob()Resizes image.Rotates an image.Methods in org.nuxeo.ecm.platform.picture.api with parameters of type BlobModifier and TypeMethodDescriptionImagingService.computeViewFor(Blob blob, PictureConversion pictureConversion, boolean convert) ImagingService.computeViewFor(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, boolean convert) ImagingService.computeViewsFor(Blob blob, List<PictureConversion> pictureConversions, boolean convert) ImagingService.computeViewsFor(Blob blob, List<PictureConversion> pictureConversions, ImageInfo imageInfo, boolean convert) ImagingService.computeViewsFor(DocumentModel doc, Blob blob, ImageInfo imageInfo, boolean convert) Compute all the registeredPictureConversionFor each picture template theImagingService.computeViewFor(Blob, PictureConversion, ImageInfo, boolean)method is callImagingService.convertToPDF(Blob blob) Converts an image to PDF.Crops an image.ImagingService.getImageInfo(Blob blob) ImagingService.getImageMimeType(Blob blob) Returns the mime-type for the given BlobResizes image.Rotates an image.voidSets theBlobof this picture view.voidMethod parameters in org.nuxeo.ecm.platform.picture.api with type arguments of type BlobModifier and TypeMethodDescriptionImagingService.computeViewsFor(List<Blob> blobs, List<PictureConversion> pictureConversions, boolean convert) ImagingService.computeViewsFor(List<Blob> blobs, List<PictureConversion> pictureConversions, ImageInfo imageInfo, boolean convert) -
Uses of Blob in org.nuxeo.ecm.platform.picture.api.adapters
Fields in org.nuxeo.ecm.platform.picture.api.adapters declared as BlobMethods in org.nuxeo.ecm.platform.picture.api.adapters that return BlobModifier and TypeMethodDescriptionprotected BlobAbstractPictureAdapter.crop(Blob blob, Map<String, Serializable> coords) PictureBookBlobHolder.getBlob()protected BlobAbstractPictureAdapter.getContentFromViews(Integer i) DefaultPictureAdapter.getPictureFromTitle(String title) NoPictureAdapter.getPictureFromTitle(String title) PictureResourceAdapter.getPictureFromTitle(String title) Methods in org.nuxeo.ecm.platform.picture.api.adapters that return types with arguments of type BlobMethods in org.nuxeo.ecm.platform.picture.api.adapters with parameters of type BlobModifier and TypeMethodDescriptionvoidAbstractPictureAdapter.createPictureimpl(String description, String tag, String title, Integer maxsize, String filename, Integer width, Integer height, Integer depth, Blob fileContent) protected BlobAbstractPictureAdapter.crop(Blob blob, Map<String, Serializable> coords) booleanAbstractPictureAdapter.fillPictureViews(Blob blob, String filename, String title) booleanDefaultPictureAdapter.fillPictureViews(Blob blob, String filename, String title, List<Map<String, Object>> pictureConversions) booleanDefaultPictureAdapter.fillPictureViews(Blob blob, String filename, String title, List<Map<String, Object>> pictureConversions, boolean outsideTx) booleanNoPictureAdapter.fillPictureViews(Blob blob, String filename, String title, List<Map<String, Object>> pictureConversions) booleanPictureResourceAdapter.fillPictureViews(Blob blob, String filename, String title) This method just delegate the job toPictureResourceAdapter.fillPictureViews(Blob, String, String, List)by passing null instead of statics picture templates.booleanPictureResourceAdapter.fillPictureViews(Blob blob, String filename, String title, List<Map<String, Object>> pictureConversions) Fill this Picture views using the givenpictureConversionsandblobto compute the picture views.default booleanPictureResourceAdapter.fillPictureViews(Blob blob, String filename, String title, List<Map<String, Object>> pictureConversions, boolean outsideTx) Fill this Picture views using the givenpictureConversionsandblobto compute the picture views.voidDefaultPictureAdapter.preFillPictureViews(Blob blob, List<Map<String, Object>> pictureConversions, ImageInfo imageInfo) voidNoPictureAdapter.preFillPictureViews(Blob blob, List<Map<String, Object>> pictureConversions, ImageInfo imageInfo) voidPictureResourceAdapter.preFillPictureViews(Blob blob, List<Map<String, Object>> pictureConversions, ImageInfo imageInfo) Pre-fill this Picture views using the givenpictureConversionsandblob. -
Uses of Blob in org.nuxeo.ecm.platform.picture.core
Methods in org.nuxeo.ecm.platform.picture.core that return BlobMethods in org.nuxeo.ecm.platform.picture.core with parameters of type BlobModifier and TypeMethodDescriptionImageUtils.convertToPDF(Blob blob) MetadataUtils.getImageMetadata(Blob blob) -
Uses of Blob in org.nuxeo.ecm.platform.picture.core.im
Methods in org.nuxeo.ecm.platform.picture.core.im that return BlobMethods in org.nuxeo.ecm.platform.picture.core.im with parameters of type BlobModifier and TypeMethodDescriptionIMImageUtils.convertToPDF(Blob blob) protected FileIMImageUtils.ImageMagickCaller.createTempSource(Blob blob, String ext) protected StringIMImageUtils.ImageMagickCaller.getFilename(Blob blob, String targetExt) protected void -
Uses of Blob in org.nuxeo.ecm.platform.picture.extension
Methods in org.nuxeo.ecm.platform.picture.extension with parameters of type BlobModifier and TypeMethodDescriptionvoidImagePlugin.updateDocument(DocumentModel doc, Blob content) -
Uses of Blob in org.nuxeo.ecm.platform.picture.operation
Methods in org.nuxeo.ecm.platform.picture.operation that return BlobModifier and TypeMethodDescriptionGetPictureView.run(DocumentModel doc) PictureResize.run(DocumentModel doc) Methods in org.nuxeo.ecm.platform.picture.operation with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.picture.rendition
Methods in org.nuxeo.ecm.platform.picture.rendition that return types with arguments of type BlobModifier and TypeMethodDescriptionPictureRenditionProvider.render(DocumentModel doc, RenditionDefinition definition) -
Uses of Blob in org.nuxeo.ecm.platform.picture.thumbnail
Methods in org.nuxeo.ecm.platform.picture.thumbnail that return BlobModifier and TypeMethodDescriptionThumbnailPictureFactory.computeThumbnail(DocumentModel doc, CoreSession session) ThumbnailPictureFactory.getThumbnail(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.platform.preview.adapter
Methods in org.nuxeo.ecm.platform.preview.adapter that return BlobMethods in org.nuxeo.ecm.platform.preview.adapter that return types with arguments of type BlobModifier and TypeMethodDescriptionMimeTypePreviewer.getPreview(Blob blob, DocumentModel dm) PlainImagePreviewer.getPreview(Blob blob, DocumentModel dm) Deprecated.PlainTextPreviewer.getPreview(Blob blob, DocumentModel dm) ZipPreviewer.getPreview(Blob blob, DocumentModel dm) Methods in org.nuxeo.ecm.platform.preview.adapter with parameters of type BlobModifier and TypeMethodDescriptionMimeTypePreviewer.getPreview(Blob blob, DocumentModel dm) PlainImagePreviewer.getPreview(Blob blob, DocumentModel dm) Deprecated.PlainTextPreviewer.getPreview(Blob blob, DocumentModel dm) ZipPreviewer.getPreview(Blob blob, DocumentModel dm) protected booleanZipPreviewer.isSanitizable(Blob blob) protected Blob -
Uses of Blob in org.nuxeo.ecm.platform.preview.adapter.base
Methods in org.nuxeo.ecm.platform.preview.adapter.base that return BlobModifier and TypeMethodDescriptionprotected BlobNoteHtmlPreviewAdapter.processNoteBlob(Blob blob) Methods in org.nuxeo.ecm.platform.preview.adapter.base that return types with arguments of type BlobModifier and TypeMethodDescriptionAbstractHtmlPreviewAdapter.getFilePreviewBlobs()AbstractHtmlPreviewAdapter.getFilePreviewBlobs(boolean postProcess) AbstractHtmlPreviewAdapter.getFilePreviewBlobs(String xpath) AbstractHtmlPreviewAdapter.getFilePreviewBlobs(String xpath, boolean postProcess) AbstractHtmlPreviewAdapter.getPreviewBlobs()AbstractHtmlPreviewAdapter.getPreviewBlobs(String xpath) ConverterBasedHtmlPreviewAdapter.getPreviewBlobs()ConverterBasedHtmlPreviewAdapter.getPreviewBlobs(String xpath) NoteHtmlPreviewAdapter.getPreviewBlobs()NoteHtmlPreviewAdapter.getPreviewBlobs(String xpath) PreprocessedHtmlPreviewAdapter.getPreviewBlobs()PreprocessedHtmlPreviewAdapter.getPreviewBlobs(String xpath) AbstractHtmlPreviewAdapter.postProcessBlobs(List<Blob> blobs) Methods in org.nuxeo.ecm.platform.preview.adapter.base with parameters of type BlobModifier and TypeMethodDescriptionprotected static StringConverterBasedHtmlPreviewAdapter.getMimeType(Blob blob) protected BlobNoteHtmlPreviewAdapter.processNoteBlob(Blob blob) Method parameters in org.nuxeo.ecm.platform.preview.adapter.base with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.preview.api
Methods in org.nuxeo.ecm.platform.preview.api that return types with arguments of type BlobModifier and TypeMethodDescriptionHtmlPreviewAdapter.getFilePreviewBlobs()HtmlPreviewAdapter.getFilePreviewBlobs(boolean postProcess) HtmlPreviewAdapter.getFilePreviewBlobs(String xpath) HtmlPreviewAdapter.getFilePreviewBlobs(String xpath, boolean postProcess) -
Uses of Blob in org.nuxeo.ecm.platform.preview.work
Methods in org.nuxeo.ecm.platform.preview.work that return types with arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.rendering.fm.adapters
Fields in org.nuxeo.ecm.platform.rendering.fm.adapters declared as BlobConstructors in org.nuxeo.ecm.platform.rendering.fm.adapters with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.rendition
Methods in org.nuxeo.ecm.platform.rendition that return BlobMethods in org.nuxeo.ecm.platform.rendition that return types with arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.rendition.adapter
Methods in org.nuxeo.ecm.platform.rendition.adapter that return Blob -
Uses of Blob in org.nuxeo.ecm.platform.rendition.extension
Methods in org.nuxeo.ecm.platform.rendition.extension that return types with arguments of type BlobModifier and TypeMethodDescriptionAutomationRenderer.render(DocumentModel doc, RenditionDefinition definition, CoreSession session) Generate the rendition Blobs for a givenRenditionDefinition.DefaultAutomationRenditionProvider.render(DocumentModel doc, RenditionDefinition definition) RenditionProvider.render(DocumentModel doc, RenditionDefinition definition) Generate the rendition Blobs for a givenRenditionDefinition. -
Uses of Blob in org.nuxeo.ecm.platform.rendition.impl
Fields in org.nuxeo.ecm.platform.rendition.impl with type parameters of type BlobMethods in org.nuxeo.ecm.platform.rendition.impl that return BlobMethods in org.nuxeo.ecm.platform.rendition.impl that return types with arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.rendition.lazy
Methods in org.nuxeo.ecm.platform.rendition.lazy that return types with arguments of type BlobModifier and TypeMethodDescriptionAbstractRenditionBuilderWork.doComputeRendition(CoreSession session, DocumentModel doc, RenditionDefinition def) Does the actual Rendition Computation: this code will be called from inside an Asynchronous WorkAutomationRenditionBuilder.doComputeRendition(CoreSession session, DocumentModel doc, RenditionDefinition def) AbstractLazyCachableRenditionProvider.handleNewRendition(String key, DocumentModel doc, RenditionDefinition definition, String sourceDocumentModificationDate) AbstractLazyCachableRenditionProvider.render(DocumentModel doc, RenditionDefinition definition) Method parameters in org.nuxeo.ecm.platform.rendition.lazy with type arguments of type BlobModifier and TypeMethodDescriptionprotected StringAbstractLazyCachableRenditionProvider.getBlobInfo(List<Blob> blobs) protected voidAbstractLazyCachableRenditionProvider.handleCompletedRendition(String key, DocumentModel doc, RenditionDefinition definition, String sourceDocumentModificationDate, String tsSourceDocumentModificationDate, List<Blob> blobs) -
Uses of Blob in org.nuxeo.ecm.platform.rendition.operation
Methods in org.nuxeo.ecm.platform.rendition.operation that return BlobModifier and TypeMethodDescriptionprotected BlobGetContainerRendition.getDefaultRendition(DocumentModel doc, int currentDepth) protected BlobGetContainerRendition.processContainer(DocumentModel doc, int currentDepth) GetContainerRendition.run(DocumentModel doc) GetRendition.run(DocumentModel doc) -
Uses of Blob in org.nuxeo.ecm.platform.rendition.service
Fields in org.nuxeo.ecm.platform.rendition.service declared as BlobMethods in org.nuxeo.ecm.platform.rendition.service with parameters of type BlobModifier and TypeMethodDescriptionDefaultStoredRenditionManager.createStoredRendition(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) StoredRenditionManager.createStoredRendition(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) Creates aStoredRenditionfor the live document or the version document if provided.Constructors in org.nuxeo.ecm.platform.rendition.service with parameters of type BlobModifierConstructorDescriptionRenditionCreator(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) -
Uses of Blob in org.nuxeo.ecm.platform.rendition.work
Methods in org.nuxeo.ecm.platform.rendition.work that return Blob -
Uses of Blob in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl that return Blob -
Uses of Blob in org.nuxeo.ecm.platform.scanimporter.service
Constructors in org.nuxeo.ecm.platform.scanimporter.service with parameters of type BlobConstructor parameters in org.nuxeo.ecm.platform.scanimporter.service with type arguments of type BlobModifierConstructorDescriptionScanFileBlobHolder(List<Blob> blobs, Map<String, Serializable> properties, String targetType) -
Uses of Blob in org.nuxeo.ecm.platform.signature.api.sign
Fields in org.nuxeo.ecm.platform.signature.api.sign declared as BlobMethods in org.nuxeo.ecm.platform.signature.api.sign that return BlobModifier and TypeMethodDescriptionSignatureService.StatusWithBlob.getBlob()SignatureService.signDocument(DocumentModel doc, DocumentModel user, String userKeyPassword, String reason, boolean pdfa, SignatureService.SigningDisposition disposition, String archiveFilename) Signs a document with a user certificate (converts it into a PDF first if needed).SignatureService.signPDF(Blob pdfBlob, DocumentModel doc, DocumentModel user, String userKeyPassword, String reason) Signs a PDF document with a user certificate.Methods in org.nuxeo.ecm.platform.signature.api.sign with parameters of type BlobModifier and TypeMethodDescriptionSignatureService.signPDF(Blob pdfBlob, DocumentModel doc, DocumentModel user, String userKeyPassword, String reason) Signs a PDF document with a user certificate.Constructors in org.nuxeo.ecm.platform.signature.api.sign with parameters of type BlobModifierConstructorDescriptionStatusWithBlob(int status, Blob blob, BlobHolder blobHolder, String path) -
Uses of Blob in org.nuxeo.ecm.platform.signature.core.operations
Methods in org.nuxeo.ecm.platform.signature.core.operations that return BlobMethods in org.nuxeo.ecm.platform.signature.core.operations with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.signature.core.sign
Methods in org.nuxeo.ecm.platform.signature.core.sign that return BlobModifier and TypeMethodDescriptionSignatureServiceImpl.signDocument(DocumentModel doc, DocumentModel user, String keyPassword, String reason, boolean pdfa, SignatureService.SigningDisposition disposition, String archiveFilename) SignatureServiceImpl.signPDF(Blob pdfBlob, DocumentModel doc, DocumentModel user, String keyPassword, String reason) Methods in org.nuxeo.ecm.platform.signature.core.sign with parameters of type BlobModifier and TypeMethodDescriptionprotected List<X509Certificate>SignatureServiceImpl.getCertificates(Blob pdfBlob) protected intSignatureServiceImpl.getSigningStatus(Blob pdfBlob, DocumentModel user) SignatureServiceImpl.signPDF(Blob pdfBlob, DocumentModel doc, DocumentModel user, String keyPassword, String reason) -
Uses of Blob in org.nuxeo.ecm.platform.suggestbox.automation
Methods in org.nuxeo.ecm.platform.suggestbox.automation that return Blob -
Uses of Blob in org.nuxeo.ecm.platform.tag.automation
Methods in org.nuxeo.ecm.platform.tag.automation that return Blob -
Uses of Blob in org.nuxeo.ecm.platform.threed
Fields in org.nuxeo.ecm.platform.threed declared as BlobModifier and TypeFieldDescriptionprotected final BlobThreeD.blobprotected final BlobThreeDRenderView.contentprotected final BlobThreeDRenderView.thumbnailFields in org.nuxeo.ecm.platform.threed with type parameters of type BlobMethods in org.nuxeo.ecm.platform.threed that return BlobModifier and TypeMethodDescriptionprotected static final BlobBatchConverterHelper.createThumbnail(Blob render) ThreeD.getBlob()ThreeDRenderView.getContent()ThreeDRenderView.getThumbnail()Methods in org.nuxeo.ecm.platform.threed that return types with arguments of type BlobMethods in org.nuxeo.ecm.platform.threed with parameters of type BlobModifier and TypeMethodDescriptionprotected static final Map<String,Serializable> BatchConverterHelper.convertToInfo(Blob blob) protected static final BlobBatchConverterHelper.createThumbnail(Blob render) protected static final ThreeDInfoBatchConverterHelper.getInfo(Blob blob, List<BlobHolder> resources) Constructors in org.nuxeo.ecm.platform.threed with parameters of type BlobModifierConstructorDescriptionThreeD(Blob blob, List<Blob> resources, ThreeDInfo info) ThreeDRenderView(String title, Blob content, Blob thumbnail, int azimuth, int zenith) TransmissionThreeD(Blob blob, List<Blob> resources, ThreeDInfo info, Integer percPoly, Long maxPoly, Integer percTex, String maxTex, String name) Constructor parameters in org.nuxeo.ecm.platform.threed with type arguments of type BlobModifierConstructorDescriptionThreeD(Blob blob, List<Blob> resources, ThreeDInfo info) TransmissionThreeD(Blob blob, List<Blob> resources, ThreeDInfo info, Integer percPoly, Long maxPoly, Integer percTex, String maxTex, String name) -
Uses of Blob in org.nuxeo.ecm.platform.threed.adapter
Methods in org.nuxeo.ecm.platform.threed.adapter that return BlobModifier and TypeMethodDescriptionThumbnailThreeDFactory.computeThumbnail(DocumentModel documentModel, CoreSession coreSession) ThumbnailThreeDFactory.getThumbnail(DocumentModel documentModel, CoreSession coreSession) -
Uses of Blob in org.nuxeo.ecm.platform.threed.convert
Methods in org.nuxeo.ecm.platform.threed.convert that return types with arguments of type BlobModifier and TypeMethodDescriptionBatchConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) Collada2glTFConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) ColladaConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) LodsConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) RenderConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) -
Uses of Blob in org.nuxeo.ecm.platform.threed.importer
Methods in org.nuxeo.ecm.platform.threed.importer with parameters of type BlobModifier and TypeMethodDescriptionprotected StringThreeDImporter.getModelFilename(Blob zipContent) -
Uses of Blob in org.nuxeo.ecm.platform.threed.rendition
Methods in org.nuxeo.ecm.platform.threed.rendition that return types with arguments of type BlobModifier and TypeMethodDescriptionRenderViewRenditionProvider.render(DocumentModel documentModel, RenditionDefinition renditionDefinition) TransmissionThreeDRenditionProvider.render(DocumentModel documentModel, RenditionDefinition renditionDefinition) Methods in org.nuxeo.ecm.platform.threed.rendition with parameters of type BlobModifier and TypeMethodDescriptionprotected RenditionDefinitionThreeDRenditionDefinitionProvider.buildRenditionDefinition(String title, String name, Blob blob, String kind, RenditionProvider provider, boolean visible, String iconPath) -
Uses of Blob in org.nuxeo.ecm.platform.thumbnail.factories
Methods in org.nuxeo.ecm.platform.thumbnail.factories that return BlobModifier and TypeMethodDescriptionThumbnailDocumentFactory.computeThumbnail(DocumentModel doc, CoreSession session) protected BlobThumbnailDocumentFactory.getDefaultThumbnail(DocumentModel doc) ThumbnailDocumentFactory.getThumbnail(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.platform.thumbnail.listener
Methods in org.nuxeo.ecm.platform.thumbnail.listener that return BlobModifier and TypeMethodDescriptionprotected BlobThumbnailHelper.getManagedThumbnail(DocumentModel doc) -
Uses of Blob in org.nuxeo.ecm.platform.thumbnail.rendition
Methods in org.nuxeo.ecm.platform.thumbnail.rendition that return types with arguments of type BlobModifier and TypeMethodDescriptionThumbnailRenditionProvider.render(DocumentModel doc, RenditionDefinition definition) -
Uses of Blob in org.nuxeo.ecm.platform.userworkspace.operations
Methods in org.nuxeo.ecm.platform.userworkspace.operations with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.video
Fields in org.nuxeo.ecm.platform.video declared as BlobMethods in org.nuxeo.ecm.platform.video that return BlobMethods in org.nuxeo.ecm.platform.video with parameters of type BlobModifier and TypeMethodDescriptionstatic TranscodedVideoTranscodedVideo.fromBlobAndInfo(String name, Blob blob, VideoInfo videoInfo) Build aTranscodedVideofrom aname, videobloband relatedvideoInfo.static VideoVideo.fromBlobAndInfo(Blob blob, VideoInfo videoInfo) Build aVideofrom a videobloband the relatedvideoInfo.static VideoInfoVideoHelper.getVideoInfo(Blob video) static voidVideoHelper.updatePreviews(DocumentModel docModel, Blob video) Update the JPEG previews of a Video document from the video blob content by taking a screen-shot of the movie.static voidVideoHelper.updatePreviews(DocumentModel docModel, Blob video, Double position, List<Map<String, Object>> templates) Update the JPEG previews of a Video document from the video blob content by taking a screen-shot of the movie at timecode offset given in seconds.static voidVideoHelper.updateStoryboard(DocumentModel docModel, Blob video) Update the JPEG story board and duration in seconds of a Video document from the video blob content.static voidVideoHelper.updateVideoInfo(DocumentModel docModel, Blob video) Constructors in org.nuxeo.ecm.platform.video with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.video.adapter
Methods in org.nuxeo.ecm.platform.video.adapter that return BlobModifier and TypeMethodDescriptionThumbnailVideoFactory.computeThumbnail(DocumentModel doc, CoreSession session) ThumbnailVideoFactory.getThumbnail(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.platform.video.convert
Methods in org.nuxeo.ecm.platform.video.convert that return types with arguments of type BlobModifier and TypeMethodDescriptionBaseVideoConversionConverter.getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> stringSerializableMap) -
Uses of Blob in org.nuxeo.ecm.platform.video.importer
Methods in org.nuxeo.ecm.platform.video.importer with parameters of type BlobModifier and TypeMethodDescriptionvoidVideoImporter.updateDocument(DocumentModel doc, Blob content) -
Uses of Blob in org.nuxeo.ecm.platform.video.rendition
Methods in org.nuxeo.ecm.platform.video.rendition that return types with arguments of type BlobModifier and TypeMethodDescriptionVideoRenditionProvider.render(DocumentModel doc, RenditionDefinition definition) -
Uses of Blob in org.nuxeo.ecm.platform.video.service
Methods in org.nuxeo.ecm.platform.video.service with parameters of type BlobModifier and TypeMethodDescriptionprotected booleanVideoStoryboardWork.updatePreviews(DocumentModel doc, Blob blob) protected booleanVideoStoryboardWork.updateStoryboard(DocumentModel doc, Blob blob) -
Uses of Blob in org.nuxeo.ecm.platform.video.tools
Methods in org.nuxeo.ecm.platform.video.tools that return BlobModifier and TypeMethodDescriptionConcat the input video blobs into a single video blob.VideoToolsService.extractClosedCaptions(Blob video, String outputFormat, String startAt, String endAt) Extracts the closed captions from a video blob.static BlobVideoTool.getTemporaryBlob(String path, String mimeType) Gets a temporary blob for the given temporary path.Add a watermark to a video blob.Methods in org.nuxeo.ecm.platform.video.tools that return types with arguments of type BlobModifier and TypeMethodDescriptionSlices a video blob from a start time and the input duration.Methods in org.nuxeo.ecm.platform.video.tools with parameters of type BlobModifier and TypeMethodDescriptionVideoToolsService.extractClosedCaptions(Blob video, String outputFormat, String startAt, String endAt) Extracts the closed captions from a video blob.Slices a video blob from a start time and the input duration.Add a watermark to a video blob.Method parameters in org.nuxeo.ecm.platform.video.tools with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.video.tools.operations
Methods in org.nuxeo.ecm.platform.video.tools.operations that return BlobModifier and TypeMethodDescriptionAddWatermarkToVideo.run(DocumentModel input) ConcatVideos.run(DocumentModelList docs) ExtractClosedCaptionsFromVideo.run(DocumentModel input) SliceVideo.run(DocumentModel input) Methods in org.nuxeo.ecm.platform.video.tools.operations with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.platform.video.tools.service
Methods in org.nuxeo.ecm.platform.video.tools.service that return BlobModifier and TypeMethodDescriptionVideoToolsServiceImpl.extractClosedCaptions(Blob video, String outputFormat, String startAt, String endAt) Methods in org.nuxeo.ecm.platform.video.tools.service that return types with arguments of type BlobModifier and TypeMethodDescriptionMethods in org.nuxeo.ecm.platform.video.tools.service with parameters of type BlobModifier and TypeMethodDescriptionVideoToolsServiceImpl.extractClosedCaptions(Blob video, String outputFormat, String startAt, String endAt) Method parameters in org.nuxeo.ecm.platform.video.tools.service with type arguments of type Blob -
Uses of Blob in org.nuxeo.ecm.quota.automation
Methods in org.nuxeo.ecm.quota.automation that return Blob -
Uses of Blob in org.nuxeo.ecm.quota.size
Methods in org.nuxeo.ecm.quota.size that return types with arguments of type BlobModifier and TypeMethodDescriptionDocumentsSizeUpdater.getAllBlobs(DocumentModel doc) Returns the list of blobs for this document. -
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs
Methods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type Blob -
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs.adapters
Methods in org.nuxeo.ecm.restapi.server.jaxrs.adapters that return BlobModifier and TypeMethodDescriptionConvertAdapter.convert(String converter, String type, String format, javax.ws.rs.core.UriInfo uriInfo) protected BlobConvertAdapter.convertWithConverter(BlobHolder bh, String converter, javax.ws.rs.core.UriInfo uriInfo) protected BlobConvertAdapter.convertWithFormat(BlobHolder bh, String format, javax.ws.rs.core.UriInfo uriInfo) protected BlobConvertAdapter.convertWithMimeType(BlobHolder bh, String mimeType, javax.ws.rs.core.UriInfo uriInfo) Methods in org.nuxeo.ecm.restapi.server.jaxrs.adapters that return types with arguments of type BlobModifier and TypeMethodDescriptionPreviewAdapter.previewBlobs(DocumentModel doc, String xpath, boolean blobPostProcessing) -
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs.management
Methods in org.nuxeo.ecm.restapi.server.jaxrs.management that return Blob -
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs.rendition
Methods in org.nuxeo.ecm.restapi.server.jaxrs.rendition that return BlobModifier and TypeMethodDescriptionprotected BlobRenditionObject.getLegacyRenditionBlob()protected BlobRenditionObject.getRenditionBlob() -
Uses of Blob in org.nuxeo.ecm.user.center.profile.listeners
Methods in org.nuxeo.ecm.user.center.profile.listeners with parameters of type BlobModifier and TypeMethodDescriptionprotected voidResizeAvatarPictureListener.resizeAvatar(DocumentModel doc, Blob avatarImage) -
Uses of Blob in org.nuxeo.ecm.webdav.backend
Methods in org.nuxeo.ecm.webdav.backend with parameters of type BlobModifier and TypeMethodDescriptionAbstractVirtualBackend.createFile(String parentPath, String name, Blob content) Backend.createFile(String parentPath, String name, Blob content) SimpleBackend.createFile(String parentPath, String name, Blob content) AbstractVirtualBackend.updateDocument(DocumentModel doc, String name, Blob content) Backend.updateDocument(DocumentModel doc, String name, Blob content) SimpleBackend.updateDocument(DocumentModel doc, String name, Blob content) -
Uses of Blob in org.nuxeo.ecm.webengine.forms
Methods in org.nuxeo.ecm.webengine.forms that return Blob -
Uses of Blob in org.nuxeo.ecm.webengine.model.io
Methods in org.nuxeo.ecm.webengine.model.io with parameters of type BlobModifier and TypeMethodDescriptionlongBlobWriter.getSize(Blob arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4) protected voidBlobWriter.transferBlob(Blob blob, OutputStream entityStream) protected voidDocumentBlobHolderWriter.transferBlob(Blob blob, OutputStream entityStream) voidBlobWriter.writeTo(Blob blob, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) -
Uses of Blob in org.nuxeo.importer.stream.consumer
Fields in org.nuxeo.importer.stream.consumer declared as BlobMethods in org.nuxeo.importer.stream.consumer that return BlobModifier and TypeMethodDescriptionBlobMessageConsumer.CloseableBlob.getBlob()protected BlobDocumentMessageConsumer.getBlob(DocumentMessage message) Constructors in org.nuxeo.importer.stream.consumer with parameters of type BlobModifierConstructorDescriptionCloseableBlob(Blob blob) CloseableBlob(Blob blob, Path fileToDelete) -
Uses of Blob in org.nuxeo.importer.stream.message
Fields in org.nuxeo.importer.stream.message declared as BlobModifier and TypeFieldDescriptionprotected BlobDocumentMessage.blobprotected BlobDocumentMessage.Builder.blobMethods in org.nuxeo.importer.stream.message that return BlobMethods in org.nuxeo.importer.stream.message with parameters of type BlobModifier and TypeMethodDescription -
Uses of Blob in org.nuxeo.importer.stream.producer
Methods in org.nuxeo.importer.stream.producer that return Blob -
Uses of Blob in org.nuxeo.io.fsexporter
Methods in org.nuxeo.io.fsexporter with parameters of type BlobModifier and TypeMethodDescriptionprotected StringDefaultExporterPlugin.getFileName(Blob blob, DocumentModel docfrom, File folder, int i) -
Uses of Blob in org.nuxeo.mail
Fields in org.nuxeo.mail with type parameters of type BlobMethods in org.nuxeo.mail that return BlobModifier and TypeMethodDescriptionBlobDataSource.blob()Returns the value of theblobrecord component.Methods in org.nuxeo.mail that return types with arguments of type BlobMethods in org.nuxeo.mail with parameters of type BlobModifier and TypeMethodDescriptionMailMessage.Builder.attachments(Blob attachment, Blob... attachments) Method parameters in org.nuxeo.mail with type arguments of type BlobModifier and TypeMethodDescriptionprotected static javax.mail.internet.MimeMultipartMimeMessageHelper.assembleMultiPart(javax.mail.internet.MimeBodyPart body, List<Blob> attachments) MailMessage.Builder.attachments(List<Blob> attachments) Constructors in org.nuxeo.mail with parameters of type BlobModifierConstructorDescriptionBlobDataSource(Blob blob) Creates an instance of aBlobDataSourcerecord class. -
Uses of Blob in org.nuxeo.template.adapters.doc
Methods in org.nuxeo.template.adapters.doc that return BlobModifier and TypeMethodDescriptionTemplateBasedDocumentAdapterImpl.getTemplateBlob(String templateName) TemplateBasedDocumentAdapterImpl.renderAndStoreAsAttachment(String templateName, boolean save) TemplateBasedDocumentAdapterImpl.renderWithTemplate(String templateName) Methods in org.nuxeo.template.adapters.doc with parameters of type BlobModifier and TypeMethodDescriptionprotected OperationContextTemplateBasedDocumentAdapterImpl.initOperationContext(Blob blob, String templateName) protected void -
Uses of Blob in org.nuxeo.template.adapters.source
Methods in org.nuxeo.template.adapters.source that return BlobMethods in org.nuxeo.template.adapters.source with parameters of type BlobModifier and TypeMethodDescriptionvoidTemplateSourceDocumentAdapterImpl.setTemplateBlob(Blob blob, boolean save) -
Uses of Blob in org.nuxeo.template.api
Methods in org.nuxeo.template.api that return BlobModifier and TypeMethodDescriptionTemplateProcessor.renderTemplate(TemplateBasedDocument templateDocument, String templateName) Perform rendering of the named template against theTemplateBasedDocumentMethods in org.nuxeo.template.api with parameters of type BlobModifier and TypeMethodDescriptionTemplateProcessorService.findProcessor(Blob templateBlob) Finds theTemplateProcessorfor a givenBlob.TemplateProcessorService.findProcessorName(Blob templateBlob) Finds the template processor name for a givenBlob.TemplateProcessor.getInitialParametersDefinition(Blob blob) Extract parameters from the Template file. -
Uses of Blob in org.nuxeo.template.api.adapters
Methods in org.nuxeo.template.api.adapters that return BlobModifier and TypeMethodDescriptionTemplateBasedDocument.getTemplateBlob(String templateName) Return theBlobof the associated templateTemplateSourceDocument.getTemplateBlob()Retrieve the Blob holding the template fileTemplateBasedDocument.renderAndStoreAsAttachment(String templateName, boolean save) Render the named template against the underlying DocumentModel and store the result in the main BlobTemplateBasedDocument.renderWithTemplate(String templateName) Render the named template against the underlying DocumentModelMethods in org.nuxeo.template.api.adapters with parameters of type BlobModifier and TypeMethodDescriptionvoidTemplateSourceDocument.setTemplateBlob(Blob blob, boolean save) Write accessor to theBlobused to store the template -
Uses of Blob in org.nuxeo.template.automation
Methods in org.nuxeo.template.automation that return Blob -
Uses of Blob in org.nuxeo.template.context
Methods in org.nuxeo.template.context that return BlobModifier and TypeMethodDescriptionBlobHolderWrapper.getBlob()BlobHolderWrapper.getBlob(int index) Methods in org.nuxeo.template.context that return types with arguments of type Blob -
Uses of Blob in org.nuxeo.template.deckjs
Methods in org.nuxeo.template.deckjs that return BlobMethods in org.nuxeo.template.deckjs with parameters of type Blob -
Uses of Blob in org.nuxeo.template.jaxrs
Methods in org.nuxeo.template.jaxrs that return BlobModifier and TypeMethodDescriptionTemplateBasedResource.getResource(String templateName, String resourceName) TemplateResource.getResource(String resourceName) -
Uses of Blob in org.nuxeo.template.odt
Method parameters in org.nuxeo.template.odt with type arguments of type Blob -
Uses of Blob in org.nuxeo.template.processors
Methods in org.nuxeo.template.processors that return BlobModifier and TypeMethodDescriptionprotected BlobAbstractTemplateProcessor.getSourceTemplateBlob(TemplateBasedDocument templateBasedDocument, String templateName) IdentityProcessor.renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName) Methods in org.nuxeo.template.processors with parameters of type BlobModifier and TypeMethodDescriptionprotected voidAbstractBindingResolver.addDefaultMimetypeIfRequired(Blob blob) IdentityProcessor.getInitialParametersDefinition(Blob blob) protected abstract voidAbstractBindingResolver.handleBlobField(String paramName, Blob blobValue) protected abstract ObjectAbstractBindingResolver.handlePictureField(String paramName, Blob blobValue) -
Uses of Blob in org.nuxeo.template.processors.docx
Methods in org.nuxeo.template.processors.docx that return BlobModifier and TypeMethodDescriptionWordXMLRawTemplateProcessor.renderTemplate(TemplateBasedDocument templateDocument, String templateName) Methods in org.nuxeo.template.processors.docx with parameters of type BlobModifier and TypeMethodDescriptionWordXMLRawTemplateProcessor.getInitialParametersDefinition(Blob blob) -
Uses of Blob in org.nuxeo.template.processors.fm
Methods in org.nuxeo.template.processors.fm that return BlobModifier and TypeMethodDescriptionFreeMarkerProcessor.renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName) Methods in org.nuxeo.template.processors.fm with parameters of type BlobModifier and TypeMethodDescriptionFreeMarkerProcessor.getInitialParametersDefinition(Blob blob) protected StringFreeMarkerProcessor.guessMimeType(Blob result, MimetypeRegistry mreg) protected voidFMBindingResolver.handleBlobField(String paramName, Blob blobValue) protected ObjectFMBindingResolver.handlePictureField(String paramName, Blob blobValue) protected voidFreeMarkerProcessor.setBlobAttributes(Blob result, TemplateBasedDocument templateBasedDocument) -
Uses of Blob in org.nuxeo.template.processors.jod
Methods in org.nuxeo.template.processors.jod that return BlobModifier and TypeMethodDescriptionJODReportTemplateProcessor.renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName) Methods in org.nuxeo.template.processors.jod with parameters of type BlobModifier and TypeMethodDescriptionJODReportTemplateProcessor.getInitialParametersDefinition(Blob blob) JODReportTemplateProcessor.readXMLContent(Blob blob) -
Uses of Blob in org.nuxeo.template.processors.jxls
Methods in org.nuxeo.template.processors.jxls that return BlobModifier and TypeMethodDescriptionJXLSTemplateProcessor.renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName) Methods in org.nuxeo.template.processors.jxls with parameters of type BlobModifier and TypeMethodDescriptionJXLSTemplateProcessor.getInitialParametersDefinition(Blob blob) protected voidJXLSBindingResolver.handleBlobField(String paramName, Blob blobValue) protected ObjectJXLSBindingResolver.handlePictureField(String paramName, Blob blobValue) -
Uses of Blob in org.nuxeo.template.processors.xdocreport
Fields in org.nuxeo.template.processors.xdocreport declared as BlobMethods in org.nuxeo.template.processors.xdocreport that return BlobModifier and TypeMethodDescriptionXDocReportProcessor.renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName) Methods in org.nuxeo.template.processors.xdocreport with parameters of type BlobModifier and TypeMethodDescriptionXDocReportProcessor.getInitialParametersDefinition(Blob blob) protected StringXDocReportProcessor.getTemplateFormat(Blob blob) protected voidXDocReportBindingResolver.handleBlobField(String paramName, Blob blobValue) protected ObjectXDocReportBindingResolver.handlePictureField(String paramName, Blob blobValue) static StringZipXmlHelper.readXMLContent(Blob blob, String filename) Constructors in org.nuxeo.template.processors.xdocreport with parameters of type Blob -
Uses of Blob in org.nuxeo.template.processors.xslt
Methods in org.nuxeo.template.processors.xslt that return BlobModifier and TypeMethodDescriptionXSLTProcessor.renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName) Methods in org.nuxeo.template.processors.xslt with parameters of type Blob -
Uses of Blob in org.nuxeo.template.rendition
Methods in org.nuxeo.template.rendition that return types with arguments of type BlobModifier and TypeMethodDescriptionHtmlRenditionProvider.render(DocumentModel doc, RenditionDefinition definition) TemplateBasedRenditionProvider.render(DocumentModel doc, RenditionDefinition definition) -
Uses of Blob in org.nuxeo.template.service
Methods in org.nuxeo.template.service with parameters of type BlobModifier and TypeMethodDescriptionTemplateProcessorComponent.findProcessor(Blob templateBlob) TemplateProcessorComponent.findProcessorDescriptor(Blob templateBlob) TemplateProcessorComponent.findProcessorName(Blob templateBlob) -
Uses of Blob in org.nuxeo.template.xdocreport.jaxrs
Methods in org.nuxeo.template.xdocreport.jaxrs with parameters of type Blob -
Uses of Blob in org.nuxeo.wopi
Methods in org.nuxeo.wopi that return BlobModifier and TypeMethodDescriptionstatic BlobHelpers.getEditableBlob(DocumentModel doc, String xpath) Methods in org.nuxeo.wopi with parameters of type BlobModifier and TypeMethodDescriptiondefault booleanWOPIService.checkDownloadBlob(DocumentModel doc, String xpath, Blob blob) Checks whether the download of the blob is allowed.booleanWOPIServiceImpl.checkDownloadBlob(DocumentModel doc, String xpath, Blob blob) WOPIService.getActionURL(Blob blob, String action) Returns the WOPI action url given abloband anaction.WOPIServiceImpl.getActionURL(Blob blob, String action) protected StringWOPIServiceImpl.getExtension(Blob blob) WOPIService.getWOPIBlobInfo(Blob blob) Returns aWOPIBlobInfofor the given blob if it is supported by WOPI,nullotherwise.WOPIServiceImpl.getWOPIBlobInfo(Blob blob) protected static booleanHelpers.isExternalBlobProvider(Blob blob) Deprecated.since 11.1, useHelpers.supportsSync(org.nuxeo.ecm.core.api.Blob)(with opposite semantics) insteaddefault booleanWOPIService.isSupported(Blob blob) Returnstrueif the givenblobis supported by WOPI,falseotherwise.booleanWOPIServiceImpl.isSupported(Blob blob) protected static booleanHelpers.supportsSync(Blob blob) -
Uses of Blob in org.nuxeo.wopi.jaxrs
Fields in org.nuxeo.wopi.jaxrs declared as BlobMethods in org.nuxeo.wopi.jaxrs that return BlobModifier and TypeMethodDescriptionprotected BlobFilesEndpoint.createBlobFromRequestBody(String filename, String mimeType) Creates a new blob from the request body, given afilenameand an optionalmimeType.protected BlobWOPIRoot.getBlob(DocumentModel doc, String xpath) Methods in org.nuxeo.wopi.jaxrs with parameters of type BlobModifier and TypeMethodDescriptionprotected javax.ws.rs.core.ResponseFilesEndpoint.buildItemVersionResponse(String operation, Blob blob)
ExifToolProcessor.readMetadata(String, Blob, List)instead