CMIS Replication Module provides replication of documents from CMIS repository to Hippo Repsitory. CMIS Replication Module reads documents from a dedicated (normally published) CMIS folder and upload the documents to a specified assets folder in Hippo Repository with CMIS metadata.
So, each asset document imported from CMIS repository has the following mixin type:
1 2 3 4 5 6 7 8 9 | [cmisreplication:cmisdocument] mixin - cmisreplication:objectId (string) - cmisreplication:name (string) - cmisreplication:createdBy (string) - cmisreplication:creationDate (date) - cmisreplication:lastModifiedBy (string) - cmisreplication:lastModificationDate (date) - cmisreplication:versionLabel (string) - * (string) multiple |
Based on the metadata, CMIS Replication Module also synchronizes documents between CMIS Repository and Hippo Repository.
To check the latest version of the CMIS Replication Module, please see Release Notes.