A plugin that provides building blocks to handle compound documents such as 3D models or Material formats
git clone https://github.com/nuxeo-sandbox/nuxeo-compound-document
cd nuxeo-compound-document
mvn clean install
A Compound
facet and compound
schema are provided by this plugin.
A filemanager plugin to import compound documents from a zip archive. Two automation scripts are used:
javascript.utils_get_compound_type
, compute the Compound document type from the content of the zip archivejavascript.utils_get_compound_sub_folder_type
, compute the folder document types
At the end of the import, the compoundDocumentTreeImported
event is fired.
The thumbnail factory is configured for documents which use the Compound
facet. The priority order is:
- the
thumb:thumbnail
property of the compound document - the thumbnail of the thumbnail document set in the
compound:thumbnailDocument
property - the thumbnail of the preview document set in the
compound:previewDocument
property - the default thumbnail (document type icon)
These features are not part of the Nuxeo Production platform.
These solutions are provided for inspiration and we encourage customers to use them as code samples and learning resources.
This is a moving project (no API maintenance, no deprecation process, etc.) If any of these solutions are found to be useful for the Nuxeo Platform in general, they will be integrated directly into platform, not maintained here.
This plugin is published on the marketplace
Nuxeo Platform is an open source Content Services platform, written in Java. Data can be stored in both SQL & NoSQL databases.
The development of the Nuxeo Platform is mostly done by Nuxeo employees with an open development model.
The source code, documentation, roadmap, issue tracker, testing, benchmarks are all public.
Typically, Nuxeo users build different types of information management solutions for document management, case management, and digital asset management, use cases. It uses schema-flexible metadata & content models that allows content to be repurposed to fulfill future use cases.
More information is available at www.nuxeo.com.