Package org.nuxeo.ecm.core.api.blobholder
-
Interface Summary Interface Description BlobHolder Interface for an object that holds aBlob
.BlobHolderAdapterService Service interface for creating the rightBlobHolder
adapter depending on theDocumentModel
type.BlobHolderFactory Interface for the contributed factory classes. -
Class Summary Class Description AbstractBlobHolder Base class forBlobHolder
implementersBlobHolderAdapterComponent Runtime component to manage the pluggable factory forDocumentAdapterFactory
.BlobHolderAdapterFactory DocumentModel
adapter factory.BlobHolderFactoryDescriptor XMap descriptor for contributed factories.DocumentBlobHolder BlobHolder
implementation based on aDocumentModel
and a XPath.DocumentStringBlobHolder BlobHolder
implemention based on aDocumentModel
and a Xpath pointing to a String fields.DownloadContextBlobHolder SimpleBlobHolder BlobHolder
implementation that simply wraps a detachedBlob
.SimpleBlobHolderWithProperties