Nuxeo 5

Nuxeo 5 Component
org.nuxeo.ecm.core.api.blobholder.BlobHolderAdapterComponent

Individual Documentation Coverage

done proportion
100.0 %


The BlobHolderAdapter provides the BlobHolderAdapterService wich give the needed BlobHolder.
A BlobHolder is an adapter that provides methods to get binaries and related metadatas.



Author: Thierry Delprat ([email protected])

Version: missing

Location: nuxeo-core/nuxeo-core-api/src/main/resources/OSGI-INF/blob-holder-service-framework.xml

Require

No requirements

Required by

Not required

Implementation


Extension Points:

BlobHolderFactory



This extension point let you contribute custom factories for BlobHolder
according to DocumentType


Author: Thierry Delprat ([email protected])

ExternalBlobAdapter



Contribute external blob adapters. Contributed classes have to follow the
ExternalBlobAdapter interface.

Example of contribution using the default file system adapter:

        <adapter class="org.nuxeo.ecm.core.api.externalblob.FileSystemExternalBlobAdapter" prefix="fs">
          <property name="container">/tmp/</property>
        </adapter>





Author: Anahide Tchertchian ([email protected])


Has contribution from:

Last generation: 18:17:20 CEST 25/08/2009