Class NuxeoTypeHelper


  • public class NuxeoTypeHelper
    extends Object
    Nuxeo Type Utilities.

    Maps Nuxeo types to CMIS types using the following rules:

    • Only types containing dublincore are exposed,
    • cmis:document and cmis:folder expose dublincore, and are not creatable,
    • The Document type is not exposed,
    • Types inheriting from Document are exposed as inheriting cmis:document,
    • The Folder type is mapped to a concrete subtype of cmis:folder,
    • Other folderish types directly under Folder are mapped to subtypes of cmis:folder as well.