Uses of Class
org.nuxeo.ecm.core.blob.BlobInfo
Packages that use BlobInfo
Package
Description
-
Uses of BlobInfo in org.nuxeo.ecm.blob
Methods in org.nuxeo.ecm.blob with parameters of type BlobInfoModifier and TypeMethodDescriptionboolean
AbstractCloudBinaryManager.performsExternalAccessControl
(BlobInfo blobInfo) Deprecated.Deprecated. -
Uses of BlobInfo in org.nuxeo.ecm.core.blob
Fields in org.nuxeo.ecm.core.blob declared as BlobInfoMethods in org.nuxeo.ecm.core.blob with parameters of type BlobInfoModifier and TypeMethodDescriptionFilesystemBlobProvider.createBlob
(BlobInfo blobInfo) Creates a filesystem blob with the given information.default boolean
BlobProvider.performsExternalAccessControl
(BlobInfo blobInfo) Checks if the blob provider performs external access control checks.Reads aBlob
from storage.Deprecated.Reads aBlob
from storage.Deprecated.since 11.1, useDocumentBlobManagerComponent.readBlob(BlobInfo, Document, String)
insteadReads aBlob
from storage.protected Blob
DocumentBlobManagerComponent.readBlob
(BlobInfo blobInfo, Document doc, String xpath, String repositoryName) Constructors in org.nuxeo.ecm.core.blob with parameters of type BlobInfoModifierConstructorDescriptionCopy constructor.BlobInfoContext
(BlobInfo blobInfo, Document doc, String xpath) SimpleManagedBlob
(String blobProviderId, BlobInfo blobInfo) SimpleManagedBlob
(BlobInfo blobInfo) -
Uses of BlobInfo in org.nuxeo.ecm.core.blob.binary
Methods in org.nuxeo.ecm.core.blob.binary with parameters of type BlobInfo -
Uses of BlobInfo in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage that return BlobInfoMethods in org.nuxeo.ecm.core.storage with parameters of type BlobInfoModifier and TypeMethodDescriptionprotected void
BaseDocument.setBlobInfo
(T state, BlobInfo blobInfo) -
Uses of BlobInfo in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb with parameters of type BlobInfo -
Uses of BlobInfo in org.nuxeo.ecm.liveconnect.core
Methods in org.nuxeo.ecm.liveconnect.core with parameters of type BlobInfoModifier and TypeMethodDescriptionboolean
AbstractLiveConnectBlobProvider.performsExternalAccessControl
(BlobInfo blobInfo) Should be overriden by subclasses needing something different. -
Uses of BlobInfo in org.nuxeo.importer.stream.consumer
Methods in org.nuxeo.importer.stream.consumer with parameters of type BlobInfoModifier and TypeMethodDescriptionvoid
BlobInfoWriter.save
(DocumentMessage.Builder builder, BlobInfo info) void
LogBlobInfoWriter.save
(DocumentMessage.Builder builder, BlobInfo info) -
Uses of BlobInfo in org.nuxeo.importer.stream.message
Subclasses of BlobInfo in org.nuxeo.importer.stream.messageFields in org.nuxeo.importer.stream.message declared as BlobInfoModifier and TypeFieldDescriptionprotected BlobInfo
DocumentMessage.blobInfo
protected BlobInfo
DocumentMessage.Builder.blobInfo
Methods in org.nuxeo.importer.stream.message that return BlobInfoMethods in org.nuxeo.importer.stream.message with parameters of type BlobInfoConstructors in org.nuxeo.importer.stream.message with parameters of type BlobInfo -
Uses of BlobInfo in org.nuxeo.importer.stream.producer
Methods in org.nuxeo.importer.stream.producer that return BlobInfoModifier and TypeMethodDescriptionBlobInfoFetcher.get
(DocumentMessage.Builder builder) RandomLogBlobInfoFetcher.get
(DocumentMessage.Builder builder)
DocumentBlobManager.readBlob(BlobInfo, Document, String)
instead