Uses of Interface
org.nuxeo.ecm.core.blob.ManagedBlob
- 
Packages that use ManagedBlob Package Description org.nuxeo.ecm.blob org.nuxeo.ecm.blob.azure org.nuxeo.ecm.blob.s3 org.nuxeo.ecm.core.api.model.impl.primitives org.nuxeo.ecm.core.blob org.nuxeo.ecm.core.blob.binary org.nuxeo.ecm.core.blob.stream org.nuxeo.ecm.core.convert.service Implementation of the Conversion Service (seeConversionService).org.nuxeo.ecm.core.event.impl Event Service implementation.org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database.org.nuxeo.ecm.liveconnect.box org.nuxeo.ecm.liveconnect.core org.nuxeo.ecm.liveconnect.google.drive  - 
- 
Uses of ManagedBlob in org.nuxeo.ecm.blob
Methods in org.nuxeo.ecm.blob with parameters of type ManagedBlob Modifier and Type Method Description protected URIAbstractCloudBinaryManager. getRemoteUri(String digest, ManagedBlob blob, javax.servlet.http.HttpServletRequest servletRequest)URIAbstractCloudBinaryManager. getURI(ManagedBlob blob, BlobManager.UsageHint hint, javax.servlet.http.HttpServletRequest servletRequest) - 
Uses of ManagedBlob in org.nuxeo.ecm.blob.azure
Methods in org.nuxeo.ecm.blob.azure with parameters of type ManagedBlob Modifier and Type Method Description protected URIAzureBinaryManager. getRemoteUri(String digest, ManagedBlob blob, javax.servlet.http.HttpServletRequest servletRequest)protected URIAzureCDNBinaryManager. getRemoteUri(String digest, ManagedBlob blob, javax.servlet.http.HttpServletRequest servletRequest)URIAzureBlobProvider. getURI(ManagedBlob blob, BlobManager.UsageHint hint, javax.servlet.http.HttpServletRequest servletRequest)protected URIAzureBlobProvider. getURIAzure(String key, ManagedBlob blob, Date expiration)Gets a URI for the given blob for direct download.protected URIAzureBlobProvider. getURICDN(String key, ManagedBlob blob, Date expiration)Gets a URI for the given blob for direct download via CDN. - 
Uses of ManagedBlob in org.nuxeo.ecm.blob.s3
Methods in org.nuxeo.ecm.blob.s3 with parameters of type ManagedBlob Modifier and Type Method Description BlobStatusS3BlobProvider. getStatus(ManagedBlob blob)URIS3BlobProvider. getURI(ManagedBlob blob, BlobManager.UsageHint hint, javax.servlet.http.HttpServletRequest servletRequest)protected URIS3BlobProvider. getURICloudFront(String bucketKey, ManagedBlob blob, Date expiration, javax.servlet.http.HttpServletRequest servletRequest)protected URIS3BlobProvider. getURIS3(String bucketKey, ManagedBlob blob, Date expiration, javax.servlet.http.HttpServletRequest servletRequest) - 
Uses of ManagedBlob in org.nuxeo.ecm.core.api.model.impl.primitives
Methods in org.nuxeo.ecm.core.api.model.impl.primitives with parameters of type ManagedBlob Modifier and Type Method Description protected booleanBlobProperty. isSameValue(ManagedBlob value1, ManagedBlob value2) - 
Uses of ManagedBlob in org.nuxeo.ecm.core.blob
Classes in org.nuxeo.ecm.core.blob that implement ManagedBlob Modifier and Type Class Description classSimpleManagedBlobSimple managed blob implementation holding just a key and delegating to its provider for implementation.Methods in org.nuxeo.ecm.core.blob that return ManagedBlob Modifier and Type Method Description ManagedBlobFilesystemBlobProvider. createBlob(BlobInfo blobInfo)Creates a filesystem blob with the given information.default ManagedBlobDocumentBlobProvider. freezeVersion(ManagedBlob blob, Document doc)Returns a new managed blob pointing to a fixed version of the original blob.protected ManagedBlobDocumentBlobManagerComponent. getBlob(Document doc, String xpath)protected ManagedBlobDocumentBlobManagerComponent. getMainBlob(Document doc)Methods in org.nuxeo.ecm.core.blob that return types with arguments of type ManagedBlob Modifier and Type Method Description List<ManagedBlob>DocumentBlobManagerComponent. getRetainableBlobs(Document doc)Methods in org.nuxeo.ecm.core.blob with parameters of type ManagedBlob Modifier and Type Method Description default booleanBlobProvider. canConvert(ManagedBlob blob, String mimeType)Checks if the conversion to the givenmimeTypeis supported by theblob.default ManagedBlobDocumentBlobProvider. freezeVersion(ManagedBlob blob, Document doc)Returns a new managed blob pointing to a fixed version of the original blob.default List<AppLink>BlobProvider. getAppLinks(String user, ManagedBlob blob)Returns a list of application links for the given blob.default Map<String,URI>BlobProvider. getAvailableConversions(ManagedBlob blob, BlobManager.UsageHint hint)Gets a map of available MIME type conversions and correspondingURIfor a managed blob.protected StringDocumentBlobManagerComponent. getBlobKeyReplacement(ManagedBlob blob)A key may have been replaced by an async digest computation, use the new one.protected StringDocumentBlobManagerComponent. getBlobKeyReplacement(ManagedBlob blob, boolean addPrefix)default InputStreamDocumentBlobProvider. getConvertedStream(ManagedBlob blob, String mimeType, DocumentModel doc)Gets anInputStreamfor a conversion to the given MIME type.default FileBlobProvider. getFile(ManagedBlob blob)Gets aFile(if one exists) for the data of a managed blob.FileBlobStoreBlobProvider. getFile(ManagedBlob blob)FileFilesystemBlobProvider. getFile(ManagedBlob blob)default BlobStatusBlobProvider. getStatus(ManagedBlob blob)Gets the status of a blob.default InputStreamBlobProvider. getStream(ManagedBlob blob)Gets anInputStreamfor the data of a managed blob.InputStreamBlobStoreBlobProvider. getStream(ManagedBlob blob)InputStreamFilesystemBlobProvider. getStream(ManagedBlob blob)default InputStreamBlobProvider. getThumbnail(ManagedBlob blob)Gets anInputStreamfor a thumbnail of a managed blob.default URIBlobProvider. getURI(ManagedBlob blob, BlobManager.UsageHint hint, javax.servlet.http.HttpServletRequest servletRequest)Gets anURIfor the content of a managed blob.default booleanBlobProvider. isVersion(ManagedBlob blob)Returns true if version of the blob is a version.protected voidDocumentBlobManagerComponent. updateBlob(ManagedBlob blob, Consumer<BlobUpdateContext> contextFiller) - 
Uses of ManagedBlob in org.nuxeo.ecm.core.blob.binary
Classes in org.nuxeo.ecm.core.blob.binary that implement ManagedBlob Modifier and Type Class Description classBinaryBlobMethods in org.nuxeo.ecm.core.blob.binary with parameters of type ManagedBlob Modifier and Type Method Description FileBinaryBlobProvider. getFile(ManagedBlob blob) - 
Uses of ManagedBlob in org.nuxeo.ecm.core.blob.stream
Methods in org.nuxeo.ecm.core.blob.stream with parameters of type ManagedBlob Modifier and Type Method Description protected booleanBlobDomainEventProducer. exclude(String event, ManagedBlob blob) - 
Uses of ManagedBlob in org.nuxeo.ecm.core.convert.service
Fields in org.nuxeo.ecm.core.convert.service declared as ManagedBlob Modifier and Type Field Description protected ManagedBlobConversionWork. managedBlob - 
Uses of ManagedBlob in org.nuxeo.ecm.core.event.impl
Fields in org.nuxeo.ecm.core.event.impl declared as ManagedBlob Modifier and Type Field Description protected ManagedBlobBlobEventContext. blobMethods in org.nuxeo.ecm.core.event.impl that return ManagedBlob Modifier and Type Method Description ManagedBlobBlobEventContext. getBlob()Constructors in org.nuxeo.ecm.core.event.impl with parameters of type ManagedBlob Constructor Description BlobEventContext(String repositoryName, ManagedBlob managedBlob)BlobEventContext(NuxeoPrincipal principal, String repositoryName, String docId, String xpath, ManagedBlob blob) - 
Uses of ManagedBlob in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql with parameters of type ManagedBlob Modifier and Type Method Description protected URICloudFrontBinaryManager. getRemoteUri(String digest, ManagedBlob blob, javax.servlet.http.HttpServletRequest servletRequest)protected URIS3BinaryManager. getRemoteUri(String digest, ManagedBlob blob, javax.servlet.http.HttpServletRequest servletRequest) - 
Uses of ManagedBlob in org.nuxeo.ecm.liveconnect.box
Methods in org.nuxeo.ecm.liveconnect.box that return ManagedBlob Modifier and Type Method Description ManagedBlobBoxBlobProvider. freezeVersion(ManagedBlob blob, Document doc)Methods in org.nuxeo.ecm.liveconnect.box with parameters of type ManagedBlob Modifier and Type Method Description ManagedBlobBoxBlobProvider. freezeVersion(ManagedBlob blob, Document doc)InputStreamBoxBlobProvider. getStream(ManagedBlob blob)InputStreamBoxBlobProvider. getThumbnail(ManagedBlob blob)URIBoxBlobProvider. getURI(ManagedBlob blob, BlobManager.UsageHint usage, javax.servlet.http.HttpServletRequest servletRequest) - 
Uses of ManagedBlob in org.nuxeo.ecm.liveconnect.core
Methods in org.nuxeo.ecm.liveconnect.core with parameters of type ManagedBlob Modifier and Type Method Description booleanAbstractLiveConnectBlobProvider. isVersion(ManagedBlob blob)Should be overriden by subclasses needing something different.protected LiveConnectFileInfoAbstractLiveConnectBlobProvider. toFileInfo(ManagedBlob blob) - 
Uses of ManagedBlob in org.nuxeo.ecm.liveconnect.google.drive
Methods in org.nuxeo.ecm.liveconnect.google.drive that return ManagedBlob Modifier and Type Method Description ManagedBlobGoogleDriveBlobProvider. freezeVersion(ManagedBlob blob, Document doc)Methods in org.nuxeo.ecm.liveconnect.google.drive with parameters of type ManagedBlob Modifier and Type Method Description ManagedBlobGoogleDriveBlobProvider. freezeVersion(ManagedBlob blob, Document doc)protected StringGoogleDriveBlobProvider. getAlternateUrl(ManagedBlob blob)List<AppLink>GoogleDriveBlobProvider. getAppLinks(String username, ManagedBlob blob)Map<String,URI>GoogleDriveBlobProvider. getAvailableConversions(ManagedBlob blob, BlobManager.UsageHint hint)InputStreamGoogleDriveBlobProvider. getConvertedStream(ManagedBlob blob, String mimeType, DocumentModel doc)protected StringGoogleDriveBlobProvider. getDownloadUrl(ManagedBlob blob)Gets the URL to which we can redirect to let the user download the file.protected StringGoogleDriveBlobProvider. getEmbedUrl(ManagedBlob blob)Gets the URL to which we can redirect to let the user see a preview of the file.protected Map<String,String>GoogleDriveBlobProvider. getExportLinks(ManagedBlob blob)Gets the export link.InputStreamGoogleDriveBlobProvider. getStream(ManagedBlob blob)protected InputStreamGoogleDriveBlobProvider. getStream(ManagedBlob blob, URI uri)protected StringGoogleDriveBlobProvider. getStreamUrl(ManagedBlob blob)Gets the URL from which we can stream the content of the file.InputStreamGoogleDriveBlobProvider. getThumbnail(ManagedBlob blob)protected StringGoogleDriveBlobProvider. getThumbnailUrl(ManagedBlob blob)Gets the URL from which we can stream a thumbnail.URIGoogleDriveBlobProvider. getURI(ManagedBlob blob, BlobManager.UsageHint usage, javax.servlet.http.HttpServletRequest servletRequest)protected BlobGoogleDriveBlobProvider. retrieveBlobConversion(ManagedBlob blob, String mimeType, DocumentModel doc)Retrieve a stored conversion of the given blob 
 -