Uses of Interface
org.nuxeo.ecm.core.api.Blob
-
-
Uses of Blob in org.nuxeo.binary.metadata.api
Methods in org.nuxeo.binary.metadata.api that return Blob Modifier and Type Method Description BlobBinaryMetadataProcessor. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)Write given metadata into given blob.BlobBinaryMetadataService. writeMetadata(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc)Write given metadata mapping id into a given binary with a Nuxeo default processor.BlobBinaryMetadataService. writeMetadata(String processorName, Blob blob, Map<String,Object> metadata, boolean ignorePrefix)Write given metadata into a given binary with a given processor.BlobBinaryMetadataService. writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc)Write given metadata mapping id into a given binary with a Nuxeo default processor.BlobBinaryMetadataService. 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 Blob Modifier and Type Method Description Map<String,Object>BinaryMetadataProcessor. readMetadata(Blob blob, boolean ignorePrefix)Read all metadata from a given blob.Map<String,Object>BinaryMetadataProcessor. readMetadata(Blob blob, List<String> metadata, boolean ignorePrefix)Read from a given blob given metadata map.Map<String,Object>BinaryMetadataService. readMetadata(String processorName, Blob blob, boolean ignorePrefix)Read and return metadata from a given binary with a given processor.Map<String,Object>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.Map<String,Object>BinaryMetadataService. readMetadata(Blob blob, boolean ignorePrefix)Read and return metadata from a given binary with Nuxeo default processor.Map<String,Object>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.BlobBinaryMetadataProcessor. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)Write given metadata into given blob.BlobBinaryMetadataService. writeMetadata(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc)Write given metadata mapping id into a given binary with a Nuxeo default processor.BlobBinaryMetadataService. writeMetadata(String processorName, Blob blob, Map<String,Object> metadata, boolean ignorePrefix)Write given metadata into a given binary with a given processor.BlobBinaryMetadataService. writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc)Write given metadata mapping id into a given binary with a Nuxeo default processor.BlobBinaryMetadataService. 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 Blob Modifier and Type Method Description protected BlobExifToolProcessor. getTemporaryBlob(Blob blob)Gets a new blob on a temporary file which is a copy of the blob's.BlobBinaryMetadataServiceImpl. writeMetadata(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc)BlobBinaryMetadataServiceImpl. writeMetadata(String processorName, Blob blob, Map<String,Object> metadata, boolean ignorePrefix)BlobBinaryMetadataServiceImpl. writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc)BlobBinaryMetadataServiceImpl. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)BlobExifToolProcessor. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)Methods in org.nuxeo.binary.metadata.internals with parameters of type Blob Modifier and Type Method Description protected 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.Map<String,Object>BinaryMetadataServiceImpl. readMetadata(String processorName, Blob blob, boolean ignorePrefix)Map<String,Object>BinaryMetadataServiceImpl. readMetadata(String processorName, Blob blob, List<String> metadataNames, boolean ignorePrefix)Map<String,Object>BinaryMetadataServiceImpl. readMetadata(Blob blob, boolean ignorePrefix)Map<String,Object>BinaryMetadataServiceImpl. readMetadata(Blob blob, List<String> metadataNames, boolean ignorePrefix)protected Map<String,Object>ExifToolProcessor. readMetadata(String command, Blob blob, List<String> metadata, boolean ignorePrefix)Map<String,Object>ExifToolProcessor. readMetadata(Blob blob, boolean ignorePrefix)Map<String,Object>ExifToolProcessor. readMetadata(Blob blob, List<String> metadata, boolean ignorePrefix)BlobBinaryMetadataServiceImpl. writeMetadata(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc)BlobBinaryMetadataServiceImpl. writeMetadata(String processorName, Blob blob, Map<String,Object> metadata, boolean ignorePrefix)BlobBinaryMetadataServiceImpl. writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc)BlobBinaryMetadataServiceImpl. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)BlobExifToolProcessor. 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 Blob Modifier and Type Method Description BlobWriteMetadataToBinaryFromContext. run(Blob blob)Methods in org.nuxeo.binary.metadata.internals.operations with parameters of type Blob Modifier and Type Method Description Map<String,Object>ReadMetadataFromBinary. run(Blob blob)voidReadMetadataFromBinaryToContext. run(Blob blob)BlobWriteMetadataToBinaryFromContext. run(Blob blob) -
Uses of Blob in org.nuxeo.drive.adapter
Methods in org.nuxeo.drive.adapter that return Blob Modifier and Type Method Description BlobFileItem. getBlob()Methods in org.nuxeo.drive.adapter with parameters of type Blob Modifier and Type Method Description default FileItemFolderItem. createFile(Blob blob)Deprecated.since 9.1, useFolderItem.createFile(Blob, boolean)insteadFileItemFolderItem. createFile(Blob blob, boolean overwrite)voidFileItem. setBlob(Blob blob) -
Uses of Blob in org.nuxeo.drive.adapter.impl
Methods in org.nuxeo.drive.adapter.impl that return Blob Modifier and Type Method Description BlobDocumentBackedFileItem. getBlob()protected BlobDocumentBackedFileItem. getBlob(BlobHolder blobHolder)protected BlobDocumentBackedFileItem. getBlob(DocumentModel doc)Methods in org.nuxeo.drive.adapter.impl with parameters of type Blob Modifier and Type Method Description FileItemAbstractVirtualFolderItem. createFile(Blob blob, boolean overwrite)FileItemCollectionSyncRootFolderItem. createFile(Blob blob, boolean overwrite)FileItemDocumentBackedFolderItem. 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.voidDocumentBackedFileItem. setBlob(Blob blob)protected 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 Blob Modifier and Type Method Description BlobNuxeoDriveAttachBlob. run(Blob blob)BlobNuxeoDriveCanMove. run()Deprecated.BlobNuxeoDriveCreateFile. run(Blob blob)BlobNuxeoDriveCreateFolder. run()BlobNuxeoDriveFileSystemItemExists. run()BlobNuxeoDriveGenerateConflictedItemName. run()Deprecated.BlobNuxeoDriveGetChangeSummary. run()BlobNuxeoDriveGetChildren. run()BlobNuxeoDriveGetClientUpdateInfo. run()Deprecated.BlobNuxeoDriveGetFileSystemItem. run()BlobNuxeoDriveGetTopLevelFolder. run()BlobNuxeoDriveMove. run()BlobNuxeoDriveRename. run()BlobNuxeoDriveScrollDescendants. run()BlobNuxeoDriveUpdateFile. run(Blob blob)protected BlobNuxeoDriveScrollDescendants. writeJSONBlob(ScrollFileSystemItemList scrollFSIList)Methods in org.nuxeo.drive.operations with parameters of type Blob Modifier and Type Method Description static voidNuxeoDriveOperationHelper. normalizeMimeTypeAndEncoding(Blob blob)BlobNuxeoDriveAttachBlob. run(Blob blob)BlobNuxeoDriveCreateFile. run(Blob blob)BlobNuxeoDriveUpdateFile. run(Blob blob) -
Uses of Blob in org.nuxeo.drive.operations.test
Methods in org.nuxeo.drive.operations.test that return Blob Modifier and Type Method Description BlobNuxeoDriveCreateTestDocuments. run(DocumentModel parent)BlobNuxeoDriveSetupIntegrationTests. run() -
Uses of Blob in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service with parameters of type Blob Modifier and Type Method Description default FileItemFileSystemItemManager. createFile(String parentId, Blob blob, NuxeoPrincipal principal)Deprecated.since 9.1, useFileSystemItemManager.createFile(String, Blob, NuxeoPrincipal, boolean)insteadFileItemFileSystemItemManager. 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.FileItemFileSystemItemManager. 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.FileItemFileSystemItemManager. 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 Blob Modifier and Type Method Description protected BlobDefaultFileSystemItemFactory. getBlob(DocumentModel doc)Methods in org.nuxeo.drive.service.impl with parameters of type Blob Modifier and Type Method Description FileItemFileSystemItemManagerImpl. createFile(String parentId, Blob blob, NuxeoPrincipal principal, boolean overwrite)FileItemFileSystemItemManagerImpl. updateFile(String id, String parentId, Blob blob, NuxeoPrincipal principal)FileItemFileSystemItemManagerImpl. 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 Blob Modifier and Type Method Description BlobHotReloadStudioSnapshot. hotReloadPackage(org.nuxeo.connect.data.DownloadablePackage remotePkg)protected static BlobHotReloadStudioSnapshot. jsonHelper(String status, String message, List<String> dependencies)BlobHotReloadStudioSnapshot. run() -
Uses of Blob in org.nuxeo.ecm.automation.core.collectors
Methods in org.nuxeo.ecm.automation.core.collectors with parameters of type Blob Modifier and Type Method Description voidBlobCollector. collect(OperationContext ctx, Blob obj) -
Uses of Blob in org.nuxeo.ecm.automation.core.io
Methods in org.nuxeo.ecm.automation.core.io that return Blob Modifier and Type Method Description BlobBlobJsonReader. read(com.fasterxml.jackson.databind.JsonNode jn) -
Uses of Blob in org.nuxeo.ecm.automation.core.mail
Fields in org.nuxeo.ecm.automation.core.mail declared as Blob Modifier and Type Field Description protected BlobBlobDataSource. blobMethod parameters in org.nuxeo.ecm.automation.core.mail with type arguments of type Blob Modifier and Type Method Description Mailer.MessageComposer. newMixedMessage(String templateContent, Object ctx, String textType, List<Blob> attachments)Constructors in org.nuxeo.ecm.automation.core.mail with parameters of type Blob Constructor Description BlobDataSource(Blob blob) -
Uses of Blob in org.nuxeo.ecm.automation.core.operations
Methods in org.nuxeo.ecm.automation.core.operations that return Blob Modifier and Type Method Description BlobFetchContextBlob. run(Blob blob)BlobRestoreBlobInput. run()BlobRestoreBlobInputFromScript. run()BlobRunInputScript. run(Blob blob)Methods in org.nuxeo.ecm.automation.core.operations with parameters of type Blob Modifier and Type Method Description BlobFetchContextBlob. run(Blob blob)BlobRunInputScript. run(Blob blob) -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.blob
Methods in org.nuxeo.ecm.automation.core.operations.blob that return Blob Modifier and Type Method Description protected BlobConcatenatePDFs. appendPDFs(org.apache.pdfbox.multipdf.PDFMergerUtility ut)BlobAttachBlob. run(Blob blob)BlobBlobToFile. run(Blob blob)BlobBlobToPDF. run(Blob blob)BlobBlobToPDF. run(DocumentModel doc)BlobBulkDownload. run(DocumentModelList docs)BlobConcatenatePDFs. run(BlobList blobs)BlobConcatenatePDFs. run(Blob blob)BlobConvertBlob. run(Blob blob)BlobConvertBlob. run(DocumentModel doc)BlobCreateBlob. run()BlobCreateZip. run(BlobList blobs)BlobCreateZip. run(Blob blob)BlobGetDocumentBlob. run(DocumentModel doc)BlobPostBlob. run(Blob blob)BlobRunConverter. run(Blob blob)Methods in org.nuxeo.ecm.automation.core.operations.blob with parameters of type Blob Modifier and Type Method Description protected voidConcatenatePDFs. checkPdf(Blob blob)Check if blob is a pdf.BlobAttachBlob. run(Blob blob)BlobBlobToFile. run(Blob blob)BlobBlobToPDF. run(Blob blob)BlobConcatenatePDFs. run(Blob blob)BlobConvertBlob. run(Blob blob)BlobCreateZip. run(Blob blob)BlobPostBlob. run(Blob blob)BlobRunConverter. run(Blob blob)protected voidBlobToFile. writeFile(Blob blob) -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.collections
Methods in org.nuxeo.ecm.automation.core.operations.collections that return Blob Modifier and Type Method Description BlobSuggestCollectionEntry. run() -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.document
Fields in org.nuxeo.ecm.automation.core.operations.document declared as Blob Modifier and Type Field Description protected BlobSetDocumentBlob. blob -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.execution
Methods in org.nuxeo.ecm.automation.core.operations.execution that return Blob Modifier and Type Method Description BlobRunFileChain. run(Blob blob)Methods in org.nuxeo.ecm.automation.core.operations.execution with parameters of type Blob Modifier and Type Method Description BlobRunFileChain. run(Blob blob) -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.management
Methods in org.nuxeo.ecm.automation.core.operations.management that return Blob Modifier and Type Method Description BlobGetCounters. run()Deprecated. -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.notification
Method parameters in org.nuxeo.ecm.automation.core.operations.notification with type arguments of type Blob Modifier and Type Method Description protected voidSendMail. getBlob(Object o, List<Blob> blobs) -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.services
Methods in org.nuxeo.ecm.automation.core.operations.services that return Blob Modifier and Type Method Description BlobAuditQuery. run()BlobGetActions. run()BlobGetActions. run(DocumentModel currentDocument)BlobGetDirectoryEntries. run()BlobGetDirectoryEntries. run(DocumentModel doc)Methods in org.nuxeo.ecm.automation.core.operations.services with parameters of type Blob Modifier and Type Method Description DocumentModelBlobHolderAttach. run(Blob blob)DocumentModelFileManagerImport. run(Blob blob)DocumentModelFileManagerImportWithProperties. run(Blob blob) -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.services.directory
Methods in org.nuxeo.ecm.automation.core.operations.services.directory that return Blob Modifier and Type Method Description BlobCreateDirectoryEntries. run()BlobDeleteDirectoryEntries. run()BlobReadDirectoryEntries. run()BlobSuggestDirectoryEntries. run()BlobUpdateDirectoryEntries. run()Methods in org.nuxeo.ecm.automation.core.operations.services.directory with parameters of type Blob Modifier and Type Method Description voidLoadFromCSV. run(Blob dataBlob) -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.services.workmanager
Methods in org.nuxeo.ecm.automation.core.operations.services.workmanager that return Blob Modifier and Type Method Description BlobWorkManagerRunWorkInFailure. run() -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.stack
Methods in org.nuxeo.ecm.automation.core.operations.stack that return Blob Modifier and Type Method Description BlobPopBlob. run()BlobPullBlob. run()BlobPushBlob. run(Blob blob)Methods in org.nuxeo.ecm.automation.core.operations.stack with parameters of type Blob Modifier and Type Method Description BlobPushBlob. run(Blob blob) -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.users
Methods in org.nuxeo.ecm.automation.core.operations.users that return Blob Modifier and Type Method Description protected BlobQueryUsers. buildResponse(List<DocumentModel> users)BlobQueryUsers. run()BlobSuggestUserEntries. run() -
Uses of Blob in org.nuxeo.ecm.automation.core.rendering.operations
Methods in org.nuxeo.ecm.automation.core.rendering.operations that return Blob Modifier and Type Method Description BlobRenderDocument. run(DocumentModel doc)BlobRenderDocumentFeed. run(DocumentModelList docs) -
Uses of Blob in org.nuxeo.ecm.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util that return Blob Modifier and Type Method Description static BlobComplexTypeJSONDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)BlobJSONBlobDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)BlobJSONManagedBlobDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)BlobJSONObjectBlobDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)BlobJSONStringBlobDecoder. 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 Blob Modifier and Type Method Description static voidDocumentHelper. addBlob(Property p, Blob blob)Given 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 Blob Constructor Description BlobList(Blob blob)Constructor parameters in org.nuxeo.ecm.automation.core.util with type arguments of type Blob Constructor Description BlobList(List<Blob> blobs) -
Uses of Blob in org.nuxeo.ecm.automation.core.work
Method parameters in org.nuxeo.ecm.automation.core.work with type arguments of type Blob Modifier and Type Method Description protected 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 Modifier and Type Method Description BlobElasticsearchBulkIndexOperation. run()BlobElasticsearchBulkIndexOperation. run(String nxql) -
Uses of Blob in org.nuxeo.ecm.automation.features
Methods in org.nuxeo.ecm.automation.features that return Blob Modifier and Type Method Description BlobHTTPHelper. call(String username, String password, String requestType, String path)BlobHTTPHelper. call(String username, String password, String requestType, String path, com.sun.jersey.multipart.MultiPart mp)BlobHTTPHelper. call(String username, String password, String requestType, String path, com.sun.jersey.multipart.MultiPart mp, Map<String,String> headers)BlobHTTPHelper. call(String username, String password, String requestType, String path, Object data)BlobHTTPHelper. call(String username, String password, String requestType, String path, Object data, Map<String,String> headers)BlobHTTPHelper. 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)BlobHTTPHelper. call(String username, String password, String requestType, String path, Map<String,String> headers)BlobHTTPHelper. call(String username, String password, String requestType, String path, javax.ws.rs.core.MultivaluedMap<String,String> queryParams)BlobHTTPHelper. delete(String url, Object data, Map<String,Object> options)BlobHTTPHelper. get(String url, Map<String,Object> options)BlobHTTPHelper. post(String url, com.sun.jersey.multipart.MultiPart multiPart, Map<String,Object> options)BlobHTTPHelper. post(String url, Object data, Map<String,Object> options)BlobHTTPHelper. put(String url, com.sun.jersey.multipart.MultiPart multiPart, Map<String,Object> options)BlobHTTPHelper. put(String url, Object data, 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 Blob Modifier and Type Method Description voidMultipartBlobs. addBlob(Blob blob)Method parameters in org.nuxeo.ecm.automation.jaxrs.io.documents with type arguments of type Blob Modifier and Type Method Description voidMultipartBlobs. addBlobs(List<Blob> blobs)Constructor parameters in org.nuxeo.ecm.automation.jaxrs.io.documents with type arguments of type Blob Constructor Description MultipartBlobs(List<Blob> blobs) -
Uses of Blob in org.nuxeo.ecm.automation.jaxrs.io.operations
Methods in org.nuxeo.ecm.automation.jaxrs.io.operations that return Blob Modifier and Type Method Description static BlobBlobInputResolver. blobFromKey(String key)BlobBlobInputResolver. getInput(String content)static BlobMultiPartFormRequestReader. readBlob(javax.servlet.http.HttpServletRequest request, javax.mail.BodyPart part)static BlobMultiPartRequestReader. readBlob(javax.servlet.http.HttpServletRequest request, javax.mail.BodyPart part)Deprecated. -
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 Modifier and Type Method Description static javax.ws.rs.core.ResponseResponseHelper. blobs(List<Blob> blobs)static javax.ws.rs.core.ResponseResponseHelper. blobs(List<Blob> blobs, int httpStatus) -
Uses of Blob in org.nuxeo.ecm.automation.server.jaxrs.batch
Fields in org.nuxeo.ecm.automation.server.jaxrs.batch declared as Blob Modifier and Type Field Description protected BlobBatchFileEntry. blobprotected BlobBatchFileEntry. chunkedBlobMethods in org.nuxeo.ecm.automation.server.jaxrs.batch that return Blob Modifier and Type Method Description protected BlobBatchManagerComponent. getBatchBlob(String batchId, String fileIndex)BlobBatch. getBlob(String index)BlobBatchFileEntry. getBlob()BlobBatchManager. getBlob(String batchId, String fileIndex)BlobBatchManager. getBlob(String batchId, String fileIndex, int timeoutS)BlobBatchManagerComponent. getBlob(String batchId, String fileIndex)BlobBatchManagerComponent. getBlob(String batchId, String fileIndex, int timeoutS)BlobJSONBatchBlobDecoder. 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 Blob Modifier and Type Method Description List<Blob>Batch. getBlobs()Returns the uploaded blobs in the order the user chose to upload them.List<Blob>BatchManager. getBlobs(String batchId)Gets Blobs associated to a given batch.List<Blob>BatchManager. getBlobs(String batchId, int timeoutS)Gets Blobs associated to a given batch.List<Blob>BatchManagerComponent. getBlobs(String batchId)List<Blob>BatchManagerComponent. getBlobs(String batchId, int timeoutS)Methods in org.nuxeo.ecm.automation.server.jaxrs.batch with parameters of type Blob Modifier and Type Method Description voidBatchManager. 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.voidBatchManager. addBlob(String batchId, String index, Blob blob, String name, String mime)Adds a blob to a batch.voidBatchManagerComponent. addBlob(String batchId, String index, Blob blob, int chunkCount, int chunkIndex, String name, String mime, long fileSize)voidBatchManagerComponent. addBlob(String batchId, String index, Blob blob, String name, String mime)StringBatch. 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.StringBatchFileEntry. addChunk(int index, Blob blob)StringBatch. addFile(String index, Blob blob, String name, String mime)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 Blob Constructor Description BatchFileEntry(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 Modifier and Type Method Description BlobGetUserTasks. run()BlobUserTaskPageProviderOperation. run() -
Uses of Blob in org.nuxeo.ecm.blob
Methods in org.nuxeo.ecm.blob that return Blob Modifier and Type Method Description BlobAbstractCloudBinaryManager. readBlob(BlobInfo blobInfo)Methods in org.nuxeo.ecm.blob with parameters of type Blob Modifier and Type Method Description protected StringAbstractCloudBinaryManager. getContentDispositionHeader(Blob blob, javax.servlet.http.HttpServletRequest servletRequest)protected StringAbstractCloudBinaryManager. getContentTypeHeader(Blob blob)StringAbstractCloudBinaryManager. writeBlob(Blob blob) -
Uses of Blob in org.nuxeo.ecm.blob.azure
Methods in org.nuxeo.ecm.blob.azure with parameters of type Blob Modifier and Type Method Description protected StringAzureBinaryManager. getContentDispositionHeader(Blob blob, javax.servlet.http.HttpServletRequest servletRequest) -
Uses of Blob in org.nuxeo.ecm.blob.s3
Methods in org.nuxeo.ecm.blob.s3 with parameters of type Blob Modifier and Type Method Description protected StringS3BlobStore. copyBlob(Blob blob)Copies the blob as a direct S3 operation, if possible.protected StringS3BlobProvider. getContentDispositionHeader(Blob blob)protected StringS3BlobProvider. getContentTypeHeader(Blob blob) -
Uses of Blob in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return Blob Modifier and Type Method Description static 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 with type parameters of type Blob Modifier and Type Field Description protected List<Blob>DocumentBlobHolder. blobListprotected List<Blob>SimpleBlobHolder. blobsMethods in org.nuxeo.ecm.core.api.blobholder that return Blob Modifier and Type Method Description abstract BlobAbstractBlobHolder. getBlob()BlobBlobHolder. getBlob()Returns the Blob held inside the object.BlobDocumentBlobHolder. getBlob()BlobDocumentStringBlobHolder. getBlob()BlobSimpleBlobHolder. getBlob()BlobBlobHolderAdapterComponent. getExternalBlobForUri(String uri)BlobBlobHolderAdapterService. 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 Blob Modifier and Type Method Description List<Blob>AbstractBlobHolder. getBlobs()List<Blob>BlobHolder. getBlobs()Returns a list of blobs, if holder implementation supports multiple blobs.List<Blob>DocumentBlobHolder. getBlobs()List<Blob>SimpleBlobHolder. getBlobs()Methods in org.nuxeo.ecm.core.api.blobholder with parameters of type Blob Modifier and Type Method Description voidAbstractBlobHolder. setBlob(Blob blob)voidBlobHolder. setBlob(Blob blob)Sets a blob in the object.voidDocumentBlobHolder. setBlob(Blob blob)voidDocumentStringBlobHolder. setBlob(Blob blob)voidSimpleBlobHolder. setBlob(Blob blob)Method parameters in org.nuxeo.ecm.core.api.blobholder with type arguments of type Blob Modifier and Type Method Description protected voidSimpleBlobHolder. init(List<Blob> blobs)Constructors in org.nuxeo.ecm.core.api.blobholder with parameters of type Blob Constructor Description SimpleBlobHolder(Blob blob)SimpleBlobHolderWithProperties(Blob blob, Map<String,Serializable> properties)Constructor parameters in org.nuxeo.ecm.core.api.blobholder with type arguments of type Blob Constructor Description DocumentBlobHolder(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 Modifier and Type Method Description BlobExternalBlobAdapter. getBlob(String uri)Retrieves the blob for given uri.BlobFileSystemExternalBlobAdapter. getBlob(String uri) -
Uses of Blob in org.nuxeo.ecm.core.api.impl.blob
Classes in org.nuxeo.ecm.core.api.impl.blob that implement Blob Modifier and Type Class Description classAbstractBlobAbstract implementation of aBlobstoring the information other than the byte stream.classAsyncBlobDeprecated.since 10.3, use the @async operation adapter instead.classBlobWrapperWraps an existingBlobto allow setting a different filename.classByteArrayBlobBlob based on a byte array.classFileBlobclassJSONBlobBlob holding a JSON string.classStringBlobBlob based on a string.classURLBlobBlob backed by a URL.classZipEntryBlobABlobbacked by an entry in a ZIP file.Fields in org.nuxeo.ecm.core.api.impl.blob declared as Blob Modifier and Type Field Description protected BlobBlobWrapper. blobprotected BlobZipEntryBlob. zipBlobMethods in org.nuxeo.ecm.core.api.impl.blob with parameters of type Blob Modifier and Type Method Description protected booleanAbstractBlob. equalsStream(Blob other)static ZipEntryBlob.ZipEntryInputStreamZipEntryBlob.ZipEntryInputStream. of(Blob zipBlob, String entryName)Factory for aZipEntryBlob.ZipEntryInputStream.Constructors in org.nuxeo.ecm.core.api.impl.blob with parameters of type Blob Constructor Description BlobWrapper(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 Blob Modifier and Type Method Description static BlobExternalBlobProperty. getBlobFromMap(Map<String,Object> mapValue)Methods in org.nuxeo.ecm.core.api.model.impl.primitives with parameters of type Blob Modifier and Type Method Description static Map<String,Serializable>ExternalBlobProperty. getMapFromBlob(Blob blob)Map<String,Serializable>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 Blob Modifier and Type Method Description BlobThumbnail. computeThumbnail(CoreSession session)BlobThumbnailAdapter. computeThumbnail(CoreSession session)BlobThumbnailFactory. computeThumbnail(DocumentModel doc, CoreSession session)BlobThumbnailService. computeThumbnail(DocumentModel doc, CoreSession session)Compute the thumbnail (related to the document type/facet)BlobThumbnailServiceImpl. computeThumbnail(DocumentModel doc, CoreSession session)BlobThumbnail. getThumbnail(CoreSession session)BlobThumbnailAdapter. getThumbnail(CoreSession session)BlobThumbnailFactory. getThumbnail(DocumentModel doc, CoreSession session)BlobThumbnailService. getThumbnail(DocumentModel doc, CoreSession session)Get the document thumbnail (related to the doc type/facet)BlobThumbnailServiceImpl. getThumbnail(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.core.blob
Subinterfaces of Blob in org.nuxeo.ecm.core.blob Modifier and Type Interface Description interfaceManagedBlobInterface forBlobs created and managed by theBlobManager.Classes in org.nuxeo.ecm.core.blob that implement Blob Modifier and Type Class Description classSimpleManagedBlobSimple managed blob implementation holding just a key and delegating to its provider for implementation.Fields in org.nuxeo.ecm.core.blob declared as Blob Modifier and Type Field Description BlobBlobContext. blobMethods in org.nuxeo.ecm.core.blob that return Blob Modifier and Type Method Description BlobBlobProvider. readBlob(BlobInfo blobInfo)Reads aBlobfrom storage.default BlobBlobProvider. readBlob(BlobInfoContext blobInfoContext)Reads aBlobfrom storage.BlobBlobStoreBlobProvider. readBlob(BlobInfo blobInfo)BlobDocumentBlobManager. readBlob(BlobInfo blobInfo, String repositoryName)Deprecated.since 11.1, useDocumentBlobManager.readBlob(BlobInfo, Document, String)insteadBlobDocumentBlobManager. readBlob(BlobInfo blobInfo, Document doc, String xpath)Reads aBlobfrom storage.BlobDocumentBlobManagerComponent. readBlob(BlobInfo blobInfo, String repositoryName)Deprecated.since 11.1, useDocumentBlobManagerComponent.readBlob(BlobInfo, Document, String)insteadBlobDocumentBlobManagerComponent. readBlob(BlobInfo blobInfo, Document doc, String xpath)Reads aBlobfrom storage.protected BlobDocumentBlobManagerComponent. readBlob(BlobInfo blobInfo, Document doc, String xpath, String repositoryName)BlobFilesystemBlobProvider. readBlob(BlobInfo blobInfo)Methods in org.nuxeo.ecm.core.blob with parameters of type Blob Modifier and Type Method Description protected voidBlobStoreBlobProvider. fixupDigest(Blob blob, String key)Fixup of the blob's digest, if possible.Map<String,URI>BlobManager. getAvailableConversions(Blob blob, BlobManager.UsageHint hint)Gets a map of available MIME type conversions and correspondingURIfor a blob.Map<String,URI>BlobManagerComponent. getAvailableConversions(Blob blob, BlobManager.UsageHint hint)default BlobDispatcher.BlobDispatchBlobDispatcher. getBlobProvider(Document doc, Blob blob)Deprecated.since 9.1, useBlobDispatcher.getBlobProvider(Document, Blob, String)insteadBlobDispatcher.BlobDispatchBlobDispatcher. 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.BlobProviderBlobManager. getBlobProvider(Blob blob)Gets the blob provider for the given blob.BlobProviderBlobManagerComponent. getBlobProvider(Blob blob)BlobDispatcher.BlobDispatchDefaultBlobDispatcher. getBlobProvider(Document doc, Blob blob, String xpath)InputStreamDocumentBlobManager. getConvertedStream(Blob blob, String mimeType, DocumentModel doc)Gets anInputStreamfor a conversion to the given MIME type.InputStreamDocumentBlobManagerComponent. getConvertedStream(Blob blob, String mimeType, DocumentModel doc)protected DocumentBlobProviderDocumentBlobManagerComponent. getDocumentBlobProvider(Blob blob)FileBlobManager. getFile(Blob blob)Deprecated.since 11.1, usegetFile()insteadFileBlobManagerComponent. getFile(Blob blob)Deprecated.protected StringDefaultBlobDispatcher. getProviderId(Document doc, Blob blob, String blobXPath)InputStreamBlobManager. getStream(Blob blob)Deprecated.since 11.1, usegetStream()insteadInputStreamBlobManagerComponent. getStream(Blob blob)Deprecated.InputStreamBlobManager. getThumbnail(Blob blob)Gets anInputStreamfor a thumbnail of a blob.InputStreamBlobManagerComponent. getThumbnail(Blob blob)URIBlobManager. getURI(Blob blob, BlobManager.UsageHint hint, javax.servlet.http.HttpServletRequest servletRequest)Gets anURIfor the content of a blob.URIBlobManagerComponent. getURI(Blob blob, BlobManager.UsageHint hint, javax.servlet.http.HttpServletRequest servletRequest)protected ObjectDefaultBlobDispatcher. getValue(Document doc, Blob blob, String blobXPath, DefaultBlobDispatcher.Clause clause)StringBlobProvider. writeBlob(Blob blob)Writes aBlobto storage and returns information about it.StringBlobStoreBlobProvider. writeBlob(Blob blob)StringDocumentBlobManager. writeBlob(Blob blob, Document doc, String xpath)Writes aBlobto storage and returns its key.StringDocumentBlobManagerComponent. writeBlob(Blob blob, Document doc, String xpath)Writes aBlobto storage and returns its key.StringFilesystemBlobProvider. writeBlob(Blob blob)Constructors in org.nuxeo.ecm.core.blob with parameters of type Blob Constructor Description BlobContext(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 Blob Modifier and Type Class Description classBinaryBlobMethods in org.nuxeo.ecm.core.blob.binary that return Blob Modifier and Type Method Description BlobBinaryBlobProvider. readBlob(BlobInfo blobInfo)Methods in org.nuxeo.ecm.core.blob.binary with parameters of type Blob Modifier and Type Method Description protected booleanBinaryBlob. equalsStream(Blob blob)BinaryAbstractBinaryManager. getBinary(Blob blob)BinaryBinaryManager. getBinary(Blob blob)Saves the given blob into aBinary.BinaryDefaultBinaryManager. getBinary(Blob blob)StringBinaryBlobProvider. writeBlob(Blob blob) -
Uses of Blob in org.nuxeo.ecm.core.bulk.action.computation
Methods in org.nuxeo.ecm.core.bulk.action.computation that return Blob Modifier and Type Method Description BlobAbstractTransientBlobComputation. getBlob(String key, String storeName)protected BlobSortBlob. sort(Blob blob, String commandId)Methods in org.nuxeo.ecm.core.bulk.action.computation with parameters of type Blob Modifier and Type Method Description protected BlobSortBlob. sort(Blob blob, String commandId)protected voidAbstractTransientBlobComputation. storeBlob(Blob blob, String commandId, String storeName) -
Uses of Blob in org.nuxeo.ecm.core.convert.api
Methods in org.nuxeo.ecm.core.convert.api that return Blob Modifier and Type Method Description BlobConversionService. convertBlobToPDF(Blob blob)Deprecated.since 9.2, useConversionService.convertToMimeType(String, BlobHolder, Map)with the PDF mimetype as destination insteadMethods in org.nuxeo.ecm.core.convert.api with parameters of type Blob Modifier and Type Method Description protected voidConversionException. addInfo(Blob blob)BlobConversionService. convertBlobToPDF(Blob blob)Deprecated.since 9.2, useConversionService.convertToMimeType(String, BlobHolder, Map)with the PDF mimetype as destination insteadConstructors in org.nuxeo.ecm.core.convert.api with parameters of type Blob Constructor Description ConversionException(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 Blob Modifier and Type Method Description protected 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 Blob Constructor Description SimpleCachableBlobHolder(Blob blob)Constructor parameters in org.nuxeo.ecm.core.convert.cache with type arguments of type Blob Constructor Description SimpleCachableBlobHolder(List<Blob> blobs) -
Uses of Blob in org.nuxeo.ecm.core.convert.plugins.text.extractors
Methods in org.nuxeo.ecm.core.convert.plugins.text.extractors that return Blob Modifier and Type Method Description protected BlobRFC822ToTextConverter. extractTextFromMessage(Blob blob)Methods in org.nuxeo.ecm.core.convert.plugins.text.extractors with parameters of type Blob Modifier and Type Method Description protected StringXML2TextConverter. convert(Blob blob)protected BlobRFC822ToTextConverter. extractTextFromMessage(Blob blob) -
Uses of Blob in org.nuxeo.ecm.core.convert.service
Methods in org.nuxeo.ecm.core.convert.service that return Blob Modifier and Type Method Description BlobConversionServiceImpl. convertBlobToPDF(Blob blob)Deprecated.protected 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 Blob Modifier and Type Method Description protected voidConversionServiceImpl. adjustBlobName(String filename, Blob blob, String mimeType)BlobConversionServiceImpl. convertBlobToPDF(Blob blob)Deprecated.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 Modifier and Type Method Description protected static BlobConversionServiceImpl. replaceURLsByAbsolutePaths(Blob blob, Path tempDirectory, Function<String,Blob> blobResolver)Replace the image URLs of an HTML blob by absolute local paths. -
Uses of Blob in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return Blob Modifier and Type Method Description BlobExportedDocument. getBlob(String id)BlobExportedDocument. removeBlob(String id)Methods in org.nuxeo.ecm.core.io that return types with arguments of type Blob Modifier and Type Method Description Map<String,Blob>ExportedDocument. getBlobs()Methods in org.nuxeo.ecm.core.io with parameters of type Blob Modifier and Type Method Description voidExportedDocument. putBlob(String id, Blob blob) -
Uses of Blob in org.nuxeo.ecm.core.io.download
Fields in org.nuxeo.ecm.core.io.download declared as Blob Modifier and Type Field Description protected BlobDownloadService.DownloadContext. blobprotected BlobDownloadService.DownloadContext.Builder. blobMethods in org.nuxeo.ecm.core.io.download that return Blob Modifier and Type Method Description BlobDownloadService.DownloadContext. getBlob()BlobDownloadService. resolveBlob(DocumentModel doc)Finds a document's blob.BlobDownloadService. resolveBlob(DocumentModel doc, String xpath)Finds a document's blob given an xpath or blobholder indexBlobDownloadServiceImpl. resolveBlob(DocumentModel doc)BlobDownloadServiceImpl. resolveBlob(DocumentModel doc, String xpath)BlobDownloadService. 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).BlobDownloadServiceImpl. resolveBlobFromDownloadUrl(String downloadURL)Methods in org.nuxeo.ecm.core.io.download with parameters of type Blob Modifier and Type Method Description DownloadService.DownloadContext.BuilderDownloadService.DownloadContext.Builder. blob(Blob blob)The 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.StringDownloadService. getFullDownloadUrl(DocumentModel doc, String xpath, Blob blob, String baseUrl)Gets the full download URL (after redirects if configured so) for the given blob.StringDownloadServiceImpl. getFullDownloadUrl(DocumentModel doc, String xpath, Blob blob, String baseUrl)URIDefaultRedirectResolver. getURI(Blob blob, BlobManager.UsageHint usage, javax.servlet.http.HttpServletRequest request)URIRedirectResolver. 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 Blob Modifier and Type Method Description StringDownloadService. storeBlobs(List<Blob> blobs)Stores the blobs for later download.StringDownloadServiceImpl. storeBlobs(List<Blob> blobs)Stores the blobs for later download.Constructors in org.nuxeo.ecm.core.io.download with parameters of type Blob Constructor Description DownloadContext(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 Blob Modifier and Type Field Description protected Map<String,Blob>ExportedDocumentImpl. blobsMethods in org.nuxeo.ecm.core.io.impl that return Blob Modifier and Type Method Description BlobExportedDocumentImpl. getBlob(String blobId)BlobExportedDocumentImpl. removeBlob(String blobId)Methods in org.nuxeo.ecm.core.io.impl that return types with arguments of type Blob Modifier and Type Method Description Map<String,Blob>ExportedDocumentImpl. getBlobs()Methods in org.nuxeo.ecm.core.io.impl with parameters of type Blob Modifier and Type Method Description voidExportedDocumentImpl. putBlob(String blobId, Blob blob)protected voidExportedDocumentImpl. readBlob(org.dom4j.Element element, ComplexType ctype, Blob blob, boolean inlineBlobs) -
Uses of Blob in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that return Blob Modifier and Type Method Description BlobDocument.BlobAccessor. getBlob()Gets the blob.Methods in org.nuxeo.ecm.core.model with parameters of type Blob Modifier and Type Method Description voidDocument.BlobAccessor. setBlob(Blob blob)Sets the blob. -
Uses of Blob in org.nuxeo.ecm.core.opencmis.impl.server
Fields in org.nuxeo.ecm.core.opencmis.impl.server declared as Blob Modifier and Type Field Description protected BlobNuxeoContentStream. blobMethods in org.nuxeo.ecm.core.opencmis.impl.server that return Blob Modifier and Type Method Description protected 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 Blob Modifier and Type Method Description static 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.redis.contribs
Methods in org.nuxeo.ecm.core.redis.contribs that return types with arguments of type Blob Modifier and Type Method Description List<Blob>RedisTransientStore. getBlobs(String key) -
Uses of Blob in org.nuxeo.ecm.core.storage
Fields in org.nuxeo.ecm.core.storage declared as Blob Modifier and Type Field Description BlobBaseDocument.BlobWriteInfo. blobMethods in org.nuxeo.ecm.core.storage that return Blob Modifier and Type Method Description BlobBaseDocument.StateBlobAccessor. getBlob()protected BlobBaseDocument. getValueBlob(T state, String xpath)Methods in org.nuxeo.ecm.core.storage with parameters of type Blob Modifier and Type Method Description protected 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.voidBaseDocument.StateBlobAccessor. setBlob(Blob blob)protected voidBaseDocument. setValueBlob(T state, Blob blob, String xpath)Constructors in org.nuxeo.ecm.core.storage with parameters of type Blob Constructor Description BlobWriteInfo(T state, Blob blob, String xpath) -
Uses of Blob in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb that return Blob Modifier and Type Method Description BlobGridFSBinaryManager. readBlob(BlobInfo blobInfo)Methods in org.nuxeo.ecm.core.storage.mongodb with parameters of type Blob Modifier and Type Method Description BinaryGridFSBinaryManager. getBinary(Blob blob)StringGridFSBinaryManager. writeBlob(Blob blob) -
Uses of Blob in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Blob Modifier and Type Method Description StringS3BinaryManager. writeBlob(Blob blob) -
Uses of Blob in org.nuxeo.ecm.core.transientstore
Methods in org.nuxeo.ecm.core.transientstore that return types with arguments of type Blob Modifier and Type Method Description abstract List<Blob>AbstractTransientStore. getBlobs(String key)List<Blob>SimpleTransientStore. getBlobs(String key)protected List<Blob>AbstractTransientStore. loadBlobs(List<Map<String,String>> blobInfos)Method parameters in org.nuxeo.ecm.core.transientstore with type arguments of type Blob Modifier and Type Method Description protected longAbstractTransientStore. getSizeOfBlobs(List<Blob> blobs)voidAbstractTransientStore. putBlobs(String key, List<Blob> blobs)protected List<Map<String,String>>AbstractTransientStore. storeBlobs(String key, List<Blob> blobs) -
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 Blob Modifier and Type Method Description List<Blob>TransientStore. getBlobs(String key)Gets the blobs associated with the entry with the givenkey.Method parameters in org.nuxeo.ecm.core.transientstore.api with type arguments of type Blob Modifier and Type Method Description voidTransientStore. putBlobs(String key, List<Blob> blobs)Associates the givenblobswith the entry with the givenkey. -
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 Blob Modifier and Type Method Description List<Blob>KeyValueBlobTransientStore. getBlobs(String key)Method parameters in org.nuxeo.ecm.core.transientstore.keyvalueblob with type arguments of type Blob Modifier and Type Method Description voidKeyValueBlobTransientStore. putBlobs(String key, List<Blob> blobs) -
Uses of Blob in org.nuxeo.ecm.core.utils
Methods in org.nuxeo.ecm.core.utils that return Blob Modifier and Type Method Description static BlobBlobUtils. zip(List<Blob> blobs, String fileName)Zip a list of blob.static BlobBlobUtils. zip(Blob blob, String filename)Zip the given blob.Methods in org.nuxeo.ecm.core.utils that return types with arguments of type Blob Modifier and Type Method Description List<Blob>BlobsExtractor. getBlobs(DocumentModel doc)Gets the blobs of the document.Methods in org.nuxeo.ecm.core.utils with parameters of type Blob Modifier and Type Method Description protected static StringBlobUtils. getFileName(Blob blob)static BlobBlobUtils. zip(Blob blob, String filename)Zip 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 Modifier and Type Method Description static BlobBlobUtils. zip(List<Blob> blobs, String fileName)Zip a list of blob.protected static voidBlobUtils. zip(List<Blob> blobs, ZipOutputStream out) -
Uses of Blob in org.nuxeo.ecm.csv.core
Methods in org.nuxeo.ecm.csv.core that return Blob Modifier and Type Method Description protected BlobCSVImporterWork. createBlobFromFilePath(String fileRelativePath)Creates aBlobfrom a relative file path.protected BlobCSVImporterWork. createBlobFromStringBlob(Blob stringBlob)Creates aBlobfrom aStringBlob.Methods in org.nuxeo.ecm.csv.core with parameters of type Blob Modifier and Type Method Description protected static StringCSVImportId. computeDigest(Blob blob)static StringCSVImportId. create(String repositoryName, String path, Blob blob)protected BlobCSVImporterWork. createBlobFromStringBlob(Blob stringBlob)Creates aBlobfrom aStringBlob.StringCSVImporter. launchImport(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options)StringCSVImporterImpl. launchImport(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options)protected BufferedReaderCSVImporterWork. newReader(Blob blob)Constructors in org.nuxeo.ecm.csv.core with parameters of type Blob Constructor Description CSVImporterWork(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 Modifier and Type Method Description StringCSVImportOperation. importCSV(Blob blob) -
Uses of Blob in org.nuxeo.ecm.directory
Methods in org.nuxeo.ecm.directory that return Blob Modifier and Type Method Description protected static BlobDirectoryCSVLoader. createBlob(String dataFileName)Methods in org.nuxeo.ecm.directory with parameters of type Blob Modifier and Type Method Description static 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 Blob Modifier and Type Method Description voidDirectoryService. 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 Blob Modifier and Type Method Description BlobJSONLiveConnectBlobDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)Deprecated.BlobAbstractLiveConnectBlobProvider. readBlob(BlobInfo blobInfo)Should be overriden by subclasses needing something different.BlobLiveConnectBlobProvider. toBlob(LiveConnectFileInfo fileInfo)Methods in org.nuxeo.ecm.liveconnect.core with parameters of type Blob Modifier and Type Method Description StringAbstractLiveConnectBlobProvider. writeBlob(Blob blob)Should be overriden by subclasses needing something different. -
Uses of Blob in org.nuxeo.ecm.liveconnect.google.drive
Methods in org.nuxeo.ecm.liveconnect.google.drive that return Blob Modifier and Type Method Description protected 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 Blob Modifier and Type Method Description protected 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 Blob Modifier and Type Method Description protected BlobGoogleDriveBlobConverter. convert(Blob blob, DocumentModel doc)Methods in org.nuxeo.ecm.liveconnect.google.drive.converter with parameters of type Blob Modifier and Type Method Description protected 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 Blob Modifier and Type Method Description BlobThumbnailAudioFactory. computeThumbnail(DocumentModel doc, CoreSession session)BlobThumbnailAudioFactory. getThumbnail(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.platform.convert
Methods in org.nuxeo.ecm.platform.convert that return Blob Modifier and Type Method Description protected BlobConvertHelper. applyConverter(Blob blob, String converter, String destMimeType, Map<String,Serializable> params)BlobConvertHelper. convertBlob(Blob blob, String mimeType)BlobConvertHelper. convertBlob(Blob blob, String mimeType, Map<String,Serializable> params)Methods in org.nuxeo.ecm.platform.convert with parameters of type Blob Modifier and Type Method Description protected BlobConvertHelper. applyConverter(Blob blob, String converter, String destMimeType, Map<String,Serializable> params)BlobConvertHelper. convertBlob(Blob blob, String mimeType)BlobConvertHelper. 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 Blob Modifier and Type Field Description protected BlobZipCachableBlobHolder. zipBlobDeprecated.Methods in org.nuxeo.ecm.platform.convert.plugins that return Blob Modifier and Type Method Description protected BlobUTF8CharsetConverter. convert(Blob blob)protected BlobZip2HtmlConverter. createIndexBlob(String title, List<String> names)protected BlobZipCachableBlobHolder. createIndexBlob()Deprecated.BlobZipCachableBlobHolder. getBlob()Deprecated.BlobZipCachableBlobHolder. getBlob(String path)Deprecated.Methods in org.nuxeo.ecm.platform.convert.plugins that return types with arguments of type Blob Modifier and Type Method Description List<Blob>ZipCachableBlobHolder. getBlobs()Deprecated.protected abstract Map<String,Blob>CommandLineBasedConverter. getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)Extracts BlobParameters.protected Map<String,Blob>CommandLineConverter. getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)protected Map<String,Blob>Image2PDFConverter. getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)protected Map<String,Blob>PDF2HtmlConverter. getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)protected Map<String,Blob>PDF2ImageConverter. getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)protected Map<String,Blob>WordPerfect2TextConverter. getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)protected Optional<Blob>Zip2HtmlConverter. listNamesAndCreateIndex(Blob zipBlob, List<String> names)Methods in org.nuxeo.ecm.platform.convert.plugins with parameters of type Blob Modifier and Type Method Description protected BlobUTF8CharsetConverter. convert(Blob blob)protected StringUTF8CharsetConverter. detectEncoding(Blob blob)protected Optional<Blob>Zip2HtmlConverter. listNamesAndCreateIndex(Blob zipBlob, List<String> names)Method parameters in org.nuxeo.ecm.platform.convert.plugins with type arguments of type Blob Modifier and Type Method Description protected 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 Constructor Description ZipCachableBlobHolder(Blob zipBlob)Deprecated. -
Uses of Blob in org.nuxeo.ecm.platform.filemanager.api
Fields in org.nuxeo.ecm.platform.filemanager.api declared as Blob Modifier and Type Field Description protected BlobFileImporterContext. blobprotected BlobFileImporterContext.Builder. blobMethods in org.nuxeo.ecm.platform.filemanager.api that return Blob Modifier and Type Method Description BlobFileImporterContext. getBlob()Methods in org.nuxeo.ecm.platform.filemanager.api with parameters of type Blob Modifier and Type Method Description static FileImporterContext.BuilderFileImporterContext. builder(CoreSession session, Blob blob, String parentPath)DocumentModelFileManager. createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName)Deprecated.since 10.10.DocumentModelFileManager. createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName, boolean noMimeTypeCheck)Deprecated.since 10.10.DocumentModelFileManager. 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 Constructor Description Builder(CoreSession session, Blob blob, String parentPath) -
Uses of Blob in org.nuxeo.ecm.platform.filemanager.service
Methods in org.nuxeo.ecm.platform.filemanager.service with parameters of type Blob Modifier and Type Method Description DocumentModelFileManagerService. createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName)DocumentModelFileManagerService. createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName, boolean noMimeTypeCheck)DocumentModelFileManagerService. 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 Blob Modifier and Type Method Description protected BlobAbstractFileImporter. getBlob(DocumentModel doc)Methods in org.nuxeo.ecm.platform.filemanager.service.extension with parameters of type Blob Modifier and Type Method Description DocumentModelAbstractFileImporter. create(CoreSession session, Blob content, String path, boolean overwrite, String fullname, TypeManager typeService)DocumentModelFileImporter. create(CoreSession documentManager, Blob content, String path, boolean overwrite, String filename, TypeManager typeService)Deprecated.since 10.10.protected StringNoteImporter. getString(Blob blob)protected static StringNoteImporter. guessEncoding(Blob blob)protected booleanAbstractFileImporter. skipCheckInForBlob(Blob blob)Deprecated.since 9.1 automatic versioning is now handled at versioning service level, remove versioning behaviors from importersprotected 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 Blob Modifier and Type Method Description protected 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 Modifier and Type Method Description BlobExportDocument. run(DocumentModel doc) -
Uses of Blob in org.nuxeo.ecm.platform.mail.adapter
Methods in org.nuxeo.ecm.platform.mail.adapter that return Blob Modifier and Type Method Description BlobMailMessageBlobHolder. getBlob() -
Uses of Blob in org.nuxeo.ecm.platform.mimetype.interfaces
Methods in org.nuxeo.ecm.platform.mimetype.interfaces that return Blob Modifier and Type Method Description BlobMimetypeRegistry. updateMimetype(Blob blob)Updates the mime type field of a Blob based on the embedded filename with fallback to binary sniffing.BlobMimetypeRegistry. updateMimetype(Blob blob, String filename)Updates the mime type field of a Blob based on the provided filename with fallback to binary sniffing.BlobMimetypeRegistry. 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 Blob Modifier and Type Method Description StringMimetypeRegistry. getMimetypeFromBlob(Blob blob)Returns the mime type from a given stream.StringMimetypeRegistry. getMimetypeFromBlobWithDefault(Blob blob, String defaultMimetype)Finds the mime type of a Blob content and returns provided default if not possible.StringMimetypeRegistry. getMimetypeFromFilenameAndBlobWithDefault(String filename, Blob blob, String defaultMimetype)Finds the mime type of some content according to its filename and / or binary content.StringMimetypeRegistry. 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.BlobMimetypeRegistry. updateMimetype(Blob blob)Updates the mime type field of a Blob based on the embedded filename with fallback to binary sniffing.BlobMimetypeRegistry. updateMimetype(Blob blob, String filename)Updates the mime type field of a Blob based on the provided filename with fallback to binary sniffing.BlobMimetypeRegistry. 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 Blob Modifier and Type Method Description BlobMimetypeRegistryService. updateMimetype(Blob blob)BlobMimetypeRegistryService. updateMimetype(Blob blob, String filename)BlobMimetypeRegistryService. updateMimetype(Blob blob, String filename, Boolean withBlobMimetypeFallback)Methods in org.nuxeo.ecm.platform.mimetype.service with parameters of type Blob Modifier and Type Method Description StringMimetypeRegistryService. getMimetypeFromBlob(Blob blob)StringMimetypeRegistryService. getMimetypeFromBlobWithDefault(Blob blob, String defaultMimetype)StringMimetypeRegistryService. getMimetypeFromFilenameAndBlobWithDefault(String filename, Blob blob, String defaultMimetype)StringMimetypeRegistryService. getMimetypeFromFilenameWithBlobMimetypeFallback(String filename, Blob blob, String defaultMimetype)BlobMimetypeRegistryService. updateMimetype(Blob blob)BlobMimetypeRegistryService. updateMimetype(Blob blob, String filename)BlobMimetypeRegistryService. 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 Blob Modifier and Type Method Description BlobPDFPageNumbering. addPageNumbers(int inStartAtPage, int inStartAtNumber, String inFontName, float inFontSize, String inHex255Color, PDFPageNumbering.PAGE_NUMBER_POSITION inPosition)Adds page numbers and returns a new Blob.BlobPDFEncryption. encrypt(org.apache.pdfbox.pdmodel.encryption.AccessPermission inPerm)Encrypts the PDF with the new permissions (seeAccessPermission).BlobPDFEncryption. encryptReadOnly()Encrypts the PDF with readonly permission.BlobPDFPageExtractor. extract(int inStartPage, int inEndPage)BlobPDFPageExtractor. extract(int inStartPage, int inEndPage, String inFileName, String inTitle, String inSubject, String inAuthor)Return a Blob built from pageinStartPagetoinEndPage(inclusive).BlobPDFMerge. merge(String inFileName)Merge the PDFs.BlobPDFMerge. merge(String inFileName, String inTitle, String inSubject, String inAuthor)Merge the PDFs.BlobPDFEncryption. removeEncryption()Removes all protection from the PDF, returns a copy of it.Methods in org.nuxeo.ecm.platform.pdf with parameters of type Blob Modifier and Type Method Description voidPDFMerge. addBlob(Blob inBlob)static org.apache.pdfbox.pdmodel.PDDocumentPDFUtils. load(Blob inBlob, String inPwd)This is just a shortcut.Constructors in org.nuxeo.ecm.platform.pdf with parameters of type Blob Constructor Description PDFEncryption(Blob inBlob)Basic constructor.PDFInfo(Blob inBlob)Constructor with a Blob.PDFInfo(Blob inBlob, String inPassword)Constructor for Blob + encrypted PDF.PDFLinks(Blob inBlob)PDFMerge(Blob inBlob)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 Blob Modifier and Type Field Description protected BlobPDFWatermarkPDFOperation. overlayPdfMethods in org.nuxeo.ecm.platform.pdf.operations that return Blob Modifier and Type Method Description protected BlobPDFMergeBlobsOperation. doMerge(PDFMerge inMergeTool)protected BlobPDFMergeDocumentsOperation. doMerge(PDFMerge inMergeTool)BlobPDFAddPageNumbersOperation. run(Blob inBlob)BlobPDFEncryptOperation. run(Blob inBlob)BlobPDFEncryptOperation. run(DocumentModel inDoc)BlobPDFEncryptReadOnlyOperation. run(Blob inBlob)BlobPDFEncryptReadOnlyOperation. run(DocumentModel inDoc)BlobPDFExtractPagesOperation. run(Blob inBlob)BlobPDFExtractPagesOperation. run(DocumentModel inDoc)BlobPDFMergeBlobsOperation. run(BlobList inBlobs)BlobPDFMergeBlobsOperation. run(Blob inBlob)BlobPDFMergeDocumentsOperation. run(DocumentModel inDoc)BlobPDFMergeDocumentsOperation. run(DocumentModelList inDocs)BlobPDFRemoveEncryptionOperation. run(Blob inBlob)BlobPDFRemoveEncryptionOperation. run(DocumentModel inDoc)BlobPDFWatermarkImageOperation. run(Blob inBlob)BlobPDFWatermarkPDFOperation. run(Blob inBlob)BlobPDFWatermarkTextOperation. run(Blob inBlob)Methods in org.nuxeo.ecm.platform.pdf.operations with parameters of type Blob Modifier and Type Method Description BlobPDFAddPageNumbersOperation. run(Blob inBlob)BlobPDFEncryptOperation. run(Blob inBlob)BlobPDFEncryptReadOnlyOperation. run(Blob inBlob)StringPDFExtractLinksOperation. run(Blob inBlob)BlobPDFExtractPagesOperation. run(Blob inBlob)BlobPDFMergeBlobsOperation. run(Blob inBlob)BlobPDFRemoveEncryptionOperation. run(Blob inBlob)BlobPDFWatermarkImageOperation. run(Blob inBlob)BlobPDFWatermarkPDFOperation. run(Blob inBlob)BlobPDFWatermarkTextOperation. run(Blob inBlob) -
Uses of Blob in org.nuxeo.ecm.platform.pdf.service
Methods in org.nuxeo.ecm.platform.pdf.service that return Blob Modifier and Type Method Description BlobPDFTransformationService. applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties)Add an Image watermark to the input PDF blobBlobPDFTransformationServiceImpl. applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties)BlobPDFTransformationService. applyTextWatermark(Blob input, String text, WatermarkProperties properties)Add a text watermark to the input PDF blobBlobPDFTransformationServiceImpl. applyTextWatermark(Blob input, String text, WatermarkProperties properties)BlobPDFTransformationService. overlayPDF(Blob input, Blob overlayBlob)Overlay a PDF file on top of the input BlobBlobPDFTransformationServiceImpl. 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 Blob Modifier and Type Method Description BlobPDFTransformationService. applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties)Add an Image watermark to the input PDF blobBlobPDFTransformationServiceImpl. applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties)BlobPDFTransformationService. applyTextWatermark(Blob input, String text, WatermarkProperties properties)Add a text watermark to the input PDF blobBlobPDFTransformationServiceImpl. applyTextWatermark(Blob input, String text, WatermarkProperties properties)BlobPDFTransformationService. overlayPDF(Blob input, Blob overlayBlob)Overlay a PDF file on top of the input BlobBlobPDFTransformationServiceImpl. overlayPDF(Blob input, Blob overlayBlob) -
Uses of Blob in org.nuxeo.ecm.platform.picture
Methods in org.nuxeo.ecm.platform.picture that return Blob Modifier and Type Method Description protected BlobImagingComponent. callPictureConversionChain(DocumentModel doc, Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, Point size, String conversionFormat)BlobImagingComponent. convertToPDF(Blob blob)BlobImagingComponent. crop(Blob blob, int x, int y, int width, int height)BlobImagingComponent. resize(Blob blob, String finalFormat, int width, int height, int depth)BlobImagingComponent. rotate(Blob blob, int angle)protected BlobImagingComponent. wrapBlob(Blob blob)Methods in org.nuxeo.ecm.platform.picture with parameters of type Blob Modifier and Type Method Description protected 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)PictureViewImagingComponent. computeViewFor(Blob blob, PictureConversion pictureConversion, boolean convert)PictureViewImagingComponent. computeViewFor(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, boolean convert)List<PictureView>ImagingComponent. computeViewsFor(Blob blob, List<PictureConversion> pictureConversions, boolean convert)List<PictureView>ImagingComponent. computeViewsFor(Blob blob, List<PictureConversion> pictureConversions, ImageInfo imageInfo, boolean convert)List<PictureView>ImagingComponent. computeViewsFor(DocumentModel doc, Blob blob, ImageInfo imageInfo, boolean convert)protected PictureViewImagingComponent. computeViewWithoutConversion(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo)BlobImagingComponent. convertToPDF(Blob blob)BlobImagingComponent. crop(Blob blob, int x, int y, int width, int height)ImageInfoImagingComponent. getImageInfo(Blob blob)Map<String,Object>ImagingComponent. getImageMetadata(Blob blob)StringImagingComponent. getImageMimeType(Blob blob)BlobImagingComponent. resize(Blob blob, String finalFormat, int width, int height, int depth)BlobImagingComponent. rotate(Blob blob, int angle)protected BlobImagingComponent. wrapBlob(Blob blob)Method parameters in org.nuxeo.ecm.platform.picture with type arguments of type Blob Modifier and Type Method Description List<List<PictureView>>ImagingComponent. computeViewsFor(List<Blob> blobs, List<PictureConversion> pictureConversions, boolean convert)List<List<PictureView>>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 Blob Modifier and Type Method Description BlobImagingService. convertToPDF(Blob blob)Converts an image to PDF.BlobImagingService. crop(Blob blob, int x, int y, int width, int height)Crops an image.BlobPictureView. getBlob()Returns theBlobof the picture view.BlobPictureViewImpl. getBlob()BlobPictureView. getContent()Deprecated.since 7.2, usePictureView.getBlob()insteadBlobPictureViewImpl. getContent()BlobImagingService. resize(Blob blob, String finalFormat, int width, int height, int depth)Resizes image.BlobImagingService. rotate(Blob blob, int angle)Rotates an image.Methods in org.nuxeo.ecm.platform.picture.api with parameters of type Blob Modifier and Type Method Description PictureViewImagingService. computeViewFor(Blob blob, PictureConversion pictureConversion, boolean convert)PictureViewImagingService. computeViewFor(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, boolean convert)List<PictureView>ImagingService. computeViewsFor(Blob blob, List<PictureConversion> pictureConversions, boolean convert)List<PictureView>ImagingService. computeViewsFor(Blob blob, List<PictureConversion> pictureConversions, ImageInfo imageInfo, boolean convert)List<PictureView>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 callBlobImagingService. convertToPDF(Blob blob)Converts an image to PDF.BlobImagingService. crop(Blob blob, int x, int y, int width, int height)Crops an image.static FileBlobHelper. getFileFromBlob(Blob blob)Deprecated.since 7.2, usegetFile()directlyImageInfoImagingService. getImageInfo(Blob blob)Map<String,Object>ImagingService. getImageMetadata(Blob blob)Deprecated.since 7.2.StringImagingService. getImageMimeType(Blob blob)Returns the mime-type for the given BlobBlobImagingService. resize(Blob blob, String finalFormat, int width, int height, int depth)Resizes image.BlobImagingService. rotate(Blob blob, int angle)Rotates an image.voidPictureView. setBlob(Blob blob)Sets theBlobof this picture view.voidPictureViewImpl. setBlob(Blob blob)Method parameters in org.nuxeo.ecm.platform.picture.api with type arguments of type Blob Modifier and Type Method Description List<List<PictureView>>ImagingService. computeViewsFor(List<Blob> blobs, List<PictureConversion> pictureConversions, boolean convert)List<List<PictureView>>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 Blob Modifier and Type Field Description protected BlobAbstractPictureAdapter. fileContentMethods in org.nuxeo.ecm.platform.picture.api.adapters that return Blob Modifier and Type Method Description protected BlobAbstractPictureAdapter. crop(Blob blob, Map<String,Serializable> coords)BlobPictureBlobHolder. getBlob(String title)BlobPictureBookBlobHolder. getBlob()protected BlobAbstractPictureAdapter. getContentFromViews(Integer i)BlobDefaultPictureAdapter. getPictureFromTitle(String title)BlobNoPictureAdapter. getPictureFromTitle(String title)BlobPictureResourceAdapter. getPictureFromTitle(String title)Methods in org.nuxeo.ecm.platform.picture.api.adapters that return types with arguments of type Blob Modifier and Type Method Description List<Blob>PictureBlobHolder. getBlobs()List<Blob>PictureBlobHolder. getBlobs(String... viewNames)List<Blob>PictureBookBlobHolder. getBlobs()List<Blob>PictureBookBlobHolder. getBlobs(String title)Methods in org.nuxeo.ecm.platform.picture.api.adapters with parameters of type Blob Modifier and Type Method Description voidAbstractPictureAdapter. 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)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.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 Blob Modifier and Type Method Description BlobImageUtils. convertToPDF(Blob blob)BlobImageUtils. crop(Blob blob, int x, int y, int width, int height)BlobImageUtils. resize(Blob blob, String finalFormat, int width, int height, int depth)BlobImageUtils. rotate(Blob blob, int angle)Methods in org.nuxeo.ecm.platform.picture.core with parameters of type Blob Modifier and Type Method Description BlobImageUtils. convertToPDF(Blob blob)BlobImageUtils. crop(Blob blob, int x, int y, int width, int height)Map<String,Object>MetadataUtils. getImageMetadata(Blob blob)BlobImageUtils. resize(Blob blob, String finalFormat, int width, int height, int depth)BlobImageUtils. rotate(Blob blob, int angle) -
Uses of Blob in org.nuxeo.ecm.platform.picture.core.im
Methods in org.nuxeo.ecm.platform.picture.core.im that return Blob Modifier and Type Method Description BlobIMImageUtils.ImageMagickCaller. call(Blob blob, String targetExt, String commandName)BlobIMImageUtils. convertToPDF(Blob blob)BlobIMImageUtils. crop(Blob blob, int x, int y, int width, int height)BlobIMImageUtils. resize(Blob blob, String finalFormat, int width, int height, int depth)BlobIMImageUtils. rotate(Blob blob, int angle)Methods in org.nuxeo.ecm.platform.picture.core.im with parameters of type Blob Modifier and Type Method Description BlobIMImageUtils.ImageMagickCaller. call(Blob blob, String targetExt, String commandName)BlobIMImageUtils. convertToPDF(Blob blob)protected FileIMImageUtils.ImageMagickCaller. createTempSource(Blob blob, String ext)BlobIMImageUtils. crop(Blob blob, int x, int y, int width, int height)protected StringIMImageUtils.ImageMagickCaller. getFilename(Blob blob, String targetExt)protected voidIMImageUtils.ImageMagickCaller. makeFiles(Blob blob, String targetExt)BlobIMImageUtils. resize(Blob blob, String finalFormat, int width, int height, int depth)BlobIMImageUtils. rotate(Blob blob, int angle) -
Uses of Blob in org.nuxeo.ecm.platform.picture.extension
Methods in org.nuxeo.ecm.platform.picture.extension with parameters of type Blob Modifier and Type Method Description voidImagePlugin. 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 Blob Modifier and Type Method Description BlobGetPictureView. run(DocumentModel doc)BlobPictureResize. run(Blob blob)BlobPictureResize. run(DocumentModel doc)Methods in org.nuxeo.ecm.platform.picture.operation with parameters of type Blob Modifier and Type Method Description BlobPictureResize. run(Blob 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 Blob Modifier and Type Method Description List<Blob>PictureRenditionProvider. 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 Blob Modifier and Type Method Description BlobThumbnailPictureFactory. computeThumbnail(DocumentModel doc, CoreSession session)BlobThumbnailPictureFactory. 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 Blob Modifier and Type Method Description BlobBlobPostProcessor. process(Blob blob)protected BlobZipPreviewer. sanitize(Blob blob)Methods in org.nuxeo.ecm.platform.preview.adapter that return types with arguments of type Blob Modifier and Type Method Description List<Blob>MimeTypePreviewer. getPreview(Blob blob, DocumentModel dm)List<Blob>PlainImagePreviewer. getPreview(Blob blob, DocumentModel dm)Deprecated.List<Blob>PlainTextPreviewer. getPreview(Blob blob, DocumentModel dm)List<Blob>ZipPreviewer. getPreview(Blob blob, DocumentModel dm)Methods in org.nuxeo.ecm.platform.preview.adapter with parameters of type Blob Modifier and Type Method Description List<Blob>MimeTypePreviewer. getPreview(Blob blob, DocumentModel dm)List<Blob>PlainImagePreviewer. getPreview(Blob blob, DocumentModel dm)Deprecated.List<Blob>PlainTextPreviewer. getPreview(Blob blob, DocumentModel dm)List<Blob>ZipPreviewer. getPreview(Blob blob, DocumentModel dm)protected booleanZipPreviewer. isSanitizable(Blob blob)BlobBlobPostProcessor. process(Blob blob)protected BlobZipPreviewer. sanitize(Blob blob) -
Uses of Blob in org.nuxeo.ecm.platform.preview.adapter.base
Methods in org.nuxeo.ecm.platform.preview.adapter.base that return Blob Modifier and Type Method Description protected BlobNoteHtmlPreviewAdapter. processNoteBlob(Blob blob)Methods in org.nuxeo.ecm.platform.preview.adapter.base that return types with arguments of type Blob Modifier and Type Method Description List<Blob>AbstractHtmlPreviewAdapter. getFilePreviewBlobs()List<Blob>AbstractHtmlPreviewAdapter. getFilePreviewBlobs(boolean postProcess)List<Blob>AbstractHtmlPreviewAdapter. getFilePreviewBlobs(String xpath)List<Blob>AbstractHtmlPreviewAdapter. getFilePreviewBlobs(String xpath, boolean postProcess)protected abstract List<Blob>AbstractHtmlPreviewAdapter. getPreviewBlobs()protected abstract List<Blob>AbstractHtmlPreviewAdapter. getPreviewBlobs(String xpath)List<Blob>ConverterBasedHtmlPreviewAdapter. getPreviewBlobs()List<Blob>ConverterBasedHtmlPreviewAdapter. getPreviewBlobs(String xpath)List<Blob>NoteHtmlPreviewAdapter. getPreviewBlobs()List<Blob>NoteHtmlPreviewAdapter. getPreviewBlobs(String xpath)List<Blob>PreprocessedHtmlPreviewAdapter. getPreviewBlobs()List<Blob>PreprocessedHtmlPreviewAdapter. getPreviewBlobs(String xpath)protected List<Blob>AbstractHtmlPreviewAdapter. postProcessBlobs(List<Blob> blobs)Methods in org.nuxeo.ecm.platform.preview.adapter.base with parameters of type Blob Modifier and Type Method Description protected 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 Modifier and Type Method Description protected List<Blob>AbstractHtmlPreviewAdapter. postProcessBlobs(List<Blob> blobs) -
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 Blob Modifier and Type Method Description List<Blob>HtmlPreviewAdapter. getFilePreviewBlobs()List<Blob>HtmlPreviewAdapter. getFilePreviewBlobs(boolean postProcess)List<Blob>HtmlPreviewAdapter. getFilePreviewBlobs(String xpath)List<Blob>HtmlPreviewAdapter. getFilePreviewBlobs(String xpath, boolean postProcess) -
Uses of Blob in org.nuxeo.ecm.platform.rendering.fm.adapters
Fields in org.nuxeo.ecm.platform.rendering.fm.adapters declared as Blob Modifier and Type Field Description protected BlobBlobTemplate. blobConstructors in org.nuxeo.ecm.platform.rendering.fm.adapters with parameters of type Blob Constructor Description BlobTemplate(DocumentObjectWrapper wrapper, Blob blob) -
Uses of Blob in org.nuxeo.ecm.platform.rendition
Methods in org.nuxeo.ecm.platform.rendition that return Blob Modifier and Type Method Description BlobRendition. getBlob()Returns the rendered Blob ornullif none.Methods in org.nuxeo.ecm.platform.rendition that return types with arguments of type Blob Modifier and Type Method Description List<Blob>Rendition. getBlobs()Returns the rendered Blobs ornullif none. -
Uses of Blob in org.nuxeo.ecm.platform.rendition.adapter
Methods in org.nuxeo.ecm.platform.rendition.adapter that return Blob Modifier and Type Method Description BlobDownloadBlobHolder. getBlob() -
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 Blob Modifier and Type Method Description static List<Blob>AutomationRenderer. render(DocumentModel doc, RenditionDefinition definition, CoreSession session)Generate the rendition Blobs for a givenRenditionDefinition.List<Blob>DefaultAutomationRenditionProvider. render(DocumentModel doc, RenditionDefinition definition)List<Blob>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 Blob Modifier and Type Field Description protected List<Blob>LazyRendition. blobsMethods in org.nuxeo.ecm.platform.rendition.impl that return Blob Modifier and Type Method Description BlobLazyRendition. getBlob()BlobStoredRendition. getBlob()Methods in org.nuxeo.ecm.platform.rendition.impl that return types with arguments of type Blob Modifier and Type Method Description protected abstract List<Blob>LazyRendition. computeRenditionBlobs()protected List<Blob>LiveRendition. computeRenditionBlobs()List<Blob>LazyRendition. getBlobs()List<Blob>StoredRendition. getBlobs() -
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 Blob Modifier and Type Method Description protected abstract List<Blob>AbstractRenditionBuilderWork. doComputeRendition(CoreSession session, DocumentModel doc, RenditionDefinition def)Does the actual Rendition Computation: this code will be called from inside an Asynchronous Workprotected List<Blob>AutomationRenditionBuilder. doComputeRendition(CoreSession session, DocumentModel doc, RenditionDefinition def)protected List<Blob>AbstractLazyCachableRenditionProvider. handleNewRendition(String key, DocumentModel doc, RenditionDefinition definition, String sourceDocumentModificationDate)List<Blob>AbstractLazyCachableRenditionProvider. render(DocumentModel doc, RenditionDefinition definition)Method parameters in org.nuxeo.ecm.platform.rendition.lazy with type arguments of type Blob Modifier and Type Method Description protected 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 Blob Modifier and Type Method Description protected BlobGetContainerRendition. getDefaultRendition(DocumentModel doc, int currentDepth)protected BlobGetContainerRendition. processContainer(DocumentModel doc, int currentDepth)BlobGetContainerRendition. run(DocumentModel doc)BlobGetRendition. run(DocumentModel doc) -
Uses of Blob in org.nuxeo.ecm.platform.rendition.service
Fields in org.nuxeo.ecm.platform.rendition.service declared as Blob Modifier and Type Field Description protected BlobRenditionCreator. renditionBlobMethods in org.nuxeo.ecm.platform.rendition.service with parameters of type Blob Modifier and Type Method Description StoredRenditionDefaultStoredRenditionManager. createStoredRendition(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition)StoredRenditionStoredRenditionManager. 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 Blob Constructor Description RenditionCreator(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) -
Uses of Blob in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl that return Blob Modifier and Type Method Description BlobGetGraphOperation. run() -
Uses of Blob in org.nuxeo.ecm.platform.routing.core.io
Methods in org.nuxeo.ecm.platform.routing.core.io with parameters of type Blob Modifier and Type Method Description static voidJsonEncodeDecodeUtils. encodeBlob(DocumentModel doc, String propVariableFacet, String variableName, Blob blob, com.fasterxml.jackson.core.JsonGenerator jg, javax.servlet.ServletRequest request)Deprecated. -
Uses of Blob in org.nuxeo.ecm.platform.scanimporter.service
Constructors in org.nuxeo.ecm.platform.scanimporter.service with parameters of type Blob Constructor Description ScanFileBlobHolder(Blob blob, String targetType)Constructor parameters in org.nuxeo.ecm.platform.scanimporter.service with type arguments of type Blob Constructor Description ScanFileBlobHolder(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 Blob Modifier and Type Field Description BlobSignatureService.StatusWithBlob. blobMethods in org.nuxeo.ecm.platform.signature.api.sign that return Blob Modifier and Type Method Description BlobSignatureService.StatusWithBlob. getBlob()BlobSignatureService. 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).BlobSignatureService. 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 Blob Modifier and Type Method Description BlobSignatureService. 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 Blob Constructor Description StatusWithBlob(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 Blob Modifier and Type Method Description BlobSignPDF. run(Blob blob)BlobSignPDFDocument. run(DocumentModel doc)Methods in org.nuxeo.ecm.platform.signature.core.operations with parameters of type Blob Modifier and Type Method Description BlobSignPDF. run(Blob blob) -
Uses of Blob in org.nuxeo.ecm.platform.signature.core.sign
Methods in org.nuxeo.ecm.platform.signature.core.sign that return Blob Modifier and Type Method Description BlobSignatureServiceImpl. signDocument(DocumentModel doc, DocumentModel user, String keyPassword, String reason, boolean pdfa, SignatureService.SigningDisposition disposition, String archiveFilename)BlobSignatureServiceImpl. signPDF(Blob pdfBlob, DocumentModel doc, DocumentModel user, String keyPassword, String reason)Methods in org.nuxeo.ecm.platform.signature.core.sign with parameters of type Blob Modifier and Type Method Description protected List<X509Certificate>SignatureServiceImpl. getCertificates(Blob pdfBlob)protected intSignatureServiceImpl. getSigningStatus(Blob pdfBlob, DocumentModel user)BlobSignatureServiceImpl. 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 Modifier and Type Method Description BlobSuggestOperation. run() -
Uses of Blob in org.nuxeo.ecm.platform.tag.automation
Methods in org.nuxeo.ecm.platform.tag.automation that return Blob Modifier and Type Method Description BlobSuggestTagEntry. run() -
Uses of Blob in org.nuxeo.ecm.platform.threed
Fields in org.nuxeo.ecm.platform.threed declared as Blob Modifier and Type Field Description protected BlobThreeD. blobprotected BlobThreeDRenderView. contentprotected BlobThreeDRenderView. thumbnailFields in org.nuxeo.ecm.platform.threed with type parameters of type Blob Modifier and Type Field Description protected List<Blob>ThreeD. resourcesMethods in org.nuxeo.ecm.platform.threed that return Blob Modifier and Type Method Description protected static BlobBatchConverterHelper. createThumbnail(Blob render)BlobThreeD. getBlob()BlobThreeDRenderView. getContent()BlobThreeDRenderView. getThumbnail()Methods in org.nuxeo.ecm.platform.threed that return types with arguments of type Blob Modifier and Type Method Description List<Blob>ThreeD. getResources()Methods in org.nuxeo.ecm.platform.threed with parameters of type Blob Modifier and Type Method Description protected static Map<String,Serializable>BatchConverterHelper. convertToInfo(Blob blob)protected static BlobBatchConverterHelper. createThumbnail(Blob render)protected static ThreeDInfoBatchConverterHelper. getInfo(Blob blob, List<BlobHolder> resources)Constructors in org.nuxeo.ecm.platform.threed with parameters of type Blob Constructor Description ThreeD(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 Blob Constructor Description ThreeD(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 Blob Modifier and Type Method Description BlobThumbnailThreeDFactory. computeThumbnail(DocumentModel documentModel, CoreSession coreSession)BlobThumbnailThreeDFactory. 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 Blob Modifier and Type Method Description protected Map<String,Blob>BatchConverter. getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)protected Map<String,Blob>Collada2glTFConverter. getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)protected Map<String,Blob>ColladaConverter. getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)protected Map<String,Blob>LodsConverter. getCmdBlobParameters(BlobHolder blobHolder, Map<String,Serializable> parameters)protected Map<String,Blob>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 Blob Modifier and Type Method Description protected 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 Blob Modifier and Type Method Description List<Blob>RenderViewRenditionProvider. render(DocumentModel documentModel, RenditionDefinition renditionDefinition)List<Blob>TransmissionThreeDRenditionProvider. render(DocumentModel documentModel, RenditionDefinition renditionDefinition)Methods in org.nuxeo.ecm.platform.threed.rendition with parameters of type Blob Modifier and Type Method Description protected 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.action
Methods in org.nuxeo.ecm.platform.thumbnail.action that return Blob Modifier and Type Method Description protected BlobRecomputeThumbnailsAction.RecomputeThumbnailsComputation. getManagedThumbnail(DocumentModel doc) -
Uses of Blob in org.nuxeo.ecm.platform.thumbnail.factories
Methods in org.nuxeo.ecm.platform.thumbnail.factories that return Blob Modifier and Type Method Description BlobThumbnailDocumentFactory. computeThumbnail(DocumentModel doc, CoreSession session)protected BlobThumbnailDocumentFactory. getDefaultThumbnail(DocumentModel doc)BlobThumbnailDocumentFactory. getThumbnail(DocumentModel doc, CoreSession session) -
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 Blob Modifier and Type Method Description List<Blob>ThumbnailRenditionProvider. 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 Modifier and Type Method Description DocumentModelUserWorkspaceCreateFromBlob. run(Blob blob) -
Uses of Blob in org.nuxeo.ecm.platform.video
Fields in org.nuxeo.ecm.platform.video declared as Blob Modifier and Type Field Description protected BlobVideo. blobMethods in org.nuxeo.ecm.platform.video that return Blob Modifier and Type Method Description BlobVideo. getBlob()Returns the videoBlob.Methods in org.nuxeo.ecm.platform.video with parameters of type Blob Modifier and Type Method Description static 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 Constructor Description Video(Blob blob, VideoInfo videoInfo) -
Uses of Blob in org.nuxeo.ecm.platform.video.adapter
Methods in org.nuxeo.ecm.platform.video.adapter that return Blob Modifier and Type Method Description BlobThumbnailVideoFactory. computeThumbnail(DocumentModel doc, CoreSession session)BlobThumbnailVideoFactory. 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 Blob Modifier and Type Method Description protected Map<String,Blob>BaseVideoConversionConverter. 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 Blob Modifier and Type Method Description voidVideoImporter. 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 Blob Modifier and Type Method Description List<Blob>VideoRenditionProvider. 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 Blob Modifier and Type Method Description protected 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 Blob Modifier and Type Method Description BlobVideoToolsService. concat(List<Blob> videos)Concat the input video blobs into a single video blob.BlobVideoToolsService. 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.BlobVideoToolsService. watermark(Blob video, Blob picture, String x, String y)Add a watermark to a video blob.Methods in org.nuxeo.ecm.platform.video.tools that return types with arguments of type Blob Modifier and Type Method Description List<Blob>VideoToolsService. slice(Blob video, String startAt, String duration, boolean encode)Slices a video blob from a start time and the input duration.Methods in org.nuxeo.ecm.platform.video.tools with parameters of type Blob Modifier and Type Method Description BlobVideoToolsService. extractClosedCaptions(Blob video, String outputFormat, String startAt, String endAt)Extracts the closed captions from a video blob.List<Blob>VideoToolsService. slice(Blob video, String startAt, String duration, boolean encode)Slices a video blob from a start time and the input duration.BlobVideoToolsService. watermark(Blob video, Blob picture, String x, String y)Add a watermark to a video blob.Method parameters in org.nuxeo.ecm.platform.video.tools with type arguments of type Blob Modifier and Type Method Description BlobVideoToolsService. concat(List<Blob> videos)Concat the input video blobs into a single video blob. -
Uses of Blob in org.nuxeo.ecm.platform.video.tools.operations
Methods in org.nuxeo.ecm.platform.video.tools.operations that return Blob Modifier and Type Method Description BlobAddWatermarkToVideo. run(Blob input)BlobAddWatermarkToVideo. run(DocumentModel input)BlobConcatVideos. run(BlobList blobs)BlobConcatVideos. run(DocumentModelList docs)BlobExtractClosedCaptionsFromVideo. run(Blob input)BlobExtractClosedCaptionsFromVideo. run(DocumentModel input)BlobSliceVideo. run(Blob input)BlobSliceVideo. run(DocumentModel input)Methods in org.nuxeo.ecm.platform.video.tools.operations with parameters of type Blob Modifier and Type Method Description BlobAddWatermarkToVideo. run(Blob input)BlobExtractClosedCaptionsFromVideo. run(Blob input)BlobSliceVideo. run(Blob input)BlobListSliceVideoInParts. run(Blob input) -
Uses of Blob in org.nuxeo.ecm.platform.video.tools.service
Methods in org.nuxeo.ecm.platform.video.tools.service that return Blob Modifier and Type Method Description BlobVideoToolsServiceImpl. concat(List<Blob> videos)BlobVideoToolsServiceImpl. extractClosedCaptions(Blob video, String outputFormat, String startAt, String endAt)BlobVideoToolsServiceImpl. watermark(Blob video, Blob picture, String x, String y)Methods in org.nuxeo.ecm.platform.video.tools.service that return types with arguments of type Blob Modifier and Type Method Description List<Blob>VideoToolsServiceImpl. slice(Blob video, String startAt, String duration, boolean encode)Methods in org.nuxeo.ecm.platform.video.tools.service with parameters of type Blob Modifier and Type Method Description BlobVideoToolsServiceImpl. extractClosedCaptions(Blob video, String outputFormat, String startAt, String endAt)List<Blob>VideoToolsServiceImpl. slice(Blob video, String startAt, String duration, boolean encode)BlobVideoToolsServiceImpl. watermark(Blob video, Blob picture, String x, String y)Method parameters in org.nuxeo.ecm.platform.video.tools.service with type arguments of type Blob Modifier and Type Method Description BlobVideoToolsServiceImpl. concat(List<Blob> videos) -
Uses of Blob in org.nuxeo.ecm.quota.automation
Methods in org.nuxeo.ecm.quota.automation that return Blob Modifier and Type Method Description BlobGetQuotaStatisticsOperation. run() -
Uses of Blob in org.nuxeo.ecm.quota.size
Methods in org.nuxeo.ecm.quota.size that return types with arguments of type Blob Modifier and Type Method Description protected List<Blob>DocumentsSizeUpdater. 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 Modifier and Type Method Description protected voidBatchUploadObject. addBlob(String uploadType, String batchId, String fileIdx, Blob blob, String fileName, String mimeType, long uploadedSize, int chunkCount, int uploadChunkIndex, long fileSize) -
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs.adapters
Methods in org.nuxeo.ecm.restapi.server.jaxrs.adapters that return Blob Modifier and Type Method Description BlobConvertAdapter. 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) -
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs.blob
Methods in org.nuxeo.ecm.restapi.server.jaxrs.blob with parameters of type Blob Modifier and Type Method Description static javax.ws.rs.core.ResponseBlobObject. buildResponseFromBlob(javax.ws.rs.core.Request request, javax.servlet.http.HttpServletRequest httpServletRequest, Blob blob, String filename)Deprecated.since 7.3. -
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs.management
Methods in org.nuxeo.ecm.restapi.server.jaxrs.management that return Blob Modifier and Type Method Description BlobWorkManagerObject. launch(String timeoutSeconds)Executes Works stored in the dead letter queue (DLQ) after failure. -
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs.rendition
Methods in org.nuxeo.ecm.restapi.server.jaxrs.rendition that return Blob Modifier and Type Method Description 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 Blob Modifier and Type Method Description protected 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 Blob Modifier and Type Method Description DocumentModelAbstractVirtualBackend. createFile(String parentPath, String name, Blob content)DocumentModelBackend. createFile(String parentPath, String name, Blob content)DocumentModelSimpleBackend. createFile(String parentPath, String name, Blob content)DocumentModelAbstractVirtualBackend. updateDocument(DocumentModel doc, String name, Blob content)DocumentModelBackend. updateDocument(DocumentModel doc, String name, Blob content)DocumentModelSimpleBackend. 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 Modifier and Type Method Description BlobFormData. getBlob(String key)protected BlobFormData. getBlob(org.apache.commons.fileupload.FileItem item)BlobFormInstance. getBlob(String key)Blob[]FormData. getBlobs(String key)Blob[]FormInstance. getBlobs(String key)BlobFormData. getFirstBlob() -
Uses of Blob in org.nuxeo.ecm.webengine.model.io
Methods in org.nuxeo.ecm.webengine.model.io with parameters of type Blob Modifier and Type Method Description longBlobWriter. 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 Blob Modifier and Type Field Description protected BlobBlobMessageConsumer.CloseableBlob. blobMethods in org.nuxeo.importer.stream.consumer that return Blob Modifier and Type Method Description BlobBlobMessageConsumer.CloseableBlob. getBlob()protected BlobDocumentMessageConsumer. getBlob(DocumentMessage message)Constructors in org.nuxeo.importer.stream.consumer with parameters of type Blob Constructor Description CloseableBlob(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 Blob Modifier and Type Field Description protected BlobDocumentMessage. blobprotected BlobDocumentMessage.Builder. blobMethods in org.nuxeo.importer.stream.message that return Blob Modifier and Type Method Description BlobDocumentMessage. getBlob()Methods in org.nuxeo.importer.stream.message with parameters of type Blob Modifier and Type Method Description DocumentMessage.BuilderDocumentMessage.Builder. setBlob(Blob blob) -
Uses of Blob in org.nuxeo.importer.stream.producer
Methods in org.nuxeo.importer.stream.producer that return Blob Modifier and Type Method Description protected BlobRandomDocumentMessageProducer. getRandomBlob() -
Uses of Blob in org.nuxeo.io.fsexporter
Methods in org.nuxeo.io.fsexporter with parameters of type Blob Modifier and Type Method Description protected StringDefaultExporterPlugin. getFileName(Blob blob, DocumentModel docfrom, File folder, int i) -
Uses of Blob in org.nuxeo.template.adapters.doc
Methods in org.nuxeo.template.adapters.doc that return Blob Modifier and Type Method Description BlobTemplateBasedDocumentAdapterImpl. getTemplateBlob(String templateName)BlobTemplateBasedDocumentAdapterImpl. renderAndStoreAsAttachment(String templateName, boolean save)BlobTemplateBasedDocumentAdapterImpl. renderWithTemplate(String templateName)Methods in org.nuxeo.template.adapters.doc with parameters of type Blob Modifier and Type Method Description protected OperationContextTemplateBasedDocumentAdapterImpl. initOperationContext(Blob blob, String templateName)protected voidTemplateBasedDocumentAdapterImpl. setBlob(Blob blob) -
Uses of Blob in org.nuxeo.template.adapters.source
Methods in org.nuxeo.template.adapters.source that return Blob Modifier and Type Method Description BlobTemplateSourceDocumentAdapterImpl. getTemplateBlob()Methods in org.nuxeo.template.adapters.source with parameters of type Blob Modifier and Type Method Description voidTemplateSourceDocumentAdapterImpl. setTemplateBlob(Blob blob, boolean save) -
Uses of Blob in org.nuxeo.template.api
Methods in org.nuxeo.template.api that return Blob Modifier and Type Method Description BlobTemplateProcessor. renderTemplate(TemplateBasedDocument templateDocument, String templateName)Perform rendering of the named template against theTemplateBasedDocumentMethods in org.nuxeo.template.api with parameters of type Blob Modifier and Type Method Description TemplateProcessorTemplateProcessorService. findProcessor(Blob templateBlob)Finds theTemplateProcessorfor a givenBlob.StringTemplateProcessorService. findProcessorName(Blob templateBlob)Finds the template processor name for a givenBlob.List<TemplateInput>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 Blob Modifier and Type Method Description BlobTemplateBasedDocument. getTemplateBlob(String templateName)Return theBlobof the associated templateBlobTemplateSourceDocument. getTemplateBlob()Retrieve the Blob holding the template fileBlobTemplateBasedDocument. renderAndStoreAsAttachment(String templateName, boolean save)Render the named template against the underlying DocumentModel and store the result in the main BlobBlobTemplateBasedDocument. renderWithTemplate(String templateName)Render the named template against the underlying DocumentModelMethods in org.nuxeo.template.api.adapters with parameters of type Blob Modifier and Type Method Description voidTemplateSourceDocument. 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 Modifier and Type Method Description BlobRenderWithTemplateOperation. run(DocumentModel targetDocument) -
Uses of Blob in org.nuxeo.template.context
Methods in org.nuxeo.template.context that return Blob Modifier and Type Method Description BlobBlobHolderWrapper. getBlob()BlobBlobHolderWrapper. getBlob(int index)BlobBlobHolderWrapper. getBlob(String name)Methods in org.nuxeo.template.context that return types with arguments of type Blob Modifier and Type Method Description List<Blob>BlobHolderWrapper. getBlobs() -
Uses of Blob in org.nuxeo.template.deckjs
Methods in org.nuxeo.template.deckjs that return Blob Modifier and Type Method Description BlobDeckJSPDFOperation. run(Blob blob)Methods in org.nuxeo.template.deckjs with parameters of type Blob Modifier and Type Method Description BlobDeckJSPDFOperation. run(Blob blob) -
Uses of Blob in org.nuxeo.template.jaxrs
Methods in org.nuxeo.template.jaxrs that return Blob Modifier and Type Method Description BlobTemplateBasedResource. getResource(String templateName, String resourceName)BlobTemplateResource. getResource(String resourceName) -
Uses of Blob in org.nuxeo.template.odt
Method parameters in org.nuxeo.template.odt with type arguments of type Blob Modifier and Type Method Description FileOOoArchiveModifier. updateArchive(File workingDir, File oooFile, List<Blob> blobs) -
Uses of Blob in org.nuxeo.template.processors
Methods in org.nuxeo.template.processors that return Blob Modifier and Type Method Description protected BlobAbstractTemplateProcessor. getSourceTemplateBlob(TemplateBasedDocument templateBasedDocument, String templateName)BlobIdentityProcessor. renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName)Methods in org.nuxeo.template.processors with parameters of type Blob Modifier and Type Method Description protected voidAbstractBindingResolver. addDefaultMimetypeIfRequired(Blob blob)List<TemplateInput>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 Blob Modifier and Type Method Description BlobWordXMLRawTemplateProcessor. renderTemplate(TemplateBasedDocument templateDocument, String templateName)Methods in org.nuxeo.template.processors.docx with parameters of type Blob Modifier and Type Method Description List<TemplateInput>WordXMLRawTemplateProcessor. getInitialParametersDefinition(Blob blob) -
Uses of Blob in org.nuxeo.template.processors.fm
Methods in org.nuxeo.template.processors.fm that return Blob Modifier and Type Method Description BlobFreeMarkerProcessor. renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName)Methods in org.nuxeo.template.processors.fm with parameters of type Blob Modifier and Type Method Description List<TemplateInput>FreeMarkerProcessor. 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 Blob Modifier and Type Method Description BlobJODReportTemplateProcessor. renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName)Methods in org.nuxeo.template.processors.jod with parameters of type Blob Modifier and Type Method Description List<TemplateInput>JODReportTemplateProcessor. getInitialParametersDefinition(Blob blob)StringJODReportTemplateProcessor. readXMLContent(Blob blob) -
Uses of Blob in org.nuxeo.template.processors.jxls
Methods in org.nuxeo.template.processors.jxls that return Blob Modifier and Type Method Description BlobJXLSTemplateProcessor. renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName)Methods in org.nuxeo.template.processors.jxls with parameters of type Blob Modifier and Type Method Description List<TemplateInput>JXLSTemplateProcessor. 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 Blob Modifier and Type Field Description protected BlobBlobImageProvider. blobMethods in org.nuxeo.template.processors.xdocreport that return Blob Modifier and Type Method Description BlobXDocReportProcessor. renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName)Methods in org.nuxeo.template.processors.xdocreport with parameters of type Blob Modifier and Type Method Description List<TemplateInput>XDocReportProcessor. 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 Constructor Description BlobImageProvider(Blob blob) -
Uses of Blob in org.nuxeo.template.processors.xslt
Methods in org.nuxeo.template.processors.xslt that return Blob Modifier and Type Method Description BlobXSLTProcessor. renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName)Methods in org.nuxeo.template.processors.xslt with parameters of type Blob Modifier and Type Method Description List<TemplateInput>XSLTProcessor. getInitialParametersDefinition(Blob blob) -
Uses of Blob in org.nuxeo.template.rendition
Methods in org.nuxeo.template.rendition that return types with arguments of type Blob Modifier and Type Method Description List<Blob>HtmlRenditionProvider. render(DocumentModel doc, RenditionDefinition definition)List<Blob>TemplateBasedRenditionProvider. render(DocumentModel doc, RenditionDefinition definition) -
Uses of Blob in org.nuxeo.template.service
Methods in org.nuxeo.template.service with parameters of type Blob Modifier and Type Method Description TemplateProcessorTemplateProcessorComponent. findProcessor(Blob templateBlob)TemplateProcessorDescriptorTemplateProcessorComponent. findProcessorDescriptor(Blob templateBlob)StringTemplateProcessorComponent. findProcessorName(Blob templateBlob) -
Uses of Blob in org.nuxeo.template.xdocreport.jaxrs
Methods in org.nuxeo.template.xdocreport.jaxrs with parameters of type Blob Modifier and Type Method Description static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryDataBinaryDataWrapper. wrap(Blob blob) -
Uses of Blob in org.nuxeo.wopi
Methods in org.nuxeo.wopi that return Blob Modifier and Type Method Description static BlobHelpers. getEditableBlob(DocumentModel doc, String xpath)Methods in org.nuxeo.wopi with parameters of type Blob Modifier and Type Method Description StringWOPIService. getActionURL(Blob blob, String action)Returns the WOPI action url given abloband anaction.StringWOPIServiceImpl. getActionURL(Blob blob, String action)protected StringWOPIServiceImpl. getExtension(Blob blob)WOPIBlobInfoWOPIService. getWOPIBlobInfo(Blob blob)Returns aWOPIBlobInfofor the given blob if it is supported by WOPI,nullotherwise.WOPIBlobInfoWOPIServiceImpl. getWOPIBlobInfo(Blob blob)protected static booleanHelpers. isExternalBlobProvider(Blob blob)Deprecated.since 11.1, useHelpers.supportsSync(org.nuxeo.ecm.core.api.Blob)(with opposite semantics) insteadprotected static booleanHelpers. supportsSync(Blob blob) -
Uses of Blob in org.nuxeo.wopi.jaxrs
Fields in org.nuxeo.wopi.jaxrs declared as Blob Modifier and Type Field Description protected BlobFilesEndpoint. blobMethods in org.nuxeo.wopi.jaxrs that return Blob Modifier and Type Method Description protected 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 Blob Modifier and Type Method Description protected javax.ws.rs.core.ResponseFilesEndpoint. buildItemVersionResponse(String operation, Blob blob)
-