Fork me on GitHub

Introduction

What is CMIS Replication Module?

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:

[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.

Project status

To check the latest version of the CMIS Replication Module, please see Release Notes.

Also, see the forge project page for more info about the project itself.