This project has retired. For details please refer to its Attic page.
Apache Chemistry - 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 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 property filter (comma separated list of query names)
cmis.workbench.folder.includeAcls fetch ACLs (true/false)
cmis.workbench.folder.includeAllowableActions fetch allowable actions (true/false)
cmis.workbench.folder.includePolicies fetch polices (true/false)
cmis.workbench.folder.includeRelationships fetch relationships (true/false)
cmis.workbench.folder.renditionFilter rendition filter (comma separated list of rendition kinds and MIME types)
cmis.workbench.folder.orderBy order of the children (comma separated list of query names)
cmis.workbench.folder.maxItemsPerPage maximum number of children that should be fetched in one call

Object operation context

System Property Function
cmis.workbench.object.filter property filter (comma separated list of query names)
cmis.workbench.object.includeAcls fetch ACLs (true/false)
cmis.workbench.object.includeAllowableActions fetch allowable actions (true/false)
cmis.workbench.object.includePolicies fetch polices (true/false)
cmis.workbench.object.includeRelationships fetch relationships (true/false)
cmis.workbench.object.renditionFilter rendition filter (comma separated list of rendition kinds and MIME types)

Others

System Property Function
cmis.workbench.acceptSelfSignedCertificates disable SSL certificate check (true/false)