Interface | Description |
---|---|
BlobManager |
Service managing the storage and retrieval of
Blob s, through internally-registered BlobProvider s. |
BlobProvider |
Interface for a provider of
Blob s, which knows how to create them and fetch their content and additional
information. |
ManagedBlob |
Interface for
Blob s created and managed by the BlobManager . |
ManagedBlobProvider |
Blob provider that knows how to get the stream from its
ManagedBlob 's key. |
Class | Description |
---|---|
BlobManager.BlobInfo |
Class describing information from a
Blob , suitable for serialization and storage. |
BlobManagerComponent |
Implementation of the service managing the storage and retrieval of
Blob s, through internally-registered
BlobProvider s. |
SimpleManagedBlob |
Simple managed blob implementation holding just a key and delegating to its provider for implementation.
|
Copyright © 2015 Nuxeo SA. All rights reserved.