Uses of Interface
org.nuxeo.ecm.core.api.Blob
Package
Description
BLOB implementations.
API for the ConversionService.
Plugins that provide some sort of document transformation / text extraction.
Implementation of the Conversion Service
(see
ConversionService
).Implementation of a Nuxeo repository over an SQL database.
Core interfaces for the image core, providing services such as croping,
resizing, metadata and mime-type extraction.
Provides implementation for the api package.
PDF signing services and utilities.
PDF signing services implementation.
-
Uses of Blob in org.nuxeo.binary.metadata.api
Modifier and TypeMethodDescriptionBinaryMetadataProcessor.writeMetadata
(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into given blob.BinaryMetadataService.writeMetadata
(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc) Write given metadata mapping id into a given binary with a Nuxeo default processor.BinaryMetadataService.writeMetadata
(String processorName, Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into a given binary with a given processor.BinaryMetadataService.writeMetadata
(Blob blob, String mappingDescriptorId, DocumentModel doc) Write given metadata mapping id into a given binary with a Nuxeo default processor.BinaryMetadataService.writeMetadata
(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into a given binary with a Nuxeo default processor.Modifier and TypeMethodDescriptionBinaryMetadataProcessor.readMetadata
(Blob blob, boolean ignorePrefix) Read all metadata from a given blob.BinaryMetadataProcessor.readMetadata
(Blob blob, List<String> metadata, boolean ignorePrefix) Read from a given blob given metadata map.BinaryMetadataService.readMetadata
(String processorName, Blob blob, boolean ignorePrefix) Read and return metadata from a given binary with a given processor.BinaryMetadataService.readMetadata
(String processorName, Blob blob, List<String> metadataNames, boolean ignorePrefix) Read and return metadata from a given binary and a given metadata list with a given processor.BinaryMetadataService.readMetadata
(Blob blob, boolean ignorePrefix) Read and return metadata from a given binary with Nuxeo default processor.BinaryMetadataService.readMetadata
(Blob blob, List<String> metadataNames, boolean ignorePrefix) Read and return metadata from a given binary and a given metadata list with Nuxeo default processor.BinaryMetadataProcessor.writeMetadata
(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into given blob.BinaryMetadataService.writeMetadata
(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc) Write given metadata mapping id into a given binary with a Nuxeo default processor.BinaryMetadataService.writeMetadata
(String processorName, Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into a given binary with a given processor.BinaryMetadataService.writeMetadata
(Blob blob, String mappingDescriptorId, DocumentModel doc) Write given metadata mapping id into a given binary with a Nuxeo default processor.BinaryMetadataService.writeMetadata
(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Write given metadata into a given binary with a Nuxeo default processor. -
Uses of Blob in org.nuxeo.binary.metadata.internals
Modifier and TypeMethodDescriptionprotected Blob
ExifToolProcessor.getTemporaryBlob
(Blob blob) Gets a new blob on a temporary file which is a copy of the blob's.BinaryMetadataServiceImpl.writeMetadata
(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc) BinaryMetadataServiceImpl.writeMetadata
(String processorName, Blob blob, Map<String, Object> metadata, boolean ignorePrefix) BinaryMetadataServiceImpl.writeMetadata
(Blob blob, String mappingDescriptorId, DocumentModel doc) BinaryMetadataServiceImpl.writeMetadata
(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) ExifToolProcessor.writeMetadata
(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) Modifier and TypeMethodDescriptionprotected Blob
ExifToolProcessor.getTemporaryBlob
(Blob blob) Gets a new blob on a temporary file which is a copy of the blob's.protected CloseableFile
ExifToolProcessor.getTemporaryFile
(Blob blob) We don't want to rely ongetCloseableFile()
because it may return the original and we always want a temporary one to be sure we have a clean filename to pass.BinaryMetadataServiceImpl.readMetadata
(String processorName, Blob blob, boolean ignorePrefix) BinaryMetadataServiceImpl.readMetadata
(String processorName, Blob blob, List<String> metadataNames, boolean ignorePrefix) BinaryMetadataServiceImpl.readMetadata
(Blob blob, boolean ignorePrefix) BinaryMetadataServiceImpl.readMetadata
(Blob blob, List<String> metadataNames, boolean ignorePrefix) ExifToolProcessor.readMetadata
(String command, Blob blob, List<String> metadata) ExifToolProcessor.readMetadata
(String command, Blob blob, List<String> metadata, boolean ignorePrefix) Deprecated.ExifToolProcessor.readMetadata
(Blob blob, boolean ignorePrefix) ExifToolProcessor.readMetadata
(Blob blob, List<String> metadata, boolean ignorePrefix) BinaryMetadataServiceImpl.writeMetadata
(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc) BinaryMetadataServiceImpl.writeMetadata
(String processorName, Blob blob, Map<String, Object> metadata, boolean ignorePrefix) BinaryMetadataServiceImpl.writeMetadata
(Blob blob, String mappingDescriptorId, DocumentModel doc) BinaryMetadataServiceImpl.writeMetadata
(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) ExifToolProcessor.writeMetadata
(Blob blob, Map<String, Object> metadata, boolean ignorePrefix) -
Uses of Blob in org.nuxeo.binary.metadata.internals.operations
-
Uses of Blob in org.nuxeo.drive.adapter
-
Uses of Blob in org.nuxeo.drive.adapter.impl
Modifier and TypeMethodDescriptionDocumentBackedFileItem.getBlob()
protected Blob
DocumentBackedFileItem.getBlob
(BlobHolder blobHolder) protected Blob
DocumentBackedFileItem.getBlob
(DocumentModel doc) Modifier and TypeMethodDescriptionAbstractVirtualFolderItem.createFile
(Blob blob, boolean overwrite) CollectionSyncRootFolderItem.createFile
(Blob blob, boolean overwrite) DocumentBackedFolderItem.createFile
(Blob blob, boolean overwrite) protected String
DocumentBackedFileItem.getFileName
(Blob blob, String docTitle) static String
FileSystemItemHelper.getMD5Digest
(Blob blob) Gets the md5 digest of the given blob.void
protected void
DocumentBackedFileItem.updateDigest
(Blob blob) protected void
DocumentBackedFileItem.updateSize
(Blob blob) -
Uses of Blob in org.nuxeo.drive.operations
Modifier and TypeMethodDescriptionNuxeoDriveCanMove.run()
Deprecated.NuxeoDriveCreateFolder.run()
NuxeoDriveFileSystemItemExists.run()
NuxeoDriveGenerateConflictedItemName.run()
Deprecated.NuxeoDriveGetChangeSummary.run()
NuxeoDriveGetChildren.run()
NuxeoDriveGetClientUpdateInfo.run()
Deprecated.NuxeoDriveGetFileSystemItem.run()
NuxeoDriveGetTopLevelFolder.run()
NuxeoDriveMove.run()
NuxeoDriveRename.run()
NuxeoDriveScrollDescendants.run()
protected Blob
NuxeoDriveScrollDescendants.writeJSONBlob
(ScrollFileSystemItemList scrollFSIList) -
Uses of Blob in org.nuxeo.drive.operations.test
Modifier and TypeMethodDescriptionNuxeoDriveCreateTestDocuments.run
(DocumentModel parent) NuxeoDriveSetupIntegrationTests.run()
-
Uses of Blob in org.nuxeo.drive.service
Modifier and TypeMethodDescriptionFileSystemItemManager.createFile
(String parentId, Blob blob, NuxeoPrincipal principal, boolean overwrite) Creates a file with the given blob in theFileSystemItem
with the given id for the given principal.FileSystemItemManager.updateFile
(String id, String parentId, Blob blob, NuxeoPrincipal principal) Updates theFileSystemItem
with the given id and parent id with the given blob for the given principal.FileSystemItemManager.updateFile
(String id, Blob blob, NuxeoPrincipal principal) Updates theFileSystemItem
with the given id with the given blob for the given principal. -
Uses of Blob in org.nuxeo.drive.service.impl
Modifier and TypeMethodDescriptionprotected Blob
DefaultFileSystemItemFactory.getBlob
(DocumentModel doc) Modifier and TypeMethodDescriptionFileSystemItemManagerImpl.createFile
(String parentId, Blob blob, NuxeoPrincipal principal, boolean overwrite) FileSystemItemManagerImpl.updateFile
(String id, String parentId, Blob blob, NuxeoPrincipal principal) FileSystemItemManagerImpl.updateFile
(String id, Blob blob, NuxeoPrincipal principal) protected FileItem
FileSystemItemManagerImpl.updateFile
(FileSystemItem fsItem, Blob blob) -
Uses of Blob in org.nuxeo.ecm.admin.operation
Modifier and TypeMethodDescriptionHotReloadStudioSnapshot.hotReloadPackage
(org.nuxeo.connect.data.DownloadablePackage remotePkg) protected static Blob
HotReloadStudioSnapshot.jsonHelper
(String status, String message, List<String> dependencies) HotReloadStudioSnapshot.run()
-
Uses of Blob in org.nuxeo.ecm.automation.core.collectors
-
Uses of Blob in org.nuxeo.ecm.automation.core.io
-
Uses of Blob in org.nuxeo.ecm.automation.core.mail
-
Uses of Blob in org.nuxeo.ecm.automation.core.operations
-
Uses of Blob in org.nuxeo.ecm.automation.core.operations.blob
Modifier and TypeMethodDescriptionprotected Blob
ConcatenatePDFs.appendPDFs
(org.apache.pdfbox.multipdf.PDFMergerUtility ut) BlobToPDF.run
(DocumentModel doc) BulkDownload.run
(DocumentModelList docs) ConvertBlob.run
(DocumentModel doc) CreateBlob.run()
GetDocumentBlob.run
(DocumentModel doc) Modifier and TypeMethodDescriptionprotected void
Check if blob is a pdf.protected void
-
Uses of Blob in org.nuxeo.ecm.automation.core.operations.collections
-
Uses of Blob in org.nuxeo.ecm.automation.core.operations.document
-
Uses of Blob in org.nuxeo.ecm.automation.core.operations.execution
-
Uses of Blob in org.nuxeo.ecm.automation.core.operations.management
-
Uses of Blob in org.nuxeo.ecm.automation.core.operations.notification
-
Uses of Blob in org.nuxeo.ecm.automation.core.operations.services
Modifier and TypeMethodDescriptionAuditQuery.run()
GetActions.run()
GetActions.run
(DocumentModel currentDocument) GetDirectoryEntries.run()
GetDirectoryEntries.run
(DocumentModel doc) Modifier and TypeMethodDescription -
Uses of Blob in org.nuxeo.ecm.automation.core.operations.services.directory
-
Uses of Blob in org.nuxeo.ecm.automation.core.operations.services.workmanager
Modifier and TypeMethodDescriptionprotected Blob
WorkManagerRunWorkInFailure.buildResult()
WorkManagerRunWorkInFailure.run()
-
Uses of Blob in org.nuxeo.ecm.automation.core.operations.stack
-
Uses of Blob in org.nuxeo.ecm.automation.core.operations.users
Modifier and TypeMethodDescriptionprotected Blob
QueryUsers.buildResponse
(List<DocumentModel> users) QueryUsers.run()
SuggestUserEntries.run()
-
Uses of Blob in org.nuxeo.ecm.automation.core.rendering.operations
Modifier and TypeMethodDescriptionRenderDocument.run
(DocumentModel doc) RenderDocumentFeed.run
(DocumentModelList docs) -
Uses of Blob in org.nuxeo.ecm.automation.core.util
Modifier and TypeMethodDescriptionprotected Blob
JSONObjectBlobDecoder.getBlobFromField
(com.fasterxml.jackson.databind.node.ObjectNode jsonObject, String fieldName) static Blob
ComplexTypeJSONDecoder.getBlobFromJSON
(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) JSONBlobDecoder.getBlobFromJSON
(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) JSONManagedBlobDecoder.getBlobFromJSON
(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) JSONObjectBlobDecoder.getBlobFromJSON
(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) JSONStringBlobDecoder.getBlobFromJSON
(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) protected Blob
JSONObjectBlobDecoder.getBlobFromURL
(String url) Modifier and TypeMethodDescriptionstatic void
Given a document property, updates its value with the given blob.static HashMap<String,
Serializable> DocumentHelper.createBlobHolderMap
(Blob blob) -
Uses of Blob in org.nuxeo.ecm.automation.core.work
Modifier and TypeMethodDescriptionprotected void
BlobListZipWork.updateAndCompleteStoreEntry
(List<Blob> blobs) Deprecated. -
Uses of Blob in org.nuxeo.ecm.automation.elasticsearch
-
Uses of Blob in org.nuxeo.ecm.automation.features
Modifier and TypeMethodDescriptionHTTPHelper.call
(String username, String password, String requestType, String path, com.sun.jersey.multipart.MultiPart mp) HTTPHelper.call
(String username, String password, String requestType, String path, com.sun.jersey.multipart.MultiPart mp, Map<String, String> headers) HTTPHelper.call
(String username, String password, String requestType, String path, Object data, Map<String, String> headers) HTTPHelper.call
(String username, String password, String requestType, String url, Object data, javax.ws.rs.core.MultivaluedMap<String, String> queryParams, com.sun.jersey.multipart.MultiPart mp, Map<String, String> headers) HTTPHelper.call
(String username, String password, String requestType, String path, Map<String, String> headers) HTTPHelper.call
(String username, String password, String requestType, String path, javax.ws.rs.core.MultivaluedMap<String, String> queryParams) HTTPHelper.post
(String url, com.sun.jersey.multipart.MultiPart multiPart, Map<String, Object> options) HTTPHelper.put
(String url, com.sun.jersey.multipart.MultiPart multiPart, Map<String, Object> options) -
Uses of Blob in org.nuxeo.ecm.automation.jaxrs.io.documents
-
Uses of Blob in org.nuxeo.ecm.automation.jaxrs.io.operations
-
Uses of Blob in org.nuxeo.ecm.automation.server.jaxrs
-
Uses of Blob in org.nuxeo.ecm.automation.server.jaxrs.batch
Modifier and TypeFieldDescriptionprotected Blob
BatchFileEntry.blob
protected Blob
BatchFileEntry.chunkedBlob
Modifier and TypeMethodDescriptionprotected Blob
BatchManagerComponent.getBatchBlob
(String batchId, String fileIndex) BatchFileEntry.getBlob()
JSONBatchBlobDecoder.getBlobFromJSON
(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) protected Blob
BatchFileEntry.getChunk
(TransientStore ts, String key) protected Blob
Batch.retrieveBlob
(String index) Modifier and TypeMethodDescriptionBatch.getBlobs()
Returns the uploaded blobs in the order the user chose to upload them.Gets Blobs associated to a given batch.Gets Blobs associated to a given batch.Modifier and TypeMethodDescriptionvoid
BatchManager.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.void
Adds a blob to a batch.void
BatchManagerComponent.addBlob
(String batchId, String index, Blob blob, int chunkCount, int chunkIndex, String name, String mime, long fileSize) void
Batch.addChunk
(String index, Blob blob, int chunkCount, int chunkIndex, String fileName, String mimeType, long fileSize) Adds a chunk with the givenchunkIndex
to the batch file with the givenindex
.Adds a file with the givenindex
to the batch.protected void
BatchFileEntry.transferTo
(Blob blob, File file) Appends the given blob to the given file.ModifierConstructorDescriptionBatchFileEntry
(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
-
Uses of Blob in org.nuxeo.ecm.blob
Modifier and TypeMethodDescriptionDeprecated.Modifier and TypeMethodDescriptionprotected String
AbstractCloudBinaryManager.getContentDispositionHeader
(Blob blob, javax.servlet.http.HttpServletRequest servletRequest) Deprecated.protected String
AbstractCloudBinaryManager.getContentTypeHeader
(Blob blob) Deprecated.Deprecated. -
Uses of Blob in org.nuxeo.ecm.blob.azure
Modifier and TypeMethodDescriptionprotected String
AzureBinaryManager.getContentDispositionHeader
(Blob blob, javax.servlet.http.HttpServletRequest servletRequest) Deprecated. -
Uses of Blob in org.nuxeo.ecm.blob.s3
Modifier and TypeMethodDescriptionprotected String
S3BlobProvider.getContentDispositionHeader
(Blob blob, javax.servlet.http.HttpServletRequest servletRequest) protected String
S3BlobProvider.getContentTypeHeader
(Blob blob) -
Uses of Blob in org.nuxeo.ecm.core.api
Modifier and TypeMethodDescriptionstatic Blob
Blobs.createBlob
(byte[] bytes) Creates aBlob
backed by the given bytes array.static Blob
Blobs.createBlob
(byte[] bytes, String mimeType) Creates aBlob
backed by the given bytes array.static Blob
Blobs.createBlob
(byte[] bytes, String mimeType, String encoding) Creates aBlob
backed by the given bytes array.static Blob
Blobs.createBlob
(File file) static Blob
Blobs.createBlob
(File file, String mimeType) static Blob
Blobs.createBlob
(File file, String mimeType, String encoding) static Blob
Blobs.createBlob
(File file, String mimeType, String encoding, String filename) static Blob
Blobs.createBlob
(InputStream in) Creates aBlob
from anInputStream
, by saving it to a temporary file.static Blob
Blobs.createBlob
(InputStream in, String mimeType) Creates aBlob
from anInputStream
, by saving it to a temporary file.static Blob
Blobs.createBlob
(InputStream in, String mimeType, String encoding) Creates aBlob
from anInputStream
, by saving it to a temporary file.static Blob
Blobs.createBlob
(InputStream in, String mimeType, String encoding, File tmpDir) Creates aBlob
from anInputStream
, by saving it to a temporary file.static Blob
Blobs.createBlob
(String string) Creates aBlob
backed by the given string, with MIME type "text/plain" and encoding "UTF-8".static Blob
Blobs.createBlob
(String string, String mimeType) Creates aBlob
backed by the given string, with encoding "UTF-8".static Blob
Blobs.createBlob
(String string, String mimeType, String encoding) Creates aBlob
backed by the given string.static Blob
Blobs.createBlob
(String string, String mimeType, String encoding, String filename) Creates aBlob
backed by the given string.static Blob
Blobs.createBlobWithExtension
(String ext) static Blob
Blobs.createJSONBlob
(String json) Create aBlob
backed by the given JSON string.static Blob
Blobs.createJSONBlobFromValue
(Object value) Create aBlob
backed by the JSON for an arbitrary value. -
Uses of Blob in org.nuxeo.ecm.core.api.blobholder
Modifier and TypeMethodDescriptionBlobHolder.getBlob()
Returns the Blob held inside the object.DocumentBlobHolder.getBlob()
DocumentStringBlobHolder.getBlob()
DownloadContextBlobHolder.getBlob()
SimpleBlobHolder.getBlob()
BlobHolderAdapterComponent.getExternalBlobForUri
(String uri) BlobHolderAdapterService.getExternalBlobForUri
(String uri) Returns an external blob from given uri.Modifier and TypeMethodDescriptionAbstractBlobHolder.getBlobs()
BlobHolder.getBlobs()
Returns a list of blobs, if holder implementation supports multiple blobs.DocumentBlobHolder.getBlobs()
SimpleBlobHolder.getBlobs()
Modifier and TypeMethodDescriptionvoid
void
Sets a blob in the object.void
void
void
ModifierConstructorDescriptionSimpleBlobHolder
(Blob blob) SimpleBlobHolderWithProperties
(Blob blob, Map<String, Serializable> properties) ModifierConstructorDescriptionprotected
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
-
Uses of Blob in org.nuxeo.ecm.core.api.impl.blob
Modifier and TypeClassDescriptionclass
Abstract implementation of aBlob
storing the information other than the byte stream.class
Deprecated.since 10.3, use the @async operation adapter instead.class
Wraps an existingBlob
to allow setting a different filename.class
Blob based on a byte array.class
class
Blob holding a JSON string.class
Blob based on a string.class
Blob backed by a URL.class
ABlob
backed by an entry in a ZIP file.Modifier and TypeFieldDescriptionprotected final Blob
BlobWrapper.blob
protected final Blob
ZipEntryBlob.zipBlob
Modifier and TypeMethodDescriptionprotected boolean
AbstractBlob.equalsStream
(Blob other) Factory for aZipEntryBlob.ZipEntryInputStream
.ModifierConstructorDescriptionBlobWrapper
(Blob blob) ZipEntryBlob
(Blob zipBlob, String entryName) Creates aBlob
from an entry in a ZIP file blob. -
Uses of Blob in org.nuxeo.ecm.core.api.model.impl.primitives
Modifier and TypeMethodDescriptionstatic Blob
ExternalBlobProperty.getBlobFromMap
(Map<String, Object> mapValue) Modifier and TypeMethodDescriptionstatic Map<String,
Serializable> ExternalBlobProperty.getMapFromBlob
(Blob blob) ExternalBlobProperty.getMapFromBlobWithUri
(Blob blob) protected void
BlobProperty.setMemberValue
(Blob blob, String name, Object value) -
Uses of Blob in org.nuxeo.ecm.core.api.thumbnail
Modifier and TypeMethodDescriptionThumbnail.computeThumbnail
(CoreSession session) ThumbnailAdapter.computeThumbnail
(CoreSession session) ThumbnailFactory.computeThumbnail
(DocumentModel doc, CoreSession session) ThumbnailService.computeThumbnail
(DocumentModel doc, CoreSession session) Compute the thumbnail (related to the document type/facet)ThumbnailServiceImpl.computeThumbnail
(DocumentModel doc, CoreSession session) Thumbnail.getThumbnail
(CoreSession session) ThumbnailAdapter.getThumbnail
(CoreSession session) ThumbnailFactory.getThumbnail
(DocumentModel doc, CoreSession session) ThumbnailService.getThumbnail
(DocumentModel doc, CoreSession session) Get the document thumbnail (related to the doc type/facet)ThumbnailServiceImpl.getThumbnail
(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.core.blob
Modifier and TypeInterfaceDescriptioninterface
Interface forBlob
s created and managed by theBlobManager
.Modifier and TypeClassDescriptionclass
Simple managed blob implementation holding just a key and delegating to its provider for implementation.Modifier and TypeMethodDescriptionReads aBlob
from storage.default Blob
BlobProvider.readBlob
(BlobInfoContext blobInfoContext) Reads aBlob
from storage.Deprecated.since 11.1, useDocumentBlobManager.readBlob(BlobInfo, Document, String)
insteadReads aBlob
from storage.Deprecated.since 11.1, useDocumentBlobManagerComponent.readBlob(BlobInfo, Document, String)
insteadReads aBlob
from storage.protected Blob
DocumentBlobManagerComponent.readBlob
(BlobInfo blobInfo, Document doc, String xpath, String repositoryName) Modifier and TypeMethodDescriptionprotected void
BlobStoreBlobProvider.fixupDigest
(Blob blob, String key) Fixup of the blob's digest, if possible.BlobManager.getAvailableConversions
(Blob blob, BlobManager.UsageHint hint) Gets a map of available MIME type conversions and correspondingURI
for a blob.BlobManagerComponent.getAvailableConversions
(Blob blob, BlobManager.UsageHint hint) BlobDispatcher.getBlobProvider
(Document doc, Blob blob, String xpath) Decides whichBlobProvider
to use to write the given blob, and whether the provider id should be added as prefix to the managed blob key.BlobManager.getBlobProvider
(Blob blob) Gets the blob provider for the given blob.BlobManagerComponent.getBlobProvider
(Blob blob) DefaultBlobDispatcher.getBlobProvider
(Document doc, Blob blob, String xpath) DocumentBlobManager.getConvertedStream
(Blob blob, String mimeType, DocumentModel doc) Gets anInputStream
for a conversion to the given MIME type.DocumentBlobManagerComponent.getConvertedStream
(Blob blob, String mimeType, DocumentModel doc) protected DocumentBlobProvider
DocumentBlobManagerComponent.getDocumentBlobProvider
(Blob blob) Deprecated.since 11.1, usegetFile()
insteadDeprecated.protected String
DefaultBlobDispatcher.getProviderId
(Document doc, Blob blob, String blobXPath) Deprecated.since 11.1, usegetStream()
insteadDeprecated.BlobManager.getThumbnail
(Blob blob) Gets anInputStream
for a thumbnail of a blob.BlobManagerComponent.getThumbnail
(Blob blob) BlobManager.getURI
(Blob blob, BlobManager.UsageHint hint, javax.servlet.http.HttpServletRequest servletRequest) Gets anURI
for the content of a blob.BlobManagerComponent.getURI
(Blob blob, BlobManager.UsageHint hint, javax.servlet.http.HttpServletRequest servletRequest) protected Object
DefaultBlobDispatcher.getValue
(Document doc, Blob blob, String blobXPath, DefaultBlobDispatcher.Clause clause) Writes aBlob
to storage and returns information about it.Writes aBlob
to storage and returns its key.Writes aBlob
to storage and returns its key.ModifierConstructorDescriptionBlobContext
(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
Modifier and TypeMethodDescriptionDeprecated.Modifier and TypeMethodDescriptionprotected boolean
BinaryBlob.equalsStream
(Blob blob) Deprecated.protected void
BinaryBlobProvider.fixupDigest
(Blob blob, String digest) Deprecated.Fixup of the blob's digest, if possible.Deprecated.Deprecated.Saves the given blob into aBinary
.Deprecated.Deprecated. -
Uses of Blob in org.nuxeo.ecm.core.bulk
Modifier and TypeMethodDescriptionprotected Blob
S3SetBlobLengthAction.SetBlobLengthComputation.fixBlob
(String docId, ManagedBlob blob, boolean force) -
Uses of Blob in org.nuxeo.ecm.core.bulk.action.computation
-
Uses of Blob in org.nuxeo.ecm.core.convert.api
ModifierConstructorDescriptionConversionException
(String message, Blob blob) ConversionException
(String message, Blob blob, Throwable cause) -
Uses of Blob in org.nuxeo.ecm.core.convert.cache
Modifier and TypeMethodDescriptionprotected void
SimpleCachableBlobHolder.orderIndexPageFirst
(List<Blob> blobs) Rearrange blobs to have smallest index.html page as the first blob. -
Uses of Blob in org.nuxeo.ecm.core.convert.plugins.text.extractors
Modifier and TypeMethodDescriptionprotected Blob
RFC822ToTextConverter.extractTextFromMessage
(Blob blob) -
Uses of Blob in org.nuxeo.ecm.core.convert.service
Modifier and TypeMethodDescriptionprotected static Blob
ConversionServiceImpl.replaceURLsByAbsolutePaths
(Blob blob, Path tempDirectory, Function<String, Blob> blobResolver) Replace the image URLs of an HTML blob by absolute local paths.Modifier and TypeMethodDescriptionprotected void
ConversionServiceImpl.adjustBlobName
(String filename, Blob blob, String mimeType) protected static Blob
ConversionServiceImpl.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
-
Uses of Blob in org.nuxeo.ecm.core.io.download
Modifier and TypeFieldDescriptionprotected final Blob
DownloadService.DownloadContext.blob
protected Blob
DownloadService.DownloadContext.Builder.blob
Modifier and TypeMethodDescriptionDownloadService.DownloadContext.getBlob()
DownloadService.resolveBlob
(DocumentModel doc) Finds a document's blob.DownloadService.resolveBlob
(DocumentModel doc, String xpath) Finds a document's blob given an xpath or blobholder indexDownloadServiceImpl.resolveBlob
(DocumentModel doc) DownloadServiceImpl.resolveBlob
(DocumentModel doc, String xpath) DownloadService.resolveBlobFromDownloadUrl
(String downloadURL) Finds a document's blob given the download URL returned byDownloadService.getDownloadUrl(org.nuxeo.ecm.core.api.DocumentModel, java.lang.String, java.lang.String)
.DownloadServiceImpl.resolveBlobFromDownloadUrl
(String downloadURL) Modifier and TypeMethodDescriptionThe blob, if already fetched.boolean
DownloadService.checkPermission
(DocumentModel doc, String xpath, Blob blob, String reason, Map<String, Serializable> extendedInfos) Checks whether the download of the blob is allowed.boolean
DownloadServiceImpl.checkPermission
(DocumentModel doc, String xpath, Blob blob, String reason, Map<String, Serializable> extendedInfos) void
DownloadService.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)
insteadvoid
DownloadService.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)
insteadvoid
DownloadService.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)
insteadvoid
DownloadService.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)
insteadvoid
DownloadServiceImpl.downloadBlob
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DocumentModel doc, String xpath, Blob blob, String filename, String reason) Deprecated.void
DownloadServiceImpl.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.void
DownloadServiceImpl.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.void
DownloadServiceImpl.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 String
DownloadHelper.getContentTypeHeader
(Blob blob) Gets the Content-Type header for the given blob, per RFC 2616.DownloadService.getFullDownloadUrl
(DocumentModel doc, String xpath, Blob blob, String baseUrl) Gets the full download URL (after redirects if configured so) for the given blob.DownloadServiceImpl.getFullDownloadUrl
(DocumentModel doc, String xpath, Blob blob, String baseUrl) DefaultRedirectResolver.getURI
(Blob blob, BlobManager.UsageHint usage, javax.servlet.http.HttpServletRequest request) RedirectResolver.getURI
(Blob blob, BlobManager.UsageHint usage, javax.servlet.http.HttpServletRequest request) Return a redirect URI if possible to the specified Blobvoid
DownloadService.transferBlobWithByteRange
(Blob blob, ByteRange byteRange, Supplier<OutputStream> outputStreamSupplier) Copies the blob stream at the given byte range into the suppliedOutputStream
.void
DownloadServiceImpl.transferBlobWithByteRange
(Blob blob, ByteRange byteRange, Supplier<OutputStream> outputStreamSupplier) protected void
DownloadServiceImpl.transferBlobWithByteRange
(Blob blob, ByteRange byteRange, javax.servlet.http.HttpServletResponse response) Modifier and TypeMethodDescriptionDownloadService.storeBlobs
(List<Blob> blobs) Stores the blobs for later download.DownloadServiceImpl.storeBlobs
(List<Blob> blobs) Stores the blobs for later download.ModifierConstructorDescriptionDownloadContext
(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
-
Uses of Blob in org.nuxeo.ecm.core.model
-
Uses of Blob in org.nuxeo.ecm.core.mongodb.transientstore
-
Uses of Blob in org.nuxeo.ecm.core.opencmis.impl.server
Modifier and TypeMethodDescriptionprotected static Blob
NuxeoPropertyData.getBlob
(DocumentModel doc) static Blob
NuxeoPropertyData.getPersistentBlob
(org.apache.chemistry.opencmis.commons.data.ContentStream contentStream, String filename) Returns a Blob whose stream can be used several times.Modifier and TypeMethodDescriptionstatic NuxeoContentStream
NuxeoContentStream.create
(DocumentModel doc, String xpath, Blob blob, String reason, Map<String, Serializable> extendedInfos, Calendar lastModified, javax.servlet.http.HttpServletRequest request) protected void
NuxeoCmisService.setResponseHeader
(String headerName, Blob blob, org.apache.chemistry.opencmis.commons.server.CallContext callContext) Deprecated.since 11.1, now unused -
Uses of Blob in org.nuxeo.ecm.core.storage
Modifier and TypeMethodDescriptionBaseDocument.StateBlobAccessor.getBlob()
protected Blob
BaseDocument.getValueBlob
(T state, String xpath) Modifier and TypeMethodDescriptionprotected String
FulltextExtractorWork.blobToText
(Blob blob) Converts the blob to text by calling a converter.void
BaseDocument.BlobWriteContext.recordBlob
(BaseDocument<T> doc, T state, Blob blob, String xpath) Records a blob update.void
protected void
BaseDocument.setValueBlob
(T state, Blob blob, String xpath) protected void
BaseDocument.setValueBlob
(T state, Blob blob, String xpath, boolean gcOldBlob) -
Uses of Blob in org.nuxeo.ecm.core.storage.mongodb
Modifier and TypeMethodDescriptionDeprecated. -
Uses of Blob in org.nuxeo.ecm.core.storage.sql
-
Uses of Blob in org.nuxeo.ecm.core.transientstore
Modifier and TypeMethodDescription -
Uses of Blob in org.nuxeo.ecm.core.transientstore.api
Modifier and TypeMethodDescriptionGets the blobs associated with the entry with the givenkey
. -
Uses of Blob in org.nuxeo.ecm.core.transientstore.keyvalueblob
-
Uses of Blob in org.nuxeo.ecm.core.utils
Modifier and TypeMethodDescriptionstatic Blob
Zip a list of blob.static Blob
Zip the given blob.Modifier and TypeMethodDescriptionBlobsExtractor.getBlobs
(DocumentModel doc) Gets the blobs of the document.Modifier and TypeMethodDescriptionprotected static String
BlobUtils.getFileName
(Blob blob) static Blob
Zip the given blob.protected static void
BlobUtils.zip
(Blob blob, ZipOutputStream out) -
Uses of Blob in org.nuxeo.ecm.csv.core
Modifier and TypeMethodDescriptionprotected Blob
CSVImporterWork.createBlobFromFilePath
(String fileRelativePath) Creates aBlob
from a relative file path.protected Blob
CSVImporterWork.createBlobFromStringBlob
(Blob stringBlob) Creates aBlob
from aStringBlob
.protected Blob
CSVImporterWork.getBlob()
Modifier and TypeMethodDescriptionprotected static String
CSVImportId.computeDigest
(Blob blob) static String
protected Blob
CSVImporterWork.createBlobFromStringBlob
(Blob stringBlob) Creates aBlob
from aStringBlob
.CSVImporter.launchImport
(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options) CSVImporterImpl.launchImport
(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options) protected BufferedReader
ModifierConstructorDescriptionCSVImporterWork
(String repositoryName, String parentPath, String username, Blob csvBlob, CSVImporterOptions options) -
Uses of Blob in org.nuxeo.ecm.csv.core.operation
-
Uses of Blob in org.nuxeo.ecm.directory
Modifier and TypeMethodDescriptionprotected static Blob
DirectoryCSVLoader.createBlob
(String dataFileName) Modifier and TypeMethodDescriptionstatic void
DirectoryCSVLoader.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.void
AbstractDirectory.loadFromCSV
(Blob dataBlob, String dataLoadingPolicy) void
Directory.loadFromCSV
(Blob dataBlob, String dataLoadingPolicy) Loads a CSV into a Directory.void
DirectoryServiceImpl.loadFromCSV
(String directoryName, Blob dataBlob, String dataLoadingPolicy) -
Uses of Blob in org.nuxeo.ecm.directory.api
Modifier and TypeMethodDescriptionvoid
DirectoryService.loadFromCSV
(String directoryName, Blob dataBlob, String dataLoadingPolicy) Loads a CSV into the givendirectoryName
. -
Uses of Blob in org.nuxeo.ecm.liveconnect.core
Modifier and TypeMethodDescriptionJSONLiveConnectBlobDecoder.getBlobFromJSON
(com.fasterxml.jackson.databind.node.ObjectNode jsonObject) Deprecated.Should be overriden by subclasses needing something different.LiveConnectBlobProvider.toBlob
(LiveConnectFileInfo fileInfo) -
Uses of Blob in org.nuxeo.ecm.liveconnect.google.drive
Modifier and TypeMethodDescriptionprotected Blob
GoogleDriveBlobProvider.retrieveBlobConversion
(ManagedBlob blob, String mimeType, DocumentModel doc) Retrieve a stored conversion of the given blobModifier and TypeMethodDescriptionprotected void
GoogleDriveBlobProvider.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
Modifier and TypeMethodDescriptionprotected Blob
GoogleDriveBlobConverter.convert
(Blob blob, DocumentModel doc) Modifier and TypeMethodDescriptionprotected Blob
GoogleDriveBlobConverter.convert
(Blob blob, DocumentModel doc) -
Uses of Blob in org.nuxeo.ecm.platform.audio.extension
Modifier and TypeMethodDescriptionThumbnailAudioFactory.computeThumbnail
(DocumentModel doc, CoreSession session) ThumbnailAudioFactory.getThumbnail
(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.platform.convert
Modifier and TypeMethodDescriptionprotected Blob
ConvertHelper.applyConverter
(Blob blob, String converter, String destMimeType, Map<String, Serializable> params) ConvertHelper.convertBlob
(Blob blob, String mimeType) ConvertHelper.convertBlob
(Blob blob, String mimeType, Map<String, Serializable> params) Modifier and TypeMethodDescriptionprotected Blob
ConvertHelper.applyConverter
(Blob blob, String converter, String destMimeType, Map<String, Serializable> params) ConvertHelper.convertBlob
(Blob blob, String mimeType) ConvertHelper.convertBlob
(Blob blob, String mimeType, Map<String, Serializable> params) protected String
ConvertHelper.findConverter
(Blob blob, String destMimeType) -
Uses of Blob in org.nuxeo.ecm.platform.convert.plugins
Modifier and TypeMethodDescriptionprotected Blob
protected Blob
Zip2HtmlConverter.createIndexBlob
(String title, List<String> names) protected Blob
ZipCachableBlobHolder.createIndexBlob()
Deprecated.ZipCachableBlobHolder.getBlob()
Deprecated.Deprecated.Modifier and TypeMethodDescriptionZipCachableBlobHolder.getBlobs()
Deprecated.CommandLineBasedConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) Extracts BlobParameters.CommandLineConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) Image2PDFConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) PDF2HtmlConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) PDF2ImageConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) WordPerfect2TextConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) Zip2HtmlConverter.listNamesAndCreateIndex
(Blob zipBlob, List<String> names) Modifier and TypeMethodDescriptionprotected Blob
protected String
UTF8CharsetConverter.detectEncoding
(Blob blob) Zip2HtmlConverter.listNamesAndCreateIndex
(Blob zipBlob, List<String> names) Modifier and TypeMethodDescriptionprotected CommandLineBasedConverter.CmdReturn
CommandLineBasedConverter.execOnBlob
(String commandName, Map<String, Blob> blobParameters, Map<String, String> parameters) -
Uses of Blob in org.nuxeo.ecm.platform.filemanager.api
Modifier and TypeFieldDescriptionprotected final Blob
FileImporterContext.blob
protected final Blob
FileImporterContext.Builder.blob
Modifier and TypeMethodDescriptionstatic FileImporterContext.Builder
FileImporterContext.builder
(CoreSession session, Blob blob, String parentPath) FileManager.createDocumentFromBlob
(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName) Deprecated.since 10.10.FileManager.createDocumentFromBlob
(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName, boolean noMimeTypeCheck) Deprecated.since 10.10.FileManager.updateDocumentFromBlob
(CoreSession documentManager, Blob input, String path, String fullName) Deprecated.since 10.10. -
Uses of Blob in org.nuxeo.ecm.platform.filemanager.service
Modifier and TypeMethodDescriptionFileManagerService.createDocumentFromBlob
(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName) FileManagerService.createDocumentFromBlob
(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName, boolean noMimeTypeCheck) FileManagerService.updateDocumentFromBlob
(CoreSession documentManager, Blob input, String path, String fullName) -
Uses of Blob in org.nuxeo.ecm.platform.filemanager.service.extension
Modifier and TypeMethodDescriptionAbstractFileImporter.create
(CoreSession session, Blob content, String path, boolean overwrite, String fullname, TypeManager typeService) FileImporter.create
(CoreSession documentManager, Blob content, String path, boolean overwrite, String filename, TypeManager typeService) Deprecated.since 10.10.protected String
protected static String
NoteImporter.guessEncoding
(Blob blob) protected void
AbstractFileImporter.updateDocument
(DocumentModel doc, Blob content) Updates the document (sets its properties).void
NoteImporter.updateDocument
(DocumentModel doc, Blob content) protected boolean
AbstractFileImporter.updateDocumentIfPossible
(DocumentModel doc, Blob content) Tries to update the documentdoc
with the blobcontent
.boolean
NoteImporter.updateDocumentIfPossible
(DocumentModel doc, Blob content) -
Uses of Blob in org.nuxeo.ecm.platform.importer.xml.parser
Modifier and TypeMethodDescriptionprotected Blob
XMLImporterServiceImpl.resolveBlob
(org.dom4j.Element el, AttributeConfigDescriptor conf, String propertyName) -
Uses of Blob in org.nuxeo.ecm.platform.io.operation
-
Uses of Blob in org.nuxeo.ecm.platform.mail.adapter
-
Uses of Blob in org.nuxeo.ecm.platform.mimetype.interfaces
Modifier and TypeMethodDescriptionMimetypeRegistry.updateMimetype
(Blob blob) Updates the mime type field of a Blob based on the embedded filename with fallback to binary sniffing.MimetypeRegistry.updateMimetype
(Blob blob, String filename) Updates the mime type field of a Blob based on the provided filename with fallback to binary sniffing.MimetypeRegistry.updateMimetype
(Blob blob, String filename, Boolean withBlobMimetypeFallback) Updates the mime type field of a Blob based on the provided filename with fallback to binary.Modifier and TypeMethodDescriptionMimetypeRegistry.getMimetypeFromBlob
(Blob blob) Returns the mime type from a given stream.MimetypeRegistry.getMimetypeFromBlobWithDefault
(Blob blob, String defaultMimetype) Finds the mime type of a Blob content and returns provided default if not possible.MimetypeRegistry.getMimetypeFromFilenameAndBlobWithDefault
(String filename, Blob blob, String defaultMimetype) Finds the mime type of some content according to its filename and / or binary content.MimetypeRegistry.getMimetypeFromFilenameWithBlobMimetypeFallback
(String filename, Blob blob, String defaultMimetype) Finds the mime type of some content according to its filename or binary mime type or binary content.MimetypeRegistry.updateMimetype
(Blob blob) Updates the mime type field of a Blob based on the embedded filename with fallback to binary sniffing.MimetypeRegistry.updateMimetype
(Blob blob, String filename) Updates the mime type field of a Blob based on the provided filename with fallback to binary sniffing.MimetypeRegistry.updateMimetype
(Blob blob, String filename, Boolean withBlobMimetypeFallback) Updates the mime type field of a Blob based on the provided filename with fallback to binary. -
Uses of Blob in org.nuxeo.ecm.platform.mimetype.service
Modifier and TypeMethodDescriptionMimetypeRegistryService.updateMimetype
(Blob blob) MimetypeRegistryService.updateMimetype
(Blob blob, String filename) MimetypeRegistryService.updateMimetype
(Blob blob, String filename, Boolean withBlobMimetypeFallback) Modifier and TypeMethodDescriptionMimetypeRegistryService.getMimetypeFromBlob
(Blob blob) MimetypeRegistryService.getMimetypeFromBlobWithDefault
(Blob blob, String defaultMimetype) MimetypeRegistryService.getMimetypeFromFilenameAndBlobWithDefault
(String filename, Blob blob, String defaultMimetype) MimetypeRegistryService.getMimetypeFromFilenameWithBlobMimetypeFallback
(String filename, Blob blob, String defaultMimetype) MimetypeRegistryService.updateMimetype
(Blob blob) MimetypeRegistryService.updateMimetype
(Blob blob, String filename) MimetypeRegistryService.updateMimetype
(Blob blob, String filename, Boolean withBlobMimetypeFallback) -
Uses of Blob in org.nuxeo.ecm.platform.pdf
Modifier and TypeMethodDescriptionPDFPageNumbering.addPageNumbers
(int inStartAtPage, int inStartAtNumber, String inFontName, float inFontSize, String inHex255Color, PDFPageNumbering.PAGE_NUMBER_POSITION inPosition) Adds page numbers and returns a new Blob.PDFEncryption.encrypt
(org.apache.pdfbox.pdmodel.encryption.AccessPermission inPerm) Encrypts the PDF with the new permissions (seeAccessPermission
).PDFEncryption.encryptReadOnly()
Encrypts the PDF with readonly permission.PDFPageExtractor.extract
(int inStartPage, int inEndPage) PDFPageExtractor.extract
(int inStartPage, int inEndPage, String inFileName, String inTitle, String inSubject, String inAuthor) Return a Blob built from pageinStartPage
toinEndPage
(inclusive).Merge the PDFs.Merge the PDFs. optionnaly, can set the title, subject and author of the resulting PDF.PDFEncryption.removeEncryption()
Removes all protection from the PDF, returns a copy of it.Modifier and TypeMethodDescriptionvoid
static org.apache.pdfbox.pdmodel.PDDocument
This is just a shortcut.ModifierConstructorDescriptionPDFEncryption
(Blob inBlob) Basic constructor.Constructor with a Blob.Constructor for Blob + encrypted PDF.PDFPageExtractor
(Blob inBlob) PDFPageNumbering
(Blob inBlob) PDFTextExtractor
(Blob inBlob) -
Uses of Blob in org.nuxeo.ecm.platform.pdf.operations
Modifier and TypeMethodDescriptionprotected Blob
protected Blob
PDFEncryptOperation.run
(DocumentModel inDoc) PDFEncryptReadOnlyOperation.run
(DocumentModel inDoc) PDFExtractPagesOperation.run
(DocumentModel inDoc) PDFMergeDocumentsOperation.run
(DocumentModel inDoc) PDFMergeDocumentsOperation.run
(DocumentModelList inDocs) PDFRemoveEncryptionOperation.run
(DocumentModel inDoc) Modifier and TypeMethodDescription -
Uses of Blob in org.nuxeo.ecm.platform.pdf.service
Modifier and TypeMethodDescriptionPDFTransformationService.applyImageWatermark
(Blob input, Blob watermark, WatermarkProperties properties) Add an Image watermark to the input PDF blobPDFTransformationServiceImpl.applyImageWatermark
(Blob input, Blob watermark, WatermarkProperties properties) PDFTransformationService.applyTextWatermark
(Blob input, String text, WatermarkProperties properties) Add a text watermark to the input PDF blobPDFTransformationServiceImpl.applyTextWatermark
(Blob input, String text, WatermarkProperties properties) PDFTransformationService.overlayPDF
(Blob input, Blob overlayBlob) Overlay a PDF file on top of the input BlobPDFTransformationServiceImpl.overlayPDF
(Blob input, Blob overlayBlob) protected Blob
PDFTransformationServiceImpl.saveInTempFile
(org.apache.pdfbox.pdmodel.PDDocument PdfDoc) Modifier and TypeMethodDescriptionPDFTransformationService.applyImageWatermark
(Blob input, Blob watermark, WatermarkProperties properties) Add an Image watermark to the input PDF blobPDFTransformationServiceImpl.applyImageWatermark
(Blob input, Blob watermark, WatermarkProperties properties) PDFTransformationService.applyTextWatermark
(Blob input, String text, WatermarkProperties properties) Add a text watermark to the input PDF blobPDFTransformationServiceImpl.applyTextWatermark
(Blob input, String text, WatermarkProperties properties) PDFTransformationService.overlayPDF
(Blob input, Blob overlayBlob) Overlay a PDF file on top of the input BlobPDFTransformationServiceImpl.overlayPDF
(Blob input, Blob overlayBlob) -
Uses of Blob in org.nuxeo.ecm.platform.picture
Modifier and TypeMethodDescriptionprotected Blob
ImagingComponent.callPictureConversionChain
(DocumentModel doc, Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, Point size, String conversionFormat) ImagingComponent.convertToPDF
(Blob blob) protected Blob
Modifier and TypeMethodDescriptionprotected Blob
ImagingComponent.callPictureConversionChain
(DocumentModel doc, Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, Point size, String conversionFormat) protected PictureView
ImagingComponent.computeView
(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, boolean convert) protected PictureView
ImagingComponent.computeView
(DocumentModel doc, Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo) protected PictureView
ImagingComponent.computeView
(DocumentModel doc, Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, boolean convert) ImagingComponent.computeViewFor
(Blob blob, PictureConversion pictureConversion, boolean convert) ImagingComponent.computeViewFor
(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, boolean convert) ImagingComponent.computeViewsFor
(Blob blob, List<PictureConversion> pictureConversions, boolean convert) ImagingComponent.computeViewsFor
(Blob blob, List<PictureConversion> pictureConversions, ImageInfo imageInfo, boolean convert) ImagingComponent.computeViewsFor
(DocumentModel doc, Blob blob, ImageInfo imageInfo, boolean convert) protected PictureView
ImagingComponent.computeViewWithoutConversion
(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo) ImagingComponent.convertToPDF
(Blob blob) ImagingComponent.getImageInfo
(Blob blob) ImagingComponent.getImageMimeType
(Blob blob) protected Blob
Modifier and TypeMethodDescriptionImagingComponent.computeViewsFor
(List<Blob> blobs, List<PictureConversion> pictureConversions, boolean convert) ImagingComponent.computeViewsFor
(List<Blob> blobs, List<PictureConversion> pictureConversions, ImageInfo imageInfo, boolean convert) -
Uses of Blob in org.nuxeo.ecm.platform.picture.api
Modifier and TypeMethodDescriptionImagingService.convertToPDF
(Blob blob) Converts an image to PDF.Crops an image.PictureView.getBlob()
Returns theBlob
of the picture view.PictureViewImpl.getBlob()
Resizes image.Rotates an image.Modifier and TypeMethodDescriptionImagingService.computeViewFor
(Blob blob, PictureConversion pictureConversion, boolean convert) ImagingService.computeViewFor
(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, boolean convert) ImagingService.computeViewsFor
(Blob blob, List<PictureConversion> pictureConversions, boolean convert) ImagingService.computeViewsFor
(Blob blob, List<PictureConversion> pictureConversions, ImageInfo imageInfo, boolean convert) ImagingService.computeViewsFor
(DocumentModel doc, Blob blob, ImageInfo imageInfo, boolean convert) Compute all the registeredPictureConversion
For each picture template theImagingService.computeViewFor(Blob, PictureConversion, ImageInfo, boolean)
method is callImagingService.convertToPDF
(Blob blob) Converts an image to PDF.Crops an image.ImagingService.getImageInfo
(Blob blob) ImagingService.getImageMimeType
(Blob blob) Returns the mime-type for the given BlobResizes image.Rotates an image.void
Sets theBlob
of this picture view.void
Modifier and TypeMethodDescriptionImagingService.computeViewsFor
(List<Blob> blobs, List<PictureConversion> pictureConversions, boolean convert) ImagingService.computeViewsFor
(List<Blob> blobs, List<PictureConversion> pictureConversions, ImageInfo imageInfo, boolean convert) -
Uses of Blob in org.nuxeo.ecm.platform.picture.api.adapters
Modifier and TypeMethodDescriptionprotected Blob
AbstractPictureAdapter.crop
(Blob blob, Map<String, Serializable> coords) PictureBookBlobHolder.getBlob()
protected Blob
AbstractPictureAdapter.getContentFromViews
(Integer i) DefaultPictureAdapter.getPictureFromTitle
(String title) NoPictureAdapter.getPictureFromTitle
(String title) PictureResourceAdapter.getPictureFromTitle
(String title) Modifier and TypeMethodDescriptionvoid
AbstractPictureAdapter.createPictureimpl
(String description, String tag, String title, Integer maxsize, String filename, Integer width, Integer height, Integer depth, Blob fileContent) protected Blob
AbstractPictureAdapter.crop
(Blob blob, Map<String, Serializable> coords) boolean
AbstractPictureAdapter.fillPictureViews
(Blob blob, String filename, String title) boolean
DefaultPictureAdapter.fillPictureViews
(Blob blob, String filename, String title, List<Map<String, Object>> pictureConversions) boolean
DefaultPictureAdapter.fillPictureViews
(Blob blob, String filename, String title, List<Map<String, Object>> pictureConversions, boolean outsideTx) boolean
NoPictureAdapter.fillPictureViews
(Blob blob, String filename, String title, List<Map<String, Object>> pictureConversions) boolean
PictureResourceAdapter.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.boolean
PictureResourceAdapter.fillPictureViews
(Blob blob, String filename, String title, List<Map<String, Object>> pictureConversions) Fill this Picture views using the givenpictureConversions
andblob
to compute the picture views.default boolean
PictureResourceAdapter.fillPictureViews
(Blob blob, String filename, String title, List<Map<String, Object>> pictureConversions, boolean outsideTx) Fill this Picture views using the givenpictureConversions
andblob
to compute the picture views.void
DefaultPictureAdapter.preFillPictureViews
(Blob blob, List<Map<String, Object>> pictureConversions, ImageInfo imageInfo) void
NoPictureAdapter.preFillPictureViews
(Blob blob, List<Map<String, Object>> pictureConversions, ImageInfo imageInfo) void
PictureResourceAdapter.preFillPictureViews
(Blob blob, List<Map<String, Object>> pictureConversions, ImageInfo imageInfo) Pre-fill this Picture views using the givenpictureConversions
andblob
. -
Uses of Blob in org.nuxeo.ecm.platform.picture.core
Modifier and TypeMethodDescriptionImageUtils.convertToPDF
(Blob blob) MetadataUtils.getImageMetadata
(Blob blob) -
Uses of Blob in org.nuxeo.ecm.platform.picture.core.im
Modifier and TypeMethodDescriptionIMImageUtils.convertToPDF
(Blob blob) protected File
IMImageUtils.ImageMagickCaller.createTempSource
(Blob blob, String ext) protected String
IMImageUtils.ImageMagickCaller.getFilename
(Blob blob, String targetExt) protected void
-
Uses of Blob in org.nuxeo.ecm.platform.picture.extension
Modifier and TypeMethodDescriptionvoid
ImagePlugin.updateDocument
(DocumentModel doc, Blob content) -
Uses of Blob in org.nuxeo.ecm.platform.picture.operation
Modifier and TypeMethodDescriptionGetPictureView.run
(DocumentModel doc) PictureResize.run
(DocumentModel doc) -
Uses of Blob in org.nuxeo.ecm.platform.picture.rendition
Modifier and TypeMethodDescriptionPictureRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) -
Uses of Blob in org.nuxeo.ecm.platform.picture.thumbnail
Modifier and TypeMethodDescriptionThumbnailPictureFactory.computeThumbnail
(DocumentModel doc, CoreSession session) ThumbnailPictureFactory.getThumbnail
(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.platform.preview.adapter
Modifier and TypeMethodDescriptionMimeTypePreviewer.getPreview
(Blob blob, DocumentModel dm) PlainImagePreviewer.getPreview
(Blob blob, DocumentModel dm) Deprecated.PlainTextPreviewer.getPreview
(Blob blob, DocumentModel dm) ZipPreviewer.getPreview
(Blob blob, DocumentModel dm) Modifier and TypeMethodDescriptionMimeTypePreviewer.getPreview
(Blob blob, DocumentModel dm) PlainImagePreviewer.getPreview
(Blob blob, DocumentModel dm) Deprecated.PlainTextPreviewer.getPreview
(Blob blob, DocumentModel dm) ZipPreviewer.getPreview
(Blob blob, DocumentModel dm) protected boolean
ZipPreviewer.isSanitizable
(Blob blob) protected Blob
-
Uses of Blob in org.nuxeo.ecm.platform.preview.adapter.base
Modifier and TypeMethodDescriptionprotected Blob
NoteHtmlPreviewAdapter.processNoteBlob
(Blob blob) Modifier and TypeMethodDescriptionAbstractHtmlPreviewAdapter.getFilePreviewBlobs()
AbstractHtmlPreviewAdapter.getFilePreviewBlobs
(boolean postProcess) AbstractHtmlPreviewAdapter.getFilePreviewBlobs
(String xpath) AbstractHtmlPreviewAdapter.getFilePreviewBlobs
(String xpath, boolean postProcess) AbstractHtmlPreviewAdapter.getPreviewBlobs()
AbstractHtmlPreviewAdapter.getPreviewBlobs
(String xpath) ConverterBasedHtmlPreviewAdapter.getPreviewBlobs()
ConverterBasedHtmlPreviewAdapter.getPreviewBlobs
(String xpath) NoteHtmlPreviewAdapter.getPreviewBlobs()
NoteHtmlPreviewAdapter.getPreviewBlobs
(String xpath) PreprocessedHtmlPreviewAdapter.getPreviewBlobs()
PreprocessedHtmlPreviewAdapter.getPreviewBlobs
(String xpath) AbstractHtmlPreviewAdapter.postProcessBlobs
(List<Blob> blobs) Modifier and TypeMethodDescriptionprotected static String
ConverterBasedHtmlPreviewAdapter.getMimeType
(Blob blob) protected Blob
NoteHtmlPreviewAdapter.processNoteBlob
(Blob blob) -
Uses of Blob in org.nuxeo.ecm.platform.preview.api
Modifier and TypeMethodDescriptionHtmlPreviewAdapter.getFilePreviewBlobs()
HtmlPreviewAdapter.getFilePreviewBlobs
(boolean postProcess) HtmlPreviewAdapter.getFilePreviewBlobs
(String xpath) HtmlPreviewAdapter.getFilePreviewBlobs
(String xpath, boolean postProcess) -
Uses of Blob in org.nuxeo.ecm.platform.preview.work
-
Uses of Blob in org.nuxeo.ecm.platform.rendering.fm.adapters
-
Uses of Blob in org.nuxeo.ecm.platform.rendition
-
Uses of Blob in org.nuxeo.ecm.platform.rendition.adapter
-
Uses of Blob in org.nuxeo.ecm.platform.rendition.extension
Modifier and TypeMethodDescriptionAutomationRenderer.render
(DocumentModel doc, RenditionDefinition definition, CoreSession session) Generate the rendition Blobs for a givenRenditionDefinition
.DefaultAutomationRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) RenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) Generate the rendition Blobs for a givenRenditionDefinition
. -
Uses of Blob in org.nuxeo.ecm.platform.rendition.impl
-
Uses of Blob in org.nuxeo.ecm.platform.rendition.lazy
Modifier and TypeMethodDescriptionAbstractRenditionBuilderWork.doComputeRendition
(CoreSession session, DocumentModel doc, RenditionDefinition def) Does the actual Rendition Computation: this code will be called from inside an Asynchronous WorkAutomationRenditionBuilder.doComputeRendition
(CoreSession session, DocumentModel doc, RenditionDefinition def) AbstractLazyCachableRenditionProvider.handleNewRendition
(String key, DocumentModel doc, RenditionDefinition definition, String sourceDocumentModificationDate) AbstractLazyCachableRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) Modifier and TypeMethodDescriptionprotected String
AbstractLazyCachableRenditionProvider.getBlobInfo
(List<Blob> blobs) protected void
AbstractLazyCachableRenditionProvider.handleCompletedRendition
(String key, DocumentModel doc, RenditionDefinition definition, String sourceDocumentModificationDate, String tsSourceDocumentModificationDate, List<Blob> blobs) -
Uses of Blob in org.nuxeo.ecm.platform.rendition.operation
Modifier and TypeMethodDescriptionprotected Blob
GetContainerRendition.getDefaultRendition
(DocumentModel doc, int currentDepth) protected Blob
GetContainerRendition.processContainer
(DocumentModel doc, int currentDepth) GetContainerRendition.run
(DocumentModel doc) GetRendition.run
(DocumentModel doc) -
Uses of Blob in org.nuxeo.ecm.platform.rendition.service
Modifier and TypeMethodDescriptionDefaultStoredRenditionManager.createStoredRendition
(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) StoredRenditionManager.createStoredRendition
(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) Creates aStoredRendition
for the live document or the version document if provided.ModifierConstructorDescriptionRenditionCreator
(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition) -
Uses of Blob in org.nuxeo.ecm.platform.rendition.work
-
Uses of Blob in org.nuxeo.ecm.platform.routing.core.impl
-
Uses of Blob in org.nuxeo.ecm.platform.scanimporter.service
ModifierConstructorDescriptionScanFileBlobHolder
(List<Blob> blobs, Map<String, Serializable> properties, String targetType) -
Uses of Blob in org.nuxeo.ecm.platform.signature.api.sign
Modifier and TypeMethodDescriptionSignatureService.StatusWithBlob.getBlob()
SignatureService.signDocument
(DocumentModel doc, DocumentModel user, String userKeyPassword, String reason, boolean pdfa, SignatureService.SigningDisposition disposition, String archiveFilename) Signs a document with a user certificate (converts it into a PDF first if needed).SignatureService.signPDF
(Blob pdfBlob, DocumentModel doc, DocumentModel user, String userKeyPassword, String reason) Signs a PDF document with a user certificate.Modifier and TypeMethodDescriptionSignatureService.signPDF
(Blob pdfBlob, DocumentModel doc, DocumentModel user, String userKeyPassword, String reason) Signs a PDF document with a user certificate.ModifierConstructorDescriptionStatusWithBlob
(int status, Blob blob, BlobHolder blobHolder, String path) -
Uses of Blob in org.nuxeo.ecm.platform.signature.core.operations
-
Uses of Blob in org.nuxeo.ecm.platform.signature.core.sign
Modifier and TypeMethodDescriptionSignatureServiceImpl.signDocument
(DocumentModel doc, DocumentModel user, String keyPassword, String reason, boolean pdfa, SignatureService.SigningDisposition disposition, String archiveFilename) SignatureServiceImpl.signPDF
(Blob pdfBlob, DocumentModel doc, DocumentModel user, String keyPassword, String reason) Modifier and TypeMethodDescriptionprotected List<X509Certificate>
SignatureServiceImpl.getCertificates
(Blob pdfBlob) protected int
SignatureServiceImpl.getSigningStatus
(Blob pdfBlob, DocumentModel user) SignatureServiceImpl.signPDF
(Blob pdfBlob, DocumentModel doc, DocumentModel user, String keyPassword, String reason) -
Uses of Blob in org.nuxeo.ecm.platform.suggestbox.automation
-
Uses of Blob in org.nuxeo.ecm.platform.tag.automation
-
Uses of Blob in org.nuxeo.ecm.platform.threed
Modifier and TypeFieldDescriptionprotected final Blob
ThreeD.blob
protected final Blob
ThreeDRenderView.content
protected final Blob
ThreeDRenderView.thumbnail
Modifier and TypeMethodDescriptionprotected static final Blob
BatchConverterHelper.createThumbnail
(Blob render) ThreeD.getBlob()
ThreeDRenderView.getContent()
ThreeDRenderView.getThumbnail()
Modifier and TypeMethodDescriptionprotected static final Map<String,
Serializable> BatchConverterHelper.convertToInfo
(Blob blob) protected static final Blob
BatchConverterHelper.createThumbnail
(Blob render) protected static final ThreeDInfo
BatchConverterHelper.getInfo
(Blob blob, List<BlobHolder> resources) ModifierConstructorDescriptionThreeD
(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) ModifierConstructorDescriptionThreeD
(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
Modifier and TypeMethodDescriptionThumbnailThreeDFactory.computeThumbnail
(DocumentModel documentModel, CoreSession coreSession) ThumbnailThreeDFactory.getThumbnail
(DocumentModel documentModel, CoreSession coreSession) -
Uses of Blob in org.nuxeo.ecm.platform.threed.convert
Modifier and TypeMethodDescriptionBatchConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) Collada2glTFConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) ColladaConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) LodsConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) RenderConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) -
Uses of Blob in org.nuxeo.ecm.platform.threed.importer
Modifier and TypeMethodDescriptionprotected String
ThreeDImporter.getModelFilename
(Blob zipContent) -
Uses of Blob in org.nuxeo.ecm.platform.threed.rendition
Modifier and TypeMethodDescriptionRenderViewRenditionProvider.render
(DocumentModel documentModel, RenditionDefinition renditionDefinition) TransmissionThreeDRenditionProvider.render
(DocumentModel documentModel, RenditionDefinition renditionDefinition) Modifier and TypeMethodDescriptionprotected RenditionDefinition
ThreeDRenditionDefinitionProvider.buildRenditionDefinition
(String title, String name, Blob blob, String kind, RenditionProvider provider, boolean visible, String iconPath) -
Uses of Blob in org.nuxeo.ecm.platform.thumbnail.factories
Modifier and TypeMethodDescriptionThumbnailDocumentFactory.computeThumbnail
(DocumentModel doc, CoreSession session) protected Blob
ThumbnailDocumentFactory.getDefaultThumbnail
(DocumentModel doc) ThumbnailDocumentFactory.getThumbnail
(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.platform.thumbnail.listener
Modifier and TypeMethodDescriptionprotected Blob
ThumbnailHelper.getManagedThumbnail
(DocumentModel doc) -
Uses of Blob in org.nuxeo.ecm.platform.thumbnail.rendition
Modifier and TypeMethodDescriptionThumbnailRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) -
Uses of Blob in org.nuxeo.ecm.platform.userworkspace.operations
-
Uses of Blob in org.nuxeo.ecm.platform.video
Modifier and TypeMethodDescriptionstatic TranscodedVideo
TranscodedVideo.fromBlobAndInfo
(String name, Blob blob, VideoInfo videoInfo) Build aTranscodedVideo
from aname
, videoblob
and relatedvideoInfo
.static Video
Video.fromBlobAndInfo
(Blob blob, VideoInfo videoInfo) Build aVideo
from a videoblob
and the relatedvideoInfo
.static VideoInfo
VideoHelper.getVideoInfo
(Blob video) static void
VideoHelper.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 void
VideoHelper.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 void
VideoHelper.updateStoryboard
(DocumentModel docModel, Blob video) Update the JPEG story board and duration in seconds of a Video document from the video blob content.static void
VideoHelper.updateVideoInfo
(DocumentModel docModel, Blob video) -
Uses of Blob in org.nuxeo.ecm.platform.video.adapter
Modifier and TypeMethodDescriptionThumbnailVideoFactory.computeThumbnail
(DocumentModel doc, CoreSession session) ThumbnailVideoFactory.getThumbnail
(DocumentModel doc, CoreSession session) -
Uses of Blob in org.nuxeo.ecm.platform.video.convert
Modifier and TypeMethodDescriptionBaseVideoConversionConverter.getCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> stringSerializableMap) -
Uses of Blob in org.nuxeo.ecm.platform.video.importer
Modifier and TypeMethodDescriptionvoid
VideoImporter.updateDocument
(DocumentModel doc, Blob content) -
Uses of Blob in org.nuxeo.ecm.platform.video.rendition
Modifier and TypeMethodDescriptionVideoRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) -
Uses of Blob in org.nuxeo.ecm.platform.video.service
Modifier and TypeMethodDescriptionprotected boolean
VideoStoryboardWork.updatePreviews
(DocumentModel doc, Blob blob) protected boolean
VideoStoryboardWork.updateStoryboard
(DocumentModel doc, Blob blob) -
Uses of Blob in org.nuxeo.ecm.platform.video.tools
Modifier and TypeMethodDescriptionConcat the input video blobs into a single video blob.VideoToolsService.extractClosedCaptions
(Blob video, String outputFormat, String startAt, String endAt) Extracts the closed captions from a video blob.static Blob
VideoTool.getTemporaryBlob
(String path, String mimeType) Gets a temporary blob for the given temporary path.Add a watermark to a video blob.Modifier and TypeMethodDescriptionSlices a video blob from a start time and the input duration.Modifier and TypeMethodDescriptionVideoToolsService.extractClosedCaptions
(Blob video, String outputFormat, String startAt, String endAt) Extracts the closed captions from a video blob.Slices a video blob from a start time and the input duration.Add a watermark to a video blob. -
Uses of Blob in org.nuxeo.ecm.platform.video.tools.operations
Modifier and TypeMethodDescriptionAddWatermarkToVideo.run
(DocumentModel input) ConcatVideos.run
(DocumentModelList docs) ExtractClosedCaptionsFromVideo.run
(DocumentModel input) SliceVideo.run
(DocumentModel input) -
Uses of Blob in org.nuxeo.ecm.platform.video.tools.service
Modifier and TypeMethodDescriptionVideoToolsServiceImpl.extractClosedCaptions
(Blob video, String outputFormat, String startAt, String endAt) Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionVideoToolsServiceImpl.extractClosedCaptions
(Blob video, String outputFormat, String startAt, String endAt) -
Uses of Blob in org.nuxeo.ecm.quota.automation
-
Uses of Blob in org.nuxeo.ecm.quota.size
Modifier and TypeMethodDescriptionDocumentsSizeUpdater.getAllBlobs
(DocumentModel doc) Returns the list of blobs for this document. -
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs
-
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs.adapters
Modifier and TypeMethodDescriptionConvertAdapter.convert
(String converter, String type, String format, javax.ws.rs.core.UriInfo uriInfo) protected Blob
ConvertAdapter.convertWithConverter
(BlobHolder bh, String converter, javax.ws.rs.core.UriInfo uriInfo) protected Blob
ConvertAdapter.convertWithFormat
(BlobHolder bh, String format, javax.ws.rs.core.UriInfo uriInfo) protected Blob
ConvertAdapter.convertWithMimeType
(BlobHolder bh, String mimeType, javax.ws.rs.core.UriInfo uriInfo) Modifier and TypeMethodDescriptionPreviewAdapter.previewBlobs
(DocumentModel doc, String xpath, boolean blobPostProcessing) -
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs.management
-
Uses of Blob in org.nuxeo.ecm.restapi.server.jaxrs.rendition
Modifier and TypeMethodDescriptionprotected Blob
RenditionObject.getLegacyRenditionBlob()
protected Blob
RenditionObject.getRenditionBlob()
-
Uses of Blob in org.nuxeo.ecm.user.center.profile.listeners
Modifier and TypeMethodDescriptionprotected void
ResizeAvatarPictureListener.resizeAvatar
(DocumentModel doc, Blob avatarImage) -
Uses of Blob in org.nuxeo.ecm.webdav.backend
Modifier and TypeMethodDescriptionAbstractVirtualBackend.createFile
(String parentPath, String name, Blob content) Backend.createFile
(String parentPath, String name, Blob content) SimpleBackend.createFile
(String parentPath, String name, Blob content) AbstractVirtualBackend.updateDocument
(DocumentModel doc, String name, Blob content) Backend.updateDocument
(DocumentModel doc, String name, Blob content) SimpleBackend.updateDocument
(DocumentModel doc, String name, Blob content) -
Uses of Blob in org.nuxeo.ecm.webengine.forms
-
Uses of Blob in org.nuxeo.ecm.webengine.model.io
Modifier and TypeMethodDescriptionlong
BlobWriter.getSize
(Blob arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4) protected void
BlobWriter.transferBlob
(Blob blob, OutputStream entityStream) protected void
DocumentBlobHolderWriter.transferBlob
(Blob blob, OutputStream entityStream) void
BlobWriter.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
Modifier and TypeMethodDescriptionBlobMessageConsumer.CloseableBlob.getBlob()
protected Blob
DocumentMessageConsumer.getBlob
(DocumentMessage message) ModifierConstructorDescriptionCloseableBlob
(Blob blob) CloseableBlob
(Blob blob, Path fileToDelete) -
Uses of Blob in org.nuxeo.importer.stream.message
Modifier and TypeFieldDescriptionprotected Blob
DocumentMessage.blob
protected Blob
DocumentMessage.Builder.blob
Modifier and TypeMethodDescription -
Uses of Blob in org.nuxeo.importer.stream.producer
-
Uses of Blob in org.nuxeo.io.fsexporter
Modifier and TypeMethodDescriptionprotected String
DefaultExporterPlugin.getFileName
(Blob blob, DocumentModel docfrom, File folder, int i) -
Uses of Blob in org.nuxeo.mail
Modifier and TypeMethodDescriptionBlobDataSource.blob()
Returns the value of theblob
record component.Modifier and TypeMethodDescriptionMailMessage.Builder.attachments
(Blob attachment, Blob... attachments) Modifier and TypeMethodDescriptionprotected static javax.mail.internet.MimeMultipart
MimeMessageHelper.assembleMultiPart
(javax.mail.internet.MimeBodyPart body, List<Blob> attachments) MailMessage.Builder.attachments
(List<Blob> attachments) ModifierConstructorDescriptionBlobDataSource
(Blob blob) Creates an instance of aBlobDataSource
record class. -
Uses of Blob in org.nuxeo.template.adapters.doc
Modifier and TypeMethodDescriptionTemplateBasedDocumentAdapterImpl.getTemplateBlob
(String templateName) TemplateBasedDocumentAdapterImpl.renderAndStoreAsAttachment
(String templateName, boolean save) TemplateBasedDocumentAdapterImpl.renderWithTemplate
(String templateName) Modifier and TypeMethodDescriptionprotected OperationContext
TemplateBasedDocumentAdapterImpl.initOperationContext
(Blob blob, String templateName) protected void
-
Uses of Blob in org.nuxeo.template.adapters.source
Modifier and TypeMethodDescriptionvoid
TemplateSourceDocumentAdapterImpl.setTemplateBlob
(Blob blob, boolean save) -
Uses of Blob in org.nuxeo.template.api
Modifier and TypeMethodDescriptionTemplateProcessor.renderTemplate
(TemplateBasedDocument templateDocument, String templateName) Perform rendering of the named template against theTemplateBasedDocument
Modifier and TypeMethodDescriptionTemplateProcessorService.findProcessor
(Blob templateBlob) Finds theTemplateProcessor
for a givenBlob
.TemplateProcessorService.findProcessorName
(Blob templateBlob) Finds the template processor name for a givenBlob
.TemplateProcessor.getInitialParametersDefinition
(Blob blob) Extract parameters from the Template file. -
Uses of Blob in org.nuxeo.template.api.adapters
Modifier and TypeMethodDescriptionTemplateBasedDocument.getTemplateBlob
(String templateName) Return theBlob
of the associated templateTemplateSourceDocument.getTemplateBlob()
Retrieve the Blob holding the template fileTemplateBasedDocument.renderAndStoreAsAttachment
(String templateName, boolean save) Render the named template against the underlying DocumentModel and store the result in the main BlobTemplateBasedDocument.renderWithTemplate
(String templateName) Render the named template against the underlying DocumentModelModifier and TypeMethodDescriptionvoid
TemplateSourceDocument.setTemplateBlob
(Blob blob, boolean save) Write accessor to theBlob
used to store the template -
Uses of Blob in org.nuxeo.template.automation
-
Uses of Blob in org.nuxeo.template.context
-
Uses of Blob in org.nuxeo.template.deckjs
-
Uses of Blob in org.nuxeo.template.jaxrs
Modifier and TypeMethodDescriptionTemplateBasedResource.getResource
(String templateName, String resourceName) TemplateResource.getResource
(String resourceName) -
Uses of Blob in org.nuxeo.template.odt
-
Uses of Blob in org.nuxeo.template.processors
Modifier and TypeMethodDescriptionprotected Blob
AbstractTemplateProcessor.getSourceTemplateBlob
(TemplateBasedDocument templateBasedDocument, String templateName) IdentityProcessor.renderTemplate
(TemplateBasedDocument templateBasedDocument, String templateName) Modifier and TypeMethodDescriptionprotected void
AbstractBindingResolver.addDefaultMimetypeIfRequired
(Blob blob) IdentityProcessor.getInitialParametersDefinition
(Blob blob) protected abstract void
AbstractBindingResolver.handleBlobField
(String paramName, Blob blobValue) protected abstract Object
AbstractBindingResolver.handlePictureField
(String paramName, Blob blobValue) -
Uses of Blob in org.nuxeo.template.processors.docx
Modifier and TypeMethodDescriptionWordXMLRawTemplateProcessor.renderTemplate
(TemplateBasedDocument templateDocument, String templateName) Modifier and TypeMethodDescriptionWordXMLRawTemplateProcessor.getInitialParametersDefinition
(Blob blob) -
Uses of Blob in org.nuxeo.template.processors.fm
Modifier and TypeMethodDescriptionFreeMarkerProcessor.renderTemplate
(TemplateBasedDocument templateBasedDocument, String templateName) Modifier and TypeMethodDescriptionFreeMarkerProcessor.getInitialParametersDefinition
(Blob blob) protected String
FreeMarkerProcessor.guessMimeType
(Blob result, MimetypeRegistry mreg) protected void
FMBindingResolver.handleBlobField
(String paramName, Blob blobValue) protected Object
FMBindingResolver.handlePictureField
(String paramName, Blob blobValue) protected void
FreeMarkerProcessor.setBlobAttributes
(Blob result, TemplateBasedDocument templateBasedDocument) -
Uses of Blob in org.nuxeo.template.processors.jod
Modifier and TypeMethodDescriptionJODReportTemplateProcessor.renderTemplate
(TemplateBasedDocument templateBasedDocument, String templateName) Modifier and TypeMethodDescriptionJODReportTemplateProcessor.getInitialParametersDefinition
(Blob blob) JODReportTemplateProcessor.readXMLContent
(Blob blob) -
Uses of Blob in org.nuxeo.template.processors.jxls
Modifier and TypeMethodDescriptionJXLSTemplateProcessor.renderTemplate
(TemplateBasedDocument templateBasedDocument, String templateName) Modifier and TypeMethodDescriptionJXLSTemplateProcessor.getInitialParametersDefinition
(Blob blob) protected void
JXLSBindingResolver.handleBlobField
(String paramName, Blob blobValue) protected Object
JXLSBindingResolver.handlePictureField
(String paramName, Blob blobValue) -
Uses of Blob in org.nuxeo.template.processors.xdocreport
Modifier and TypeMethodDescriptionXDocReportProcessor.renderTemplate
(TemplateBasedDocument templateBasedDocument, String templateName) Modifier and TypeMethodDescriptionXDocReportProcessor.getInitialParametersDefinition
(Blob blob) protected String
XDocReportProcessor.getTemplateFormat
(Blob blob) protected void
XDocReportBindingResolver.handleBlobField
(String paramName, Blob blobValue) protected Object
XDocReportBindingResolver.handlePictureField
(String paramName, Blob blobValue) static String
ZipXmlHelper.readXMLContent
(Blob blob, String filename) -
Uses of Blob in org.nuxeo.template.processors.xslt
Modifier and TypeMethodDescriptionXSLTProcessor.renderTemplate
(TemplateBasedDocument templateBasedDocument, String templateName) -
Uses of Blob in org.nuxeo.template.rendition
Modifier and TypeMethodDescriptionHtmlRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) TemplateBasedRenditionProvider.render
(DocumentModel doc, RenditionDefinition definition) -
Uses of Blob in org.nuxeo.template.service
Modifier and TypeMethodDescriptionTemplateProcessorComponent.findProcessor
(Blob templateBlob) TemplateProcessorComponent.findProcessorDescriptor
(Blob templateBlob) TemplateProcessorComponent.findProcessorName
(Blob templateBlob) -
Uses of Blob in org.nuxeo.template.xdocreport.jaxrs
-
Uses of Blob in org.nuxeo.wopi
Modifier and TypeMethodDescriptionstatic Blob
Helpers.getEditableBlob
(DocumentModel doc, String xpath) Modifier and TypeMethodDescriptiondefault boolean
WOPIService.checkDownloadBlob
(DocumentModel doc, String xpath, Blob blob) Checks whether the download of the blob is allowed.boolean
WOPIServiceImpl.checkDownloadBlob
(DocumentModel doc, String xpath, Blob blob) WOPIService.getActionURL
(Blob blob, String action) Returns the WOPI action url given ablob
and anaction
.WOPIServiceImpl.getActionURL
(Blob blob, String action) protected String
WOPIServiceImpl.getExtension
(Blob blob) WOPIService.getWOPIBlobInfo
(Blob blob) Returns aWOPIBlobInfo
for the given blob if it is supported by WOPI,null
otherwise.WOPIServiceImpl.getWOPIBlobInfo
(Blob blob) protected static boolean
Helpers.isExternalBlobProvider
(Blob blob) Deprecated.since 11.1, useHelpers.supportsSync(org.nuxeo.ecm.core.api.Blob)
(with opposite semantics) insteaddefault boolean
WOPIService.isSupported
(Blob blob) Returnstrue
if the givenblob
is supported by WOPI,false
otherwise.boolean
WOPIServiceImpl.isSupported
(Blob blob) protected static boolean
Helpers.supportsSync
(Blob blob) -
Uses of Blob in org.nuxeo.wopi.jaxrs
Modifier and TypeMethodDescriptionprotected Blob
FilesEndpoint.createBlobFromRequestBody
(String filename, String mimeType) Creates a new blob from the request body, given afilename
and an optionalmimeType
.protected Blob
WOPIRoot.getBlob
(DocumentModel doc, String xpath) Modifier and TypeMethodDescriptionprotected javax.ws.rs.core.Response
FilesEndpoint.buildItemVersionResponse
(String operation, Blob blob)
ExifToolProcessor.readMetadata(String, Blob, List)
instead