Package | Description |
---|---|
org.nuxeo.ecm.core.blob | |
org.nuxeo.ecm.core.storage.binary |
Modifier and Type | Class and Description |
---|---|
class |
SimpleManagedBlob
Simple managed blob implementation holding just a key and delegating to its provider for implementation.
|
Modifier and Type | Method and Description |
---|---|
ManagedBlob |
BlobProvider.createManagedBlob(String repositoryName,
BlobManager.BlobInfo blobInfo,
Document doc)
Creates a managed blob.
|
ManagedBlob |
BlobManagerComponent.getBlob(String repositoryName,
BlobManager.BlobInfo blobInfo,
Document doc) |
ManagedBlob |
BlobManager.getBlob(String repositoryName,
BlobManager.BlobInfo blobInfo,
Document doc)
Creates a blob from the given blob info.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
ManagedBlobProvider.getStream(ManagedBlob blob) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryBlob
|
Copyright © 2015 Nuxeo SA. All rights reserved.