Skip to content

This is the CMIS connector for Convertigo enabling to read, and put file in CMIS repositories sudh as Alfresco. The Connector relies on the Apache OpenCIMS library.

Notifications You must be signed in to change notification settings

convertigo/c8oprj-lib-opencmis

Repository files navigation

lib_OpenCMIS

CMIS connector to Alfresco

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

Installation

  1. In your Convertigo Studio click on to import a project in the treeview

  2. In the import wizard

    paste the text below into the Project remote URL field:

    UsageClick 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
    
  3. Click the Finish button. This will automatically import the lib_OpenCMIS project

Sequences

Connect

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

namecomment
bindingTypeProtocol used to communicate with a CMIS repository. By default, auto-detected with the url. Allowed values : AtomPub, Browser, auto.
passwordPassword to access the CMIS
repoIDThe repository ID to access. use '-default-' for Alfresco
urlTarget CMIS URL, for example use http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom for Alfresco
userUser name to acess the CMIS

GetFile

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

namecomment
docPathCMIS Path of the file to retrieve. For example '/MyFolder/Myfile.doc'

PutFile

Puts a file in a CMIS repository. The Sequence will return the folder were the file has been placed.

variables

namecomment
filePathsFull Paths of the files to upload to CMIS.
folderPathTarget path in the CMIS. for example '/MyFolder'

About

This is the CMIS connector for Convertigo enabling to read, and put file in CMIS repositories sudh as Alfresco. The Connector relies on the Apache OpenCIMS library.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •