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 Blob
BinaryMetadataProcessor. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)
Write given metadata into given blob.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.Blob
BinaryMetadataService. writeMetadata(String processorName, Blob blob, Map<String,Object> metadata, boolean ignorePrefix)
Write given metadata into a given binary with a given processor.Blob
BinaryMetadataService. writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc)
Write given metadata mapping id into a given binary with a Nuxeo default processor.Blob
BinaryMetadataService. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)
Write given metadata into a given binary with a Nuxeo default processor.Methods in org.nuxeo.binary.metadata.api with parameters of type 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.Blob
BinaryMetadataProcessor. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)
Write given metadata into given blob.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.Blob
BinaryMetadataService. writeMetadata(String processorName, Blob blob, Map<String,Object> metadata, boolean ignorePrefix)
Write given metadata into a given binary with a given processor.Blob
BinaryMetadataService. writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc)
Write given metadata mapping id into a given binary with a Nuxeo default processor.Blob
BinaryMetadataService. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)
Write given metadata into a given binary with a Nuxeo default processor. -
Uses of Blob in org.nuxeo.binary.metadata.internals
Methods in org.nuxeo.binary.metadata.internals that return Blob Modifier and Type Method Description protected Blob
ExifToolProcessor. getTemporaryBlob(Blob blob)
Gets a new blob on a temporary file which is a copy of the blob's.Blob
BinaryMetadataServiceImpl. writeMetadata(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc)
Blob
BinaryMetadataServiceImpl. writeMetadata(String processorName, Blob blob, Map<String,Object> metadata, boolean ignorePrefix)
Blob
BinaryMetadataServiceImpl. writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc)
Blob
BinaryMetadataServiceImpl. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)
Blob
ExifToolProcessor. 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 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.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)
protected Map<String,Object>
ExifToolProcessor. readMetadata(String command, Blob blob, List<String> metadata, boolean ignorePrefix)
Deprecated.since 11.5, useExifToolProcessor.readMetadata(String, Blob, List)
insteadMap<String,Object>
ExifToolProcessor. readMetadata(Blob blob, boolean ignorePrefix)
Map<String,Object>
ExifToolProcessor. readMetadata(Blob blob, List<String> metadata, boolean ignorePrefix)
Blob
BinaryMetadataServiceImpl. writeMetadata(String processorName, Blob blob, String mappingDescriptorId, DocumentModel doc)
Blob
BinaryMetadataServiceImpl. writeMetadata(String processorName, Blob blob, Map<String,Object> metadata, boolean ignorePrefix)
Blob
BinaryMetadataServiceImpl. writeMetadata(Blob blob, String mappingDescriptorId, DocumentModel doc)
Blob
BinaryMetadataServiceImpl. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)
Blob
ExifToolProcessor. writeMetadata(Blob blob, Map<String,Object> metadata, boolean ignorePrefix)
-
Uses of Blob in org.nuxeo.binary.metadata.internals.operations
Methods in org.nuxeo.binary.metadata.internals.operations that return Blob Modifier and Type Method Description Blob
WriteMetadataToBinaryFromContext. 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)
void
ReadMetadataFromBinaryToContext. run(Blob blob)
Blob
WriteMetadataToBinaryFromContext. 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 Blob
FileItem. getBlob()
Methods in org.nuxeo.drive.adapter with parameters of type Blob Modifier and Type Method Description default FileItem
FolderItem. createFile(Blob blob)
Deprecated.since 9.1, useFolderItem.createFile(Blob, boolean)
insteadFileItem
FolderItem. createFile(Blob blob, boolean overwrite)
void
FileItem. 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 Blob
DocumentBackedFileItem. getBlob()
protected Blob
DocumentBackedFileItem. getBlob(BlobHolder blobHolder)
protected Blob
DocumentBackedFileItem. getBlob(DocumentModel doc)
Methods in org.nuxeo.drive.adapter.impl with parameters of type Blob Modifier and Type Method Description FileItem
AbstractVirtualFolderItem. createFile(Blob blob, boolean overwrite)
FileItem
CollectionSyncRootFolderItem. createFile(Blob blob, boolean overwrite)
FileItem
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
DocumentBackedFileItem. setBlob(Blob blob)
protected void
DocumentBackedFileItem. updateDigest(Blob blob)
protected void
DocumentBackedFileItem. 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 Blob
NuxeoDriveAttachBlob. run(Blob blob)
Blob
NuxeoDriveCanMove. run()
Deprecated.Blob
NuxeoDriveCreateFile. run(Blob blob)
Blob
NuxeoDriveCreateFolder. run()
Blob
NuxeoDriveFileSystemItemExists. run()
Blob
NuxeoDriveGenerateConflictedItemName. run()
Deprecated.Blob
NuxeoDriveGetChangeSummary. run()
Blob
NuxeoDriveGetChildren. run()
Blob
NuxeoDriveGetClientUpdateInfo. run()
Deprecated.Blob
NuxeoDriveGetFileSystemItem. run()
Blob
NuxeoDriveGetTopLevelFolder. run()
Blob
NuxeoDriveMove. run()
Blob
NuxeoDriveRename. run()
Blob
NuxeoDriveScrollDescendants. run()
Blob
NuxeoDriveUpdateFile. run(Blob blob)
protected Blob
NuxeoDriveScrollDescendants. writeJSONBlob(ScrollFileSystemItemList scrollFSIList)
Methods in org.nuxeo.drive.operations with parameters of type Blob Modifier and Type Method Description static void
NuxeoDriveOperationHelper. normalizeMimeTypeAndEncoding(Blob blob)
Blob
NuxeoDriveAttachBlob. run(Blob blob)
Blob
NuxeoDriveCreateFile. run(Blob blob)
Blob
NuxeoDriveUpdateFile. 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 Blob
NuxeoDriveCreateTestDocuments. run(DocumentModel parent)
Blob
NuxeoDriveSetupIntegrationTests. 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 FileItem
FileSystemItemManager. createFile(String parentId, Blob blob, NuxeoPrincipal principal)
Deprecated.since 9.1, useFileSystemItemManager.createFile(String, Blob, NuxeoPrincipal, boolean)
insteadFileItem
FileSystemItemManager. 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.FileItem
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.FileItem
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
Methods in org.nuxeo.drive.service.impl that return Blob Modifier and Type Method Description protected Blob
DefaultFileSystemItemFactory. getBlob(DocumentModel doc)
Methods in org.nuxeo.drive.service.impl with parameters of type Blob Modifier and Type Method Description FileItem
FileSystemItemManagerImpl. createFile(String parentId, Blob blob, NuxeoPrincipal principal, boolean overwrite)
FileItem
FileSystemItemManagerImpl. updateFile(String id, String parentId, Blob blob, NuxeoPrincipal principal)
FileItem
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
Methods in org.nuxeo.ecm.admin.operation that return Blob Modifier and Type Method Description Blob
HotReloadStudioSnapshot. hotReloadPackage(org.nuxeo.connect.data.DownloadablePackage remotePkg)
protected static Blob
HotReloadStudioSnapshot. jsonHelper(String status, String message, List<String> dependencies)
Blob
HotReloadStudioSnapshot. run()
-
Uses of Blob in org.nuxeo.ecm.automation.core.collectors
Methods in org.nuxeo.ecm.automation.core.collectors with parameters of type Blob Modifier and Type Method Description void
BlobCollector. 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 Blob
BlobJsonReader. 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 Blob
BlobDataSource. blob
Method parameters in org.nuxeo.ecm.automation.core.mail with type arguments of type Blob Modifier and Type Method Description Mailer.Message
Composer. 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 Blob
FetchContextBlob. run(Blob blob)
Blob
RestoreBlobInput. run()
Blob
RestoreBlobInputFromScript. run()
Blob
RunInputScript. run(Blob blob)
Methods in org.nuxeo.ecm.automation.core.operations with parameters of type Blob Modifier and Type Method Description Blob
FetchContextBlob. run(Blob blob)
Blob
RunInputScript. 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 Blob
ConcatenatePDFs. appendPDFs(org.apache.pdfbox.multipdf.PDFMergerUtility ut)
Blob
AttachBlob. run(Blob blob)
Blob
BlobToFile. run(Blob blob)
Blob
BlobToPDF. run(Blob blob)
Blob
BlobToPDF. run(DocumentModel doc)
Blob
BulkDownload. run(DocumentModelList docs)
Blob
ConcatenatePDFs. run(BlobList blobs)
Blob
ConcatenatePDFs. run(Blob blob)
Blob
ConvertBlob. run(Blob blob)
Blob
ConvertBlob. run(DocumentModel doc)
Blob
CreateBlob. run()
Blob
CreateZip. run(BlobList blobs)
Blob
CreateZip. run(Blob blob)
Blob
GetDocumentBlob. run(DocumentModel doc)
Blob
PostBlob. run(Blob blob)
Blob
RunConverter. run(Blob blob)
Methods in org.nuxeo.ecm.automation.core.operations.blob with parameters of type Blob Modifier and Type Method Description protected void
ConcatenatePDFs. checkPdf(Blob blob)
Check if blob is a pdf.Blob
AttachBlob. run(Blob blob)
Blob
BlobToFile. run(Blob blob)
Blob
BlobToPDF. run(Blob blob)
Blob
ConcatenatePDFs. run(Blob blob)
Blob
ConvertBlob. run(Blob blob)
Blob
CreateZip. run(Blob blob)
Blob
PostBlob. run(Blob blob)
Blob
RunConverter. run(Blob blob)
protected void
BlobToFile. 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 Blob
SuggestCollectionEntry. 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 Blob
SetDocumentBlob. 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 Blob
RunFileChain. run(Blob blob)
Methods in org.nuxeo.ecm.automation.core.operations.execution with parameters of type Blob Modifier and Type Method Description Blob
RunFileChain. 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 Blob
GetCounters. 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 void
SendMail. 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 Blob
AuditQuery. run()
Blob
GetActions. run()
Blob
GetActions. run(DocumentModel currentDocument)
Blob
GetDirectoryEntries. run()
Blob
GetDirectoryEntries. run(DocumentModel doc)
Methods in org.nuxeo.ecm.automation.core.operations.services with parameters of type Blob Modifier and Type Method Description DocumentModel
BlobHolderAttach. run(Blob blob)
DocumentModel
FileManagerImport. run(Blob blob)
DocumentModel
FileManagerImportWithProperties. 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 Blob
CreateDirectoryEntries. run()
Blob
DeleteDirectoryEntries. run()
Blob
ReadDirectoryEntries. run()
Blob
SuggestDirectoryEntries. run()
Blob
UpdateDirectoryEntries. run()
Methods in org.nuxeo.ecm.automation.core.operations.services.directory with parameters of type Blob Modifier and Type Method Description void
LoadFromCSV. 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 protected Blob
WorkManagerRunWorkInFailure. buildResult()
Blob
WorkManagerRunWorkInFailure. 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 Blob
PopBlob. run()
Blob
PullBlob. run()
Blob
PushBlob. run(Blob blob)
Methods in org.nuxeo.ecm.automation.core.operations.stack with parameters of type Blob Modifier and Type Method Description Blob
PushBlob. 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 Blob
QueryUsers. buildResponse(List<DocumentModel> users)
Blob
QueryUsers. run()
Blob
SuggestUserEntries. 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 Blob
RenderDocument. run(DocumentModel doc)
Blob
RenderDocumentFeed. 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 protected Blob
JSONObjectBlobDecoder. getBlobFromField(com.fasterxml.jackson.databind.node.ObjectNode jsonObject, String fieldName)
static Blob
ComplexTypeJSONDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
Blob
JSONBlobDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
Blob
JSONManagedBlobDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
Blob
JSONObjectBlobDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
Blob
JSONStringBlobDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
protected Blob
JSONObjectBlobDecoder. getBlobFromURL(String url)
Methods in org.nuxeo.ecm.automation.core.util with parameters of type Blob Modifier and Type Method Description static void
DocumentHelper. 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 void
BlobListZipWork. 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 Blob
ElasticsearchBulkIndexOperation. run()
Blob
ElasticsearchBulkIndexOperation. 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 Blob
HTTPHelper. call(String username, String password, String requestType, String path)
Blob
HTTPHelper. call(String username, String password, String requestType, String path, com.sun.jersey.multipart.MultiPart mp)
Blob
HTTPHelper. call(String username, String password, String requestType, String path, com.sun.jersey.multipart.MultiPart mp, Map<String,String> headers)
Blob
HTTPHelper. call(String username, String password, String requestType, String path, Object data)
Blob
HTTPHelper. call(String username, String password, String requestType, String path, Object data, Map<String,String> headers)
Blob
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)
Blob
HTTPHelper. call(String username, String password, String requestType, String path, Map<String,String> headers)
Blob
HTTPHelper. call(String username, String password, String requestType, String path, javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
Blob
HTTPHelper. delete(String url, Object data, Map<String,Object> options)
Blob
HTTPHelper. get(String url, Map<String,Object> options)
Blob
HTTPHelper. post(String url, com.sun.jersey.multipart.MultiPart multiPart, Map<String,Object> options)
Blob
HTTPHelper. post(String url, Object data, Map<String,Object> options)
Blob
HTTPHelper. put(String url, com.sun.jersey.multipart.MultiPart multiPart, Map<String,Object> options)
Blob
HTTPHelper. 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 void
MultipartBlobs. addBlob(Blob blob)
Method parameters in org.nuxeo.ecm.automation.jaxrs.io.documents with type arguments of type Blob Modifier and Type Method Description void
MultipartBlobs. 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 Blob
BlobInputResolver. blobFromKey(String key)
Blob
BlobInputResolver. getInput(String content)
static Blob
MultiPartFormRequestReader. readBlob(javax.servlet.http.HttpServletRequest request, javax.mail.BodyPart part)
static Blob
MultiPartRequestReader. 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.Response
ResponseHelper. blobs(List<Blob> blobs)
static javax.ws.rs.core.Response
ResponseHelper. 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 Blob
BatchFileEntry. blob
protected Blob
BatchFileEntry. chunkedBlob
Methods in org.nuxeo.ecm.automation.server.jaxrs.batch that return Blob Modifier and Type Method Description protected Blob
BatchManagerComponent. getBatchBlob(String batchId, String fileIndex)
Blob
Batch. getBlob(String index)
Blob
BatchFileEntry. getBlob()
Blob
BatchManager. getBlob(String batchId, String fileIndex)
Blob
BatchManager. getBlob(String batchId, String fileIndex, int timeoutS)
Blob
BatchManagerComponent. getBlob(String batchId, String fileIndex)
Blob
BatchManagerComponent. getBlob(String batchId, String fileIndex, int timeoutS)
Blob
JSONBatchBlobDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
protected Blob
BatchFileEntry. getChunk(TransientStore ts, String key)
protected Blob
Batch. 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 void
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
BatchManager. addBlob(String batchId, String index, Blob blob, String name, String mime)
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
BatchManagerComponent. addBlob(String batchId, String index, Blob blob, String name, String mime)
String
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
.String
BatchFileEntry. addChunk(int index, Blob blob)
String
Batch. addFile(String index, Blob blob, String name, String mime)
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.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 Blob
GetUserTasks. run()
Blob
UserTaskPageProviderOperation. run()
-
Uses of Blob in org.nuxeo.ecm.blob
Methods in org.nuxeo.ecm.blob that return Blob Modifier and Type Method Description Blob
AbstractCloudBinaryManager. readBlob(BlobInfo blobInfo)
Methods in org.nuxeo.ecm.blob with parameters of type Blob Modifier and Type Method Description protected String
AbstractCloudBinaryManager. getContentDispositionHeader(Blob blob, javax.servlet.http.HttpServletRequest servletRequest)
protected String
AbstractCloudBinaryManager. getContentTypeHeader(Blob blob)
String
AbstractCloudBinaryManager. 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 String
AzureBinaryManager. 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 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
Methods in org.nuxeo.ecm.core.api that return Blob Modifier and Type Method Description static 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
Fields in org.nuxeo.ecm.core.api.blobholder declared as Blob Modifier and Type Field Description protected Blob
DownloadContextBlobHolder. blob
Fields in org.nuxeo.ecm.core.api.blobholder with type parameters of type Blob Modifier and Type Field Description protected List<Blob>
DocumentBlobHolder. blobList
protected List<Blob>
SimpleBlobHolder. blobs
Methods in org.nuxeo.ecm.core.api.blobholder that return Blob Modifier and Type Method Description Blob
BlobHolder. getBlob()
Returns the Blob held inside the object.Blob
DocumentBlobHolder. getBlob()
Blob
DocumentStringBlobHolder. getBlob()
Blob
DownloadContextBlobHolder. getBlob()
Blob
SimpleBlobHolder. getBlob()
Blob
BlobHolderAdapterComponent. getExternalBlobForUri(String uri)
Blob
BlobHolderAdapterService. getExternalBlobForUri(String uri)
Returns an external blob from given uri.Methods in org.nuxeo.ecm.core.api.blobholder that return types with arguments of type 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 void
AbstractBlobHolder. setBlob(Blob blob)
void
BlobHolder. setBlob(Blob blob)
Sets a blob in the object.void
DocumentBlobHolder. setBlob(Blob blob)
void
DocumentStringBlobHolder. setBlob(Blob blob)
void
SimpleBlobHolder. setBlob(Blob blob)
Method parameters in org.nuxeo.ecm.core.api.blobholder with type arguments of type Blob Modifier and Type Method Description protected void
SimpleBlobHolder. init(List<Blob> blobs)
Constructors in org.nuxeo.ecm.core.api.blobholder with parameters of type Blob Constructor Description DownloadContextBlobHolder(Blob blob)
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 Blob
ExternalBlobAdapter. getBlob(String uri)
Retrieves the blob for given uri.Blob
FileSystemExternalBlobAdapter. 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 class
AbstractBlob
Abstract implementation of aBlob
storing the information other than the byte stream.class
AsyncBlob
Deprecated.since 10.3, use the @async operation adapter instead.class
BlobWrapper
Wraps an existingBlob
to allow setting a different filename.class
ByteArrayBlob
Blob based on a byte array.class
FileBlob
class
JSONBlob
Blob holding a JSON string.class
StringBlob
Blob based on a string.class
URLBlob
Blob backed by a URL.class
ZipEntryBlob
ABlob
backed 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 Blob
BlobWrapper. blob
protected Blob
ZipEntryBlob. zipBlob
Methods in org.nuxeo.ecm.core.api.impl.blob with parameters of type Blob Modifier and Type Method Description protected boolean
AbstractBlob. equalsStream(Blob other)
static ZipEntryBlob.ZipEntryInputStream
ZipEntryBlob.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 aBlob
from 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 Blob
ExternalBlobProperty. 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 void
BlobProperty. 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 Blob
Thumbnail. computeThumbnail(CoreSession session)
Blob
ThumbnailAdapter. computeThumbnail(CoreSession session)
Blob
ThumbnailFactory. computeThumbnail(DocumentModel doc, CoreSession session)
Blob
ThumbnailService. computeThumbnail(DocumentModel doc, CoreSession session)
Compute the thumbnail (related to the document type/facet)Blob
ThumbnailServiceImpl. computeThumbnail(DocumentModel doc, CoreSession session)
Blob
Thumbnail. getThumbnail(CoreSession session)
Blob
ThumbnailAdapter. getThumbnail(CoreSession session)
Blob
ThumbnailFactory. getThumbnail(DocumentModel doc, CoreSession session)
Blob
ThumbnailService. getThumbnail(DocumentModel doc, CoreSession session)
Get the document thumbnail (related to the doc type/facet)Blob
ThumbnailServiceImpl. 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 interface
ManagedBlob
Interface forBlob
s created and managed by theBlobManager
.Classes in org.nuxeo.ecm.core.blob that implement Blob Modifier and Type Class Description class
SimpleManagedBlob
Simple 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 Blob
BlobContext. blob
Methods in org.nuxeo.ecm.core.blob that return Blob Modifier and Type Method Description Blob
BlobProvider. readBlob(BlobInfo blobInfo)
Reads aBlob
from storage.default Blob
BlobProvider. readBlob(BlobInfoContext blobInfoContext)
Reads aBlob
from storage.Blob
BlobStoreBlobProvider. readBlob(BlobInfo blobInfo)
Blob
DocumentBlobManager. readBlob(BlobInfo blobInfo, String repositoryName)
Deprecated.since 11.1, useDocumentBlobManager.readBlob(BlobInfo, Document, String)
insteadBlob
DocumentBlobManager. readBlob(BlobInfo blobInfo, Document doc, String xpath)
Reads aBlob
from storage.Blob
DocumentBlobManagerComponent. readBlob(BlobInfo blobInfo, String repositoryName)
Deprecated.since 11.1, useDocumentBlobManagerComponent.readBlob(BlobInfo, Document, String)
insteadBlob
DocumentBlobManagerComponent. readBlob(BlobInfo blobInfo, Document doc, String xpath)
Reads aBlob
from storage.protected Blob
DocumentBlobManagerComponent. readBlob(BlobInfo blobInfo, Document doc, String xpath, String repositoryName)
Blob
FilesystemBlobProvider. readBlob(BlobInfo blobInfo)
Methods in org.nuxeo.ecm.core.blob with parameters of type Blob Modifier and Type Method Description protected void
BlobStoreBlobProvider. 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 correspondingURI
for a blob.Map<String,URI>
BlobManagerComponent. getAvailableConversions(Blob blob, BlobManager.UsageHint hint)
default BlobDispatcher.BlobDispatch
BlobDispatcher. getBlobProvider(Document doc, Blob blob)
Deprecated.since 9.1, useBlobDispatcher.getBlobProvider(Document, Blob, String)
insteadBlobDispatcher.BlobDispatch
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.BlobProvider
BlobManager. getBlobProvider(Blob blob)
Gets the blob provider for the given blob.BlobProvider
BlobManagerComponent. getBlobProvider(Blob blob)
BlobDispatcher.BlobDispatch
DefaultBlobDispatcher. getBlobProvider(Document doc, Blob blob, String xpath)
InputStream
DocumentBlobManager. getConvertedStream(Blob blob, String mimeType, DocumentModel doc)
Gets anInputStream
for a conversion to the given MIME type.InputStream
DocumentBlobManagerComponent. getConvertedStream(Blob blob, String mimeType, DocumentModel doc)
protected DocumentBlobProvider
DocumentBlobManagerComponent. getDocumentBlobProvider(Blob blob)
File
BlobManager. getFile(Blob blob)
Deprecated.since 11.1, usegetFile()
insteadFile
BlobManagerComponent. getFile(Blob blob)
Deprecated.protected String
DefaultBlobDispatcher. getProviderId(Document doc, Blob blob, String blobXPath)
InputStream
BlobManager. getStream(Blob blob)
Deprecated.since 11.1, usegetStream()
insteadInputStream
BlobManagerComponent. getStream(Blob blob)
Deprecated.InputStream
BlobManager. getThumbnail(Blob blob)
Gets anInputStream
for a thumbnail of a blob.InputStream
BlobManagerComponent. getThumbnail(Blob blob)
URI
BlobManager. getURI(Blob blob, BlobManager.UsageHint hint, javax.servlet.http.HttpServletRequest servletRequest)
Gets anURI
for the content of a blob.URI
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)
String
BlobProvider. writeBlob(Blob blob)
Writes aBlob
to storage and returns information about it.String
BlobStoreBlobProvider. writeBlob(Blob blob)
String
DocumentBlobManager. writeBlob(Blob blob, Document doc, String xpath)
Writes aBlob
to storage and returns its key.String
DocumentBlobManagerComponent. writeBlob(Blob blob, Document doc, String xpath)
Writes aBlob
to storage and returns its key.String
FilesystemBlobProvider. 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 class
BinaryBlob
Methods in org.nuxeo.ecm.core.blob.binary that return Blob Modifier and Type Method Description Blob
BinaryBlobProvider. readBlob(BlobInfo blobInfo)
Methods in org.nuxeo.ecm.core.blob.binary with parameters of type Blob Modifier and Type Method Description protected boolean
BinaryBlob. equalsStream(Blob blob)
protected void
BinaryBlobProvider. fixupDigest(Blob blob, String digest)
Fixup of the blob's digest, if possible.Binary
AbstractBinaryManager. getBinary(Blob blob)
Binary
BinaryManager. getBinary(Blob blob)
Saves the given blob into aBinary
.Binary
DefaultBinaryManager. getBinary(Blob blob)
String
BinaryBlobProvider. writeBlob(Blob blob)
-
Uses of Blob in org.nuxeo.ecm.core.bulk
Methods in org.nuxeo.ecm.core.bulk that return Blob Modifier and Type Method Description protected Blob
S3SetBlobLengthAction.SetBlobLengthComputation. fixBlob(String docId, BinaryBlob blob, boolean force)
Methods in org.nuxeo.ecm.core.bulk with parameters of type Blob Modifier and Type Method Description protected long
S3SetBlobLengthAction.SetBlobLengthComputation. getBlobLengthFromS3(String docId, 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 Blob
AbstractTransientBlobComputation. getBlob(String key, String storeName)
protected Blob
SortBlob. 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 Blob
SortBlob. sort(Blob blob, String commandId)
protected void
AbstractTransientBlobComputation. 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 Blob
ConversionService. 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 void
ConversionException. addInfo(Blob blob)
Blob
ConversionService. 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 void
SimpleCachableBlobHolder. 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 Blob
RFC822ToTextConverter. extractTextFromMessage(Blob blob)
Methods in org.nuxeo.ecm.core.convert.plugins.text.extractors with parameters of type Blob Modifier and Type Method Description protected String
XML2TextConverter. convert(Blob blob)
protected Blob
RFC822ToTextConverter. 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 Blob
ConversionServiceImpl. convertBlobToPDF(Blob blob)
Deprecated.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.Methods in org.nuxeo.ecm.core.convert.service with parameters of type Blob Modifier and Type Method Description protected void
ConversionServiceImpl. adjustBlobName(String filename, Blob blob, String mimeType)
Blob
ConversionServiceImpl. convertBlobToPDF(Blob blob)
Deprecated.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.Method parameters in org.nuxeo.ecm.core.convert.service with type arguments of type Blob Modifier and Type Method Description 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
Methods in org.nuxeo.ecm.core.io that return Blob Modifier and Type Method Description Blob
ExportedDocument. getBlob(String id)
Blob
ExportedDocument. 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 void
ExportedDocument. 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 Blob
DownloadService.DownloadContext. blob
protected Blob
DownloadService.DownloadContext.Builder. blob
Methods in org.nuxeo.ecm.core.io.download that return Blob Modifier and Type Method Description Blob
DownloadService.DownloadContext. getBlob()
Blob
DownloadService. resolveBlob(DocumentModel doc)
Finds a document's blob.Blob
DownloadService. resolveBlob(DocumentModel doc, String xpath)
Finds a document's blob given an xpath or blobholder indexBlob
DownloadServiceImpl. resolveBlob(DocumentModel doc)
Blob
DownloadServiceImpl. resolveBlob(DocumentModel doc, String xpath)
Blob
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)
.Blob
DownloadServiceImpl. resolveBlobFromDownloadUrl(String downloadURL)
Methods in org.nuxeo.ecm.core.io.download with parameters of type Blob Modifier and Type Method Description DownloadService.DownloadContext.Builder
DownloadService.DownloadContext.Builder. blob(Blob blob)
The 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.String
DownloadService. getFullDownloadUrl(DocumentModel doc, String xpath, Blob blob, String baseUrl)
Gets the full download URL (after redirects if configured so) for the given blob.String
DownloadServiceImpl. getFullDownloadUrl(DocumentModel doc, String xpath, Blob blob, String baseUrl)
URI
DefaultRedirectResolver. getURI(Blob blob, BlobManager.UsageHint usage, javax.servlet.http.HttpServletRequest request)
URI
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)
Method parameters in org.nuxeo.ecm.core.io.download with type arguments of type Blob Modifier and Type Method Description String
DownloadService. storeBlobs(List<Blob> blobs)
Stores the blobs for later download.String
DownloadServiceImpl. 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. blobs
Methods in org.nuxeo.ecm.core.io.impl that return Blob Modifier and Type Method Description Blob
ExportedDocumentImpl. getBlob(String blobId)
Blob
ExportedDocumentImpl. 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 void
ExportedDocumentImpl. putBlob(String blobId, Blob blob)
protected void
ExportedDocumentImpl. 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 Blob
Document.BlobAccessor. getBlob()
Gets the blob.Methods in org.nuxeo.ecm.core.model with parameters of type Blob Modifier and Type Method Description default void
Document.BlobAccessor. setBlob(Blob blob)
Sets the blob and garbage collect old value if any.void
Document.BlobAccessor. setBlob(Blob blob, boolean gcOldBlob)
Sets the blob. -
Uses of Blob in org.nuxeo.ecm.core.mongodb.transientstore
Methods in org.nuxeo.ecm.core.mongodb.transientstore that return types with arguments of type Blob Modifier and Type Method Description List<Blob>
MongoDBTransientStore. getBlobs(String key)
Method parameters in org.nuxeo.ecm.core.mongodb.transientstore with type arguments of type Blob Modifier and Type Method Description void
MongoDBTransientStore. putBlobs(String key, List<Blob> blobs)
-
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 Blob
NuxeoContentStream. blob
Methods in org.nuxeo.ecm.core.opencmis.impl.server that return Blob Modifier and Type Method Description protected 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.Methods in org.nuxeo.ecm.core.opencmis.impl.server with parameters of type Blob Modifier and Type Method Description static 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.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 Blob
BaseDocument.BlobWriteInfo. blob
Methods in org.nuxeo.ecm.core.storage that return Blob Modifier and Type Method Description Blob
BaseDocument.StateBlobAccessor. getBlob()
protected Blob
BaseDocument. getValueBlob(T state, String xpath)
Methods in org.nuxeo.ecm.core.storage with parameters of type Blob Modifier and Type Method Description protected 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
BaseDocument.StateBlobAccessor. setBlob(Blob blob, boolean gcOldBlob)
protected void
BaseDocument. setValueBlob(T state, Blob blob, String xpath)
protected void
BaseDocument. setValueBlob(T state, Blob blob, String xpath, boolean gcOldBlob)
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 Blob
GridFSBinaryManager. readBlob(BlobInfo blobInfo)
Methods in org.nuxeo.ecm.core.storage.mongodb with parameters of type Blob Modifier and Type Method Description Binary
GridFSBinaryManager. getBinary(Blob blob)
String
GridFSBinaryManager. 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 String
S3BinaryManager. 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 long
AbstractTransientStore. getSizeOfBlobs(List<Blob> blobs)
void
AbstractTransientStore. 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 void
TransientStore. putBlobs(String key, List<Blob> blobs)
Associates the givenblobs
with 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 void
KeyValueBlobTransientStore. 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 Blob
BlobUtils. zip(List<Blob> blobs, String fileName)
Zip a list of blob.static Blob
BlobUtils. 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 String
BlobUtils. getFileName(Blob blob)
static Blob
BlobUtils. zip(Blob blob, String filename)
Zip the given blob.protected static void
BlobUtils. 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 Blob
BlobUtils. zip(List<Blob> blobs, String fileName)
Zip a list of blob.protected static void
BlobUtils. 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 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()
Methods in org.nuxeo.ecm.csv.core with parameters of type Blob Modifier and Type Method Description protected static String
CSVImportId. computeDigest(Blob blob)
static String
CSVImportId. create(String repositoryName, String path, Blob blob)
protected Blob
CSVImporterWork. createBlobFromStringBlob(Blob stringBlob)
Creates aBlob
from aStringBlob
.String
CSVImporter. launchImport(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options)
String
CSVImporterImpl. launchImport(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options)
protected BufferedReader
CSVImporterWork. 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 String
CSVImportOperation. 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 Blob
DirectoryCSVLoader. createBlob(String dataFileName)
Methods in org.nuxeo.ecm.directory with parameters of type Blob Modifier and Type Method Description static 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
Methods in org.nuxeo.ecm.directory.api with parameters of type Blob Modifier and Type Method Description void
DirectoryService. 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 Blob
JSONLiveConnectBlobDecoder. getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
Deprecated.Blob
AbstractLiveConnectBlobProvider. readBlob(BlobInfo blobInfo)
Should be overriden by subclasses needing something different.Blob
LiveConnectBlobProvider. toBlob(LiveConnectFileInfo fileInfo)
Methods in org.nuxeo.ecm.liveconnect.core with parameters of type Blob Modifier and Type Method Description String
AbstractLiveConnectBlobProvider. 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 Blob
GoogleDriveBlobProvider. 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 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
Methods in org.nuxeo.ecm.liveconnect.google.drive.converter that return Blob Modifier and Type Method Description protected Blob
GoogleDriveBlobConverter. 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 Blob
GoogleDriveBlobConverter. 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 Blob
ThumbnailAudioFactory. computeThumbnail(DocumentModel doc, CoreSession session)
Blob
ThumbnailAudioFactory. 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 Blob
ConvertHelper. applyConverter(Blob blob, String converter, String destMimeType, Map<String,Serializable> params)
Blob
ConvertHelper. convertBlob(Blob blob, String mimeType)
Blob
ConvertHelper. 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 Blob
ConvertHelper. applyConverter(Blob blob, String converter, String destMimeType, Map<String,Serializable> params)
Blob
ConvertHelper. convertBlob(Blob blob, String mimeType)
Blob
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
Fields in org.nuxeo.ecm.platform.convert.plugins declared as Blob Modifier and Type Field Description protected Blob
ZipCachableBlobHolder. zipBlob
Deprecated.Methods in org.nuxeo.ecm.platform.convert.plugins that return Blob Modifier and Type Method Description protected Blob
UTF8CharsetConverter. convert(Blob blob)
protected Blob
Zip2HtmlConverter. createIndexBlob(String title, List<String> names)
protected Blob
ZipCachableBlobHolder. createIndexBlob()
Deprecated.Blob
ZipCachableBlobHolder. getBlob()
Deprecated.Blob
ZipCachableBlobHolder. 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 Blob
UTF8CharsetConverter. convert(Blob blob)
protected String
UTF8CharsetConverter. 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.CmdReturn
CommandLineBasedConverter. 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 Blob
FileImporterContext. blob
protected Blob
FileImporterContext.Builder. blob
Methods in org.nuxeo.ecm.platform.filemanager.api that return Blob Modifier and Type Method Description Blob
FileImporterContext. getBlob()
Methods in org.nuxeo.ecm.platform.filemanager.api with parameters of type Blob Modifier and Type Method Description static FileImporterContext.Builder
FileImporterContext. builder(CoreSession session, Blob blob, String parentPath)
DocumentModel
FileManager. createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName)
Deprecated.since 10.10.DocumentModel
FileManager. createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName, boolean noMimeTypeCheck)
Deprecated.since 10.10.DocumentModel
FileManager. updateDocumentFromBlob(CoreSession documentManager, Blob input, String path, String fullName)
Deprecated.since 10.10.Constructors in org.nuxeo.ecm.platform.filemanager.api with parameters of type Blob 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 DocumentModel
FileManagerService. createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName)
DocumentModel
FileManagerService. createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName, boolean noMimeTypeCheck)
DocumentModel
FileManagerService. updateDocumentFromBlob(CoreSession documentManager, Blob input, String path, String fullName)
-
Uses of Blob in org.nuxeo.ecm.platform.filemanager.service.extension
Methods in org.nuxeo.ecm.platform.filemanager.service.extension that return Blob Modifier and Type Method Description protected Blob
AbstractFileImporter. getBlob(DocumentModel doc)
Methods in org.nuxeo.ecm.platform.filemanager.service.extension with parameters of type Blob Modifier and Type Method Description DocumentModel
AbstractFileImporter. create(CoreSession session, Blob content, String path, boolean overwrite, String fullname, TypeManager typeService)
DocumentModel
FileImporter. create(CoreSession documentManager, Blob content, String path, boolean overwrite, String filename, TypeManager typeService)
Deprecated.since 10.10.protected String
NoteImporter. getString(Blob blob)
protected static String
NoteImporter. guessEncoding(Blob blob)
protected boolean
AbstractFileImporter. skipCheckInForBlob(Blob blob)
Deprecated.since 9.1 automatic versioning is now handled at versioning service level, remove versioning behaviors from importersprotected 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
Methods in org.nuxeo.ecm.platform.importer.xml.parser that return Blob Modifier and Type Method Description protected Blob
XMLImporterServiceImpl. 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 Blob
ExportDocument. 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 Blob
MailMessageBlobHolder. 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 Blob
MimetypeRegistry. updateMimetype(Blob blob)
Updates the mime type field of a Blob based on the embedded filename with fallback to binary sniffing.Blob
MimetypeRegistry. updateMimetype(Blob blob, String filename)
Updates the mime type field of a Blob based on the provided filename with fallback to binary sniffing.Blob
MimetypeRegistry. updateMimetype(Blob blob, String filename, Boolean withBlobMimetypeFallback)
Updates the mime type field of a Blob based on the provided filename with fallback to binary.Methods in org.nuxeo.ecm.platform.mimetype.interfaces with parameters of type Blob Modifier and Type Method Description String
MimetypeRegistry. getMimetypeFromBlob(Blob blob)
Returns the mime type from a given stream.String
MimetypeRegistry. getMimetypeFromBlobWithDefault(Blob blob, String defaultMimetype)
Finds the mime type of a Blob content and returns provided default if not possible.String
MimetypeRegistry. getMimetypeFromFilenameAndBlobWithDefault(String filename, Blob blob, String defaultMimetype)
Finds the mime type of some content according to its filename and / or binary content.String
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.Blob
MimetypeRegistry. updateMimetype(Blob blob)
Updates the mime type field of a Blob based on the embedded filename with fallback to binary sniffing.Blob
MimetypeRegistry. updateMimetype(Blob blob, String filename)
Updates the mime type field of a Blob based on the provided filename with fallback to binary sniffing.Blob
MimetypeRegistry. updateMimetype(Blob blob, String filename, Boolean withBlobMimetypeFallback)
Updates the mime type field of a Blob based on the provided filename with fallback to binary. -
Uses of Blob in org.nuxeo.ecm.platform.mimetype.service
Methods in org.nuxeo.ecm.platform.mimetype.service that return Blob Modifier and Type Method Description Blob
MimetypeRegistryService. updateMimetype(Blob blob)
Blob
MimetypeRegistryService. updateMimetype(Blob blob, String filename)
Blob
MimetypeRegistryService. 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 String
MimetypeRegistryService. getMimetypeFromBlob(Blob blob)
String
MimetypeRegistryService. getMimetypeFromBlobWithDefault(Blob blob, String defaultMimetype)
String
MimetypeRegistryService. getMimetypeFromFilenameAndBlobWithDefault(String filename, Blob blob, String defaultMimetype)
String
MimetypeRegistryService. getMimetypeFromFilenameWithBlobMimetypeFallback(String filename, Blob blob, String defaultMimetype)
Blob
MimetypeRegistryService. updateMimetype(Blob blob)
Blob
MimetypeRegistryService. updateMimetype(Blob blob, String filename)
Blob
MimetypeRegistryService. updateMimetype(Blob blob, String filename, Boolean withBlobMimetypeFallback)
-
Uses of Blob in org.nuxeo.ecm.platform.pdf
Methods in org.nuxeo.ecm.platform.pdf that return Blob Modifier and Type Method Description Blob
PDFPageNumbering. addPageNumbers(int inStartAtPage, int inStartAtNumber, String inFontName, float inFontSize, String inHex255Color, PDFPageNumbering.PAGE_NUMBER_POSITION inPosition)
Adds page numbers and returns a new Blob.Blob
PDFEncryption. encrypt(org.apache.pdfbox.pdmodel.encryption.AccessPermission inPerm)
Encrypts the PDF with the new permissions (seeAccessPermission
).Blob
PDFEncryption. encryptReadOnly()
Encrypts the PDF with readonly permission.Blob
PDFPageExtractor. extract(int inStartPage, int inEndPage)
Blob
PDFPageExtractor. extract(int inStartPage, int inEndPage, String inFileName, String inTitle, String inSubject, String inAuthor)
Return a Blob built from pageinStartPage
toinEndPage
(inclusive).Blob
PDFMerge. merge(String inFileName)
Merge the PDFs.Blob
PDFMerge. merge(String inFileName, String inTitle, String inSubject, String inAuthor)
Merge the PDFs.Blob
PDFEncryption. 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 void
PDFMerge. addBlob(Blob inBlob)
static org.apache.pdfbox.pdmodel.PDDocument
PDFUtils. 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 Blob
PDFWatermarkPDFOperation. overlayPdf
Methods in org.nuxeo.ecm.platform.pdf.operations that return Blob Modifier and Type Method Description protected Blob
PDFMergeBlobsOperation. doMerge(PDFMerge inMergeTool)
protected Blob
PDFMergeDocumentsOperation. doMerge(PDFMerge inMergeTool)
Blob
PDFAddPageNumbersOperation. run(Blob inBlob)
Blob
PDFEncryptOperation. run(Blob inBlob)
Blob
PDFEncryptOperation. run(DocumentModel inDoc)
Blob
PDFEncryptReadOnlyOperation. run(Blob inBlob)
Blob
PDFEncryptReadOnlyOperation. run(DocumentModel inDoc)
Blob
PDFExtractPagesOperation. run(Blob inBlob)
Blob
PDFExtractPagesOperation. run(DocumentModel inDoc)
Blob
PDFMergeBlobsOperation. run(BlobList inBlobs)
Blob
PDFMergeBlobsOperation. run(Blob inBlob)
Blob
PDFMergeDocumentsOperation. run(DocumentModel inDoc)
Blob
PDFMergeDocumentsOperation. run(DocumentModelList inDocs)
Blob
PDFRemoveEncryptionOperation. run(Blob inBlob)
Blob
PDFRemoveEncryptionOperation. run(DocumentModel inDoc)
Blob
PDFWatermarkImageOperation. run(Blob inBlob)
Blob
PDFWatermarkPDFOperation. run(Blob inBlob)
Blob
PDFWatermarkTextOperation. run(Blob inBlob)
Methods in org.nuxeo.ecm.platform.pdf.operations with parameters of type Blob Modifier and Type Method Description Blob
PDFAddPageNumbersOperation. run(Blob inBlob)
Blob
PDFEncryptOperation. run(Blob inBlob)
Blob
PDFEncryptReadOnlyOperation. run(Blob inBlob)
String
PDFExtractLinksOperation. run(Blob inBlob)
Blob
PDFExtractPagesOperation. run(Blob inBlob)
Blob
PDFMergeBlobsOperation. run(Blob inBlob)
Blob
PDFRemoveEncryptionOperation. run(Blob inBlob)
Blob
PDFWatermarkImageOperation. run(Blob inBlob)
Blob
PDFWatermarkPDFOperation. run(Blob inBlob)
Blob
PDFWatermarkTextOperation. 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 Blob
PDFTransformationService. applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties)
Add an Image watermark to the input PDF blobBlob
PDFTransformationServiceImpl. applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties)
Blob
PDFTransformationService. applyTextWatermark(Blob input, String text, WatermarkProperties properties)
Add a text watermark to the input PDF blobBlob
PDFTransformationServiceImpl. applyTextWatermark(Blob input, String text, WatermarkProperties properties)
Blob
PDFTransformationService. overlayPDF(Blob input, Blob overlayBlob)
Overlay a PDF file on top of the input BlobBlob
PDFTransformationServiceImpl. overlayPDF(Blob input, Blob overlayBlob)
protected Blob
PDFTransformationServiceImpl. 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 Blob
PDFTransformationService. applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties)
Add an Image watermark to the input PDF blobBlob
PDFTransformationServiceImpl. applyImageWatermark(Blob input, Blob watermark, WatermarkProperties properties)
Blob
PDFTransformationService. applyTextWatermark(Blob input, String text, WatermarkProperties properties)
Add a text watermark to the input PDF blobBlob
PDFTransformationServiceImpl. applyTextWatermark(Blob input, String text, WatermarkProperties properties)
Blob
PDFTransformationService. overlayPDF(Blob input, Blob overlayBlob)
Overlay a PDF file on top of the input BlobBlob
PDFTransformationServiceImpl. 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 Blob
ImagingComponent. callPictureConversionChain(DocumentModel doc, Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo, Point size, String conversionFormat)
Blob
ImagingComponent. convertToPDF(Blob blob)
Blob
ImagingComponent. crop(Blob blob, int x, int y, int width, int height)
Blob
ImagingComponent. resize(Blob blob, String finalFormat, int width, int height, int depth)
Blob
ImagingComponent. rotate(Blob blob, int angle)
protected Blob
ImagingComponent. wrapBlob(Blob blob)
Methods in org.nuxeo.ecm.platform.picture with parameters of type Blob Modifier and Type Method Description protected 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)
PictureView
ImagingComponent. computeViewFor(Blob blob, PictureConversion pictureConversion, boolean convert)
PictureView
ImagingComponent. 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 PictureView
ImagingComponent. computeViewWithoutConversion(Blob blob, PictureConversion pictureConversion, ImageInfo imageInfo)
Blob
ImagingComponent. convertToPDF(Blob blob)
Blob
ImagingComponent. crop(Blob blob, int x, int y, int width, int height)
ImageInfo
ImagingComponent. getImageInfo(Blob blob)
Map<String,Object>
ImagingComponent. getImageMetadata(Blob blob)
String
ImagingComponent. getImageMimeType(Blob blob)
Blob
ImagingComponent. resize(Blob blob, String finalFormat, int width, int height, int depth)
Blob
ImagingComponent. rotate(Blob blob, int angle)
protected Blob
ImagingComponent. 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 Blob
ImagingService. convertToPDF(Blob blob)
Converts an image to PDF.Blob
ImagingService. crop(Blob blob, int x, int y, int width, int height)
Crops an image.Blob
PictureView. getBlob()
Returns theBlob
of the picture view.Blob
PictureViewImpl. getBlob()
Blob
PictureView. getContent()
Deprecated.since 7.2, usePictureView.getBlob()
insteadBlob
PictureViewImpl. getContent()
Blob
ImagingService. resize(Blob blob, String finalFormat, int width, int height, int depth)
Resizes image.Blob
ImagingService. 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 PictureView
ImagingService. computeViewFor(Blob blob, PictureConversion pictureConversion, boolean convert)
PictureView
ImagingService. 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 registeredPictureConversion
For each picture template theImagingService.computeViewFor(Blob, PictureConversion, ImageInfo, boolean)
method is callBlob
ImagingService. convertToPDF(Blob blob)
Converts an image to PDF.Blob
ImagingService. crop(Blob blob, int x, int y, int width, int height)
Crops an image.static File
BlobHelper. getFileFromBlob(Blob blob)
Deprecated.since 7.2, usegetFile()
directlyImageInfo
ImagingService. getImageInfo(Blob blob)
Map<String,Object>
ImagingService. getImageMetadata(Blob blob)
Deprecated.since 7.2.String
ImagingService. getImageMimeType(Blob blob)
Returns the mime-type for the given BlobBlob
ImagingService. resize(Blob blob, String finalFormat, int width, int height, int depth)
Resizes image.Blob
ImagingService. rotate(Blob blob, int angle)
Rotates an image.void
PictureView. setBlob(Blob blob)
Sets theBlob
of this picture view.void
PictureViewImpl. 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 Blob
AbstractPictureAdapter. fileContent
Methods in org.nuxeo.ecm.platform.picture.api.adapters that return Blob Modifier and Type Method Description protected Blob
AbstractPictureAdapter. crop(Blob blob, Map<String,Serializable> coords)
Blob
PictureBlobHolder. getBlob(String title)
Blob
PictureBookBlobHolder. getBlob()
protected Blob
AbstractPictureAdapter. getContentFromViews(Integer i)
Blob
DefaultPictureAdapter. getPictureFromTitle(String title)
Blob
NoPictureAdapter. getPictureFromTitle(String title)
Blob
PictureResourceAdapter. 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 void
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
Methods in org.nuxeo.ecm.platform.picture.core that return Blob Modifier and Type Method Description Blob
ImageUtils. convertToPDF(Blob blob)
Blob
ImageUtils. crop(Blob blob, int x, int y, int width, int height)
Blob
ImageUtils. resize(Blob blob, String finalFormat, int width, int height, int depth)
Blob
ImageUtils. rotate(Blob blob, int angle)
Methods in org.nuxeo.ecm.platform.picture.core with parameters of type Blob Modifier and Type Method Description Blob
ImageUtils. convertToPDF(Blob blob)
Blob
ImageUtils. crop(Blob blob, int x, int y, int width, int height)
Map<String,Object>
MetadataUtils. getImageMetadata(Blob blob)
Blob
ImageUtils. resize(Blob blob, String finalFormat, int width, int height, int depth)
Blob
ImageUtils. 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 Blob
IMImageUtils.ImageMagickCaller. call(Blob blob, String targetExt, String commandName)
Blob
IMImageUtils. convertToPDF(Blob blob)
Blob
IMImageUtils. crop(Blob blob, int x, int y, int width, int height)
Blob
IMImageUtils. resize(Blob blob, String finalFormat, int width, int height, int depth)
Blob
IMImageUtils. rotate(Blob blob, int angle)
Methods in org.nuxeo.ecm.platform.picture.core.im with parameters of type Blob Modifier and Type Method Description Blob
IMImageUtils.ImageMagickCaller. call(Blob blob, String targetExt, String commandName)
Blob
IMImageUtils. convertToPDF(Blob blob)
protected File
IMImageUtils.ImageMagickCaller. createTempSource(Blob blob, String ext)
Blob
IMImageUtils. crop(Blob blob, int x, int y, int width, int height)
protected String
IMImageUtils.ImageMagickCaller. getFilename(Blob blob, String targetExt)
protected void
IMImageUtils.ImageMagickCaller. makeFiles(Blob blob, String targetExt)
Blob
IMImageUtils. resize(Blob blob, String finalFormat, int width, int height, int depth)
Blob
IMImageUtils. 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 void
ImagePlugin. 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 Blob
GetPictureView. run(DocumentModel doc)
Blob
PictureResize. run(Blob blob)
Blob
PictureResize. run(DocumentModel doc)
Methods in org.nuxeo.ecm.platform.picture.operation with parameters of type Blob Modifier and Type Method Description Blob
PictureResize. 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 Blob
ThumbnailPictureFactory. computeThumbnail(DocumentModel doc, CoreSession session)
Blob
ThumbnailPictureFactory. getThumbnail(DocumentModel doc, CoreSession session)
-
Uses of Blob in org.nuxeo.ecm.platform.preview.adapter
Methods in org.nuxeo.ecm.platform.preview.adapter that return Blob Modifier and Type Method Description Blob
BlobPostProcessor. process(Blob blob)
protected Blob
ZipPreviewer. 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 boolean
ZipPreviewer. isSanitizable(Blob blob)
Blob
BlobPostProcessor. process(Blob blob)
protected Blob
ZipPreviewer. 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 Blob
NoteHtmlPreviewAdapter. 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 String
ConverterBasedHtmlPreviewAdapter. getMimeType(Blob blob)
protected Blob
NoteHtmlPreviewAdapter. 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.preview.work
Methods in org.nuxeo.ecm.platform.preview.work that return types with arguments of type Blob Modifier and Type Method Description List<Blob>
PreviewWork. getPreview(Duration timeout)
-
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 Blob
BlobTemplate. blob
Constructors 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 Blob
Rendition. getBlob()
Returns the rendered Blob ornull
if 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 ornull
if 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 Blob
DownloadBlobHolder. 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. blobs
Methods in org.nuxeo.ecm.platform.rendition.impl that return Blob Modifier and Type Method Description Blob
LazyRendition. getBlob()
Blob
StoredRendition. 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 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
Methods in org.nuxeo.ecm.platform.rendition.operation that return Blob Modifier and Type Method Description protected Blob
GetContainerRendition. getDefaultRendition(DocumentModel doc, int currentDepth)
protected Blob
GetContainerRendition. processContainer(DocumentModel doc, int currentDepth)
Blob
GetContainerRendition. run(DocumentModel doc)
Blob
GetRendition. 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 Blob
RenditionCreator. renditionBlob
Methods in org.nuxeo.ecm.platform.rendition.service with parameters of type Blob Modifier and Type Method Description StoredRendition
DefaultStoredRenditionManager. createStoredRendition(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition)
StoredRendition
StoredRenditionManager. createStoredRendition(DocumentModel liveDocument, DocumentModel versionDocument, Blob renditionBlob, RenditionDefinition renditionDefinition)
Creates aStoredRendition
for 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.rendition.work
Methods in org.nuxeo.ecm.platform.rendition.work that return Blob Modifier and Type Method Description Blob
RenditionWork. getRendition(Duration timeout)
-
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 Blob
GetGraphOperation. 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 void
JsonEncodeDecodeUtils. 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 Blob
SignatureService.StatusWithBlob. blob
Methods in org.nuxeo.ecm.platform.signature.api.sign that return Blob Modifier and Type Method Description Blob
SignatureService.StatusWithBlob. getBlob()
Blob
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).Blob
SignatureService. signPDF(Blob pdfBlob, DocumentModel doc, DocumentModel user, String userKeyPassword, String reason)
Signs a PDF document with a user certificate.Methods in org.nuxeo.ecm.platform.signature.api.sign with parameters of type Blob Modifier and Type Method Description Blob
SignatureService. 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 Blob
SignPDF. run(Blob blob)
Blob
SignPDFDocument. run(DocumentModel doc)
Methods in org.nuxeo.ecm.platform.signature.core.operations with parameters of type Blob Modifier and Type Method Description Blob
SignPDF. 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 Blob
SignatureServiceImpl. signDocument(DocumentModel doc, DocumentModel user, String keyPassword, String reason, boolean pdfa, SignatureService.SigningDisposition disposition, String archiveFilename)
Blob
SignatureServiceImpl. signPDF(Blob pdfBlob, DocumentModel doc, DocumentModel user, String keyPassword, String reason)
Methods in org.nuxeo.ecm.platform.signature.core.sign with parameters of type Blob Modifier and Type Method Description protected List<X509Certificate>
SignatureServiceImpl. getCertificates(Blob pdfBlob)
protected int
SignatureServiceImpl. getSigningStatus(Blob pdfBlob, DocumentModel user)
Blob
SignatureServiceImpl. signPDF(Blob pdfBlob, DocumentModel doc, DocumentModel user, String keyPassword, String reason)
-
Uses of Blob in org.nuxeo.ecm.platform.suggestbox.automation
Methods in org.nuxeo.ecm.platform.suggestbox.automation that return Blob Modifier and Type Method Description Blob
SuggestOperation. 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 Blob
SuggestTagEntry. 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 Blob
ThreeD. blob
protected Blob
ThreeDRenderView. content
protected Blob
ThreeDRenderView. thumbnail
Fields in org.nuxeo.ecm.platform.threed with type parameters of type Blob Modifier and Type Field Description protected List<Blob>
ThreeD. resources
Methods in org.nuxeo.ecm.platform.threed that return Blob Modifier and Type Method Description protected static Blob
BatchConverterHelper. createThumbnail(Blob render)
Blob
ThreeD. getBlob()
Blob
ThreeDRenderView. getContent()
Blob
ThreeDRenderView. 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 Blob
BatchConverterHelper. createThumbnail(Blob render)
protected static ThreeDInfo
BatchConverterHelper. 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 Blob
ThumbnailThreeDFactory. computeThumbnail(DocumentModel documentModel, CoreSession coreSession)
Blob
ThumbnailThreeDFactory. getThumbnail(DocumentModel documentModel, CoreSession coreSession)
-
Uses of Blob in org.nuxeo.ecm.platform.threed.convert
Methods in org.nuxeo.ecm.platform.threed.convert that return types with arguments of type 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 String
ThreeDImporter. 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 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
Methods in org.nuxeo.ecm.platform.thumbnail.factories that return Blob Modifier and Type Method Description Blob
ThumbnailDocumentFactory. computeThumbnail(DocumentModel doc, CoreSession session)
protected Blob
ThumbnailDocumentFactory. getDefaultThumbnail(DocumentModel doc)
Blob
ThumbnailDocumentFactory. getThumbnail(DocumentModel doc, CoreSession session)
-
Uses of Blob in org.nuxeo.ecm.platform.thumbnail.listener
Methods in org.nuxeo.ecm.platform.thumbnail.listener that return Blob Modifier and Type Method Description protected Blob
ThumbnailHelper. getManagedThumbnail(DocumentModel doc)
-
Uses of Blob in org.nuxeo.ecm.platform.thumbnail.rendition
Methods in org.nuxeo.ecm.platform.thumbnail.rendition that return types with arguments of type 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 DocumentModel
UserWorkspaceCreateFromBlob. 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 Blob
Video. blob
Methods in org.nuxeo.ecm.platform.video that return Blob Modifier and Type Method Description Blob
Video. getBlob()
Returns the videoBlob
.Methods in org.nuxeo.ecm.platform.video with parameters of type Blob Modifier and Type Method Description static 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)
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 Blob
ThumbnailVideoFactory. computeThumbnail(DocumentModel doc, CoreSession session)
Blob
ThumbnailVideoFactory. getThumbnail(DocumentModel doc, CoreSession session)
-
Uses of Blob in org.nuxeo.ecm.platform.video.convert
Methods in org.nuxeo.ecm.platform.video.convert that return types with arguments of type 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 void
VideoImporter. 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 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
Methods in org.nuxeo.ecm.platform.video.tools that return Blob Modifier and Type Method Description Blob
VideoToolsService. concat(List<Blob> videos)
Concat the input video blobs into a single video blob.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.Blob
VideoToolsService. 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 Blob
VideoToolsService. 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.Blob
VideoToolsService. 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 Blob
VideoToolsService. 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 Blob
AddWatermarkToVideo. run(Blob input)
Blob
AddWatermarkToVideo. run(DocumentModel input)
Blob
ConcatVideos. run(BlobList blobs)
Blob
ConcatVideos. run(DocumentModelList docs)
Blob
ExtractClosedCaptionsFromVideo. run(Blob input)
Blob
ExtractClosedCaptionsFromVideo. run(DocumentModel input)
Blob
SliceVideo. run(Blob input)
Blob
SliceVideo. run(DocumentModel input)
Methods in org.nuxeo.ecm.platform.video.tools.operations with parameters of type Blob Modifier and Type Method Description Blob
AddWatermarkToVideo. run(Blob input)
Blob
ExtractClosedCaptionsFromVideo. run(Blob input)
Blob
SliceVideo. run(Blob input)
BlobList
SliceVideoInParts. 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 Blob
VideoToolsServiceImpl. concat(List<Blob> videos)
Blob
VideoToolsServiceImpl. extractClosedCaptions(Blob video, String outputFormat, String startAt, String endAt)
Blob
VideoToolsServiceImpl. 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 Blob
VideoToolsServiceImpl. extractClosedCaptions(Blob video, String outputFormat, String startAt, String endAt)
List<Blob>
VideoToolsServiceImpl. slice(Blob video, String startAt, String duration, boolean encode)
Blob
VideoToolsServiceImpl. 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 Blob
VideoToolsServiceImpl. 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 Blob
GetQuotaStatisticsOperation. 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 void
BatchUploadObject. 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 Blob
ConvertAdapter. 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)
Methods in org.nuxeo.ecm.restapi.server.jaxrs.adapters that return types with arguments of type Blob Modifier and Type Method Description protected List<Blob>
PreviewAdapter. previewBlobs(DocumentModel doc, String xpath, boolean blobPostProcessing)
-
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.Response
BlobObject. 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 Blob
WorkManagerObject. 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 Blob
RenditionObject. getLegacyRenditionBlob()
protected Blob
RenditionObject. 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 void
ResizeAvatarPictureListener. 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 DocumentModel
AbstractVirtualBackend. createFile(String parentPath, String name, Blob content)
DocumentModel
Backend. createFile(String parentPath, String name, Blob content)
DocumentModel
SimpleBackend. createFile(String parentPath, String name, Blob content)
DocumentModel
AbstractVirtualBackend. updateDocument(DocumentModel doc, String name, Blob content)
DocumentModel
Backend. updateDocument(DocumentModel doc, String name, Blob content)
DocumentModel
SimpleBackend. updateDocument(DocumentModel doc, String name, Blob content)
-
Uses of Blob in org.nuxeo.ecm.webengine.forms
Methods in org.nuxeo.ecm.webengine.forms that return Blob Modifier and Type Method Description Blob
FormData. getBlob(String key)
protected Blob
FormData. getBlob(org.apache.commons.fileupload.FileItem item)
Blob
FormInstance. getBlob(String key)
Blob[]
FormData. getBlobs(String key)
Blob[]
FormInstance. getBlobs(String key)
Blob
FormData. 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 long
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
Fields in org.nuxeo.importer.stream.consumer declared as Blob Modifier and Type Field Description protected Blob
BlobMessageConsumer.CloseableBlob. blob
Methods in org.nuxeo.importer.stream.consumer that return Blob Modifier and Type Method Description Blob
BlobMessageConsumer.CloseableBlob. getBlob()
protected Blob
DocumentMessageConsumer. 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 Blob
DocumentMessage. blob
protected Blob
DocumentMessage.Builder. blob
Methods in org.nuxeo.importer.stream.message that return Blob Modifier and Type Method Description Blob
DocumentMessage. getBlob()
Methods in org.nuxeo.importer.stream.message with parameters of type Blob Modifier and Type Method Description DocumentMessage.Builder
DocumentMessage.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 Blob
RandomDocumentMessageProducer. 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 String
DefaultExporterPlugin. 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 Blob
TemplateBasedDocumentAdapterImpl. getTemplateBlob(String templateName)
Blob
TemplateBasedDocumentAdapterImpl. renderAndStoreAsAttachment(String templateName, boolean save)
Blob
TemplateBasedDocumentAdapterImpl. renderWithTemplate(String templateName)
Methods in org.nuxeo.template.adapters.doc with parameters of type Blob Modifier and Type Method Description protected OperationContext
TemplateBasedDocumentAdapterImpl. initOperationContext(Blob blob, String templateName)
protected void
TemplateBasedDocumentAdapterImpl. 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 Blob
TemplateSourceDocumentAdapterImpl. getTemplateBlob()
Methods in org.nuxeo.template.adapters.source with parameters of type Blob Modifier and Type Method Description void
TemplateSourceDocumentAdapterImpl. 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 Blob
TemplateProcessor. renderTemplate(TemplateBasedDocument templateDocument, String templateName)
Perform rendering of the named template against theTemplateBasedDocument
Methods in org.nuxeo.template.api with parameters of type Blob Modifier and Type Method Description TemplateProcessor
TemplateProcessorService. findProcessor(Blob templateBlob)
Finds theTemplateProcessor
for a givenBlob
.String
TemplateProcessorService. 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 Blob
TemplateBasedDocument. getTemplateBlob(String templateName)
Return theBlob
of the associated templateBlob
TemplateSourceDocument. getTemplateBlob()
Retrieve the Blob holding the template fileBlob
TemplateBasedDocument. renderAndStoreAsAttachment(String templateName, boolean save)
Render the named template against the underlying DocumentModel and store the result in the main BlobBlob
TemplateBasedDocument. 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 void
TemplateSourceDocument. setTemplateBlob(Blob blob, boolean save)
Write accessor to theBlob
used 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 Blob
RenderWithTemplateOperation. 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 Blob
BlobHolderWrapper. getBlob()
Blob
BlobHolderWrapper. getBlob(int index)
Blob
BlobHolderWrapper. 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 Blob
DeckJSPDFOperation. run(Blob blob)
Methods in org.nuxeo.template.deckjs with parameters of type Blob Modifier and Type Method Description Blob
DeckJSPDFOperation. 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 Blob
TemplateBasedResource. getResource(String templateName, String resourceName)
Blob
TemplateResource. getResource(String resourceName)
-
Uses of Blob in org.nuxeo.template.odt
Method parameters in org.nuxeo.template.odt with type arguments of type Blob Modifier and Type Method Description File
OOoArchiveModifier. 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 Blob
AbstractTemplateProcessor. getSourceTemplateBlob(TemplateBasedDocument templateBasedDocument, String templateName)
Blob
IdentityProcessor. renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName)
Methods in org.nuxeo.template.processors with parameters of type Blob Modifier and Type Method Description protected void
AbstractBindingResolver. addDefaultMimetypeIfRequired(Blob blob)
List<TemplateInput>
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
Methods in org.nuxeo.template.processors.docx that return Blob Modifier and Type Method Description Blob
WordXMLRawTemplateProcessor. 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 Blob
FreeMarkerProcessor. 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 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
Methods in org.nuxeo.template.processors.jod that return Blob Modifier and Type Method Description Blob
JODReportTemplateProcessor. 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)
String
JODReportTemplateProcessor. 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 Blob
JXLSTemplateProcessor. 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 void
JXLSBindingResolver. handleBlobField(String paramName, Blob blobValue)
protected Object
JXLSBindingResolver. 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 Blob
BlobImageProvider. blob
Methods in org.nuxeo.template.processors.xdocreport that return Blob Modifier and Type Method Description Blob
XDocReportProcessor. 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 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)
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 Blob
XSLTProcessor. 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 TemplateProcessor
TemplateProcessorComponent. findProcessor(Blob templateBlob)
TemplateProcessorDescriptor
TemplateProcessorComponent. findProcessorDescriptor(Blob templateBlob)
String
TemplateProcessorComponent. findProcessorName(Blob templateBlob)
-
Uses of Blob in org.nuxeo.template.xdocreport.jaxrs
Methods in org.nuxeo.template.xdocreport.jaxrs with parameters of type Blob Modifier and Type Method Description static fr.opensagres.xdocreport.remoting.resources.domain.LargeBinaryData
BinaryDataWrapper. wrap(Blob blob)
-
Uses of Blob in org.nuxeo.wopi
Methods in org.nuxeo.wopi that return Blob Modifier and Type Method Description static Blob
Helpers. getEditableBlob(DocumentModel doc, String xpath)
Methods in org.nuxeo.wopi with parameters of type Blob Modifier and Type Method Description default 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)
String
WOPIService. getActionURL(Blob blob, String action)
Returns the WOPI action url given ablob
and anaction
.String
WOPIServiceImpl. getActionURL(Blob blob, String action)
protected String
WOPIServiceImpl. getExtension(Blob blob)
WOPIBlobInfo
WOPIService. getWOPIBlobInfo(Blob blob)
Returns aWOPIBlobInfo
for the given blob if it is supported by WOPI,null
otherwise.WOPIBlobInfo
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
Fields in org.nuxeo.wopi.jaxrs declared as Blob Modifier and Type Field Description protected Blob
FilesEndpoint. blob
Methods in org.nuxeo.wopi.jaxrs that return Blob Modifier and Type Method Description protected 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)
Methods in org.nuxeo.wopi.jaxrs with parameters of type Blob Modifier and Type Method Description protected javax.ws.rs.core.Response
FilesEndpoint. buildItemVersionResponse(String operation, Blob blob)
-