CMIS Workbench

CMIS Workbench is CMIS desktop client for developers. It's a repository browser and an interactive testbed for the OpenCMIS client API.

Build the CMIS Workbench

  1. Build the OpenCMIS Client Libraries.
  2. CMIS Workbench zip and tar.gz files should now exist in /target.
  3. Unpack one of them into an empty directory
  4. Run workbench.sh (UNIX) or workbench.bat (Windows)

Download the CMIS Workbench

You can download the latest release or a nightly build with the latest fixes and features.

Properties Reference

The CMIS Workbench can be configured through system properties or additional properties in the expert login dialog.

Login dialog

System Property

Function

cmis.workbench.url

preset URL

cmis.workbench.user

preset user name

cmis.workbench.password

preset password

cmis.workbench.binding

preset binding (atompub/webservices)

cmis.workbench.authentication

preset authentication method (none/standard/ntlm)

cmis.workbench.compression

preset compression (on/off)

Folder operation context

System Property

Function

cmis.workbench.folder.filter

 

cmis.workbench.folder.includeAcls

 

cmis.workbench.folder.includeAllowableActions

 

cmis.workbench.folder.includePolicies

 

cmis.workbench.folder.includeRelationships

 

cmis.workbench.folder.renditionFilter

 

cmis.workbench.folder.orderBy

 

cmis.workbench.folder.maxItemsPerPage

 

Object operation context

System Property

Function

cmis.workbench.object.filter

 

cmis.workbench.object.includeAcls

 

cmis.workbench.object.includeAllowableActions

 

cmis.workbench.object.includePolicies

 

cmis.workbench.object.includeRelationships

 

cmis.workbench.object.renditionFilter

 

Others

System Property

Function

cmis.workbench.acceptSelfSignedCertificates

disable SSL certificate check (true/false)

  • No labels