Title: CMIS Workbench

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 from the download page.

CMIS Workbench Introduction video

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.filterproperty filter (comma separated list of query names)
cmis.workbench.folder.includeAclsfetch ACLs (true/false)
cmis.workbench.folder.includeAllowableActionsfetch allowable actions (true/false)
cmis.workbench.folder.includePoliciesfetch polices (true/false)
cmis.workbench.folder.includeRelationshipsfetch relationships (true/false)
cmis.workbench.folder.renditionFilterrendition filter (comma separated list of rendition kinds and MIME types)
cmis.workbench.folder.orderByorder of the children (comma separated list of query names)
cmis.workbench.folder.maxItemsPerPagemaximum number of children that should be fetched in one call

Object operation context

System PropertyFunction
cmis.workbench.object.filterproperty filter (comma separated list of query names)
cmis.workbench.object.includeAclsfetch ACLs (true/false)
cmis.workbench.object.includeAllowableActionsfetch allowable actions (true/false)
cmis.workbench.object.includePoliciesfetch polices (true/false)
cmis.workbench.object.includeRelationshipsfetch relationships (true/false)
cmis.workbench.object.renditionFilterrendition filter (comma separated list of rendition kinds and MIME types)

Others

System PropertyFunction
cmis.workbench.acceptSelfSignedCertificatesdisable SSL certificate check (true/false)