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 PropertyFunction
cmis.workbench.urlpreset URL
cmis.workbench.userpreset user name
cmis.workbench.passwordpreset password
cmis.workbench.bindingpreset binding (atompub/webservices)
cmis.workbench.authenticationpreset authentication method (none/standard/ntlm)
cmis.workbench.compressionpreset compression (on/off)

Folder operation context

System PropertyFunction
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 PropertyFunction
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 PropertyFunction
cmis.workbench.acceptSelfSignedCertificatesdisable SSL certificate check (true/false)