This is the CIMS connector for Convertigo enabling to read, and put file in CIMS repositories sudh as Alfresco. The Connector relies on the Apache OpenCIMS library.
For more technical informations : documentation
-
In your Convertigo Studio click on
to import a project in the treeview
-
In the import wizard
paste the text below into the
Project remote URL
field:Usage Click the copy button at the end of the line To contribute lib_OpenCMIS=https://github.com/convertigo/c8oprj-lib-opencims.git:branch=master
To simply use lib_OpenCMIS=https://github.com/convertigo/c8oprj-lib-opencims/archive/master.zip
-
Click the
Finish
button. This will automatically import the lib_OpenCMIS project
Has to be called before any other Sequence. This will establish a Session between Convertigo and the Target CMIS (Alfresco). The session will be automatically held in the Convertigo Session.
Will return the list of folders of the users root Directory with folder name and folder path.
variables
name | comment |
---|---|
bindingType | Protocol used to communicate with a CMIS repository. By default, auto-detected with the url. Allowed values : AtomPub, Browser, auto. |
password | Password to access the CMIS |
repoID | The repository ID to access. use '-default-' for Alfresco |
url | Target CMIS URL, for example use http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom for Alfresco |
user | User name to acess the CMIS |
Gets a file from CMIS repository. The file will be retrieved and saved in a temp directory. When you finish using this file you should delete it. The sequence will return The full path of the output file.
variables
name | comment |
---|---|
docPath | CMIS Path of the file to retrieve. For example '/MyFolder/Myfile.doc' |
Puts a file in a CMIS repository. The Sequence will return the folder were the file has been placed.
variables
name | comment |
---|---|
filePaths | Full Paths of the files to upload to CMIS. |
folderPath | Target path in the CMIS. for example '/MyFolder' |