ActiveMatrix BPM: CMIS Configuration

Field/Button Description
Use CMIS Repository Whether Business Data Services (BDS) will use a content management system (CMS). When selected, the External CMIS Server Details fields are displayed.

Default: Cleared

build.properties entry: bpm.cmis.enabled

External CMIS Server Details:
URL URL that is used to connect to the CMS's CMIS interface.

Default: http://localhost:9090/alfresco/api/-default-/public/cmis/versions/1.0/atom

build.properties entry: bpm.cmis.url

CMIS Binding Type Type of binding that is used against the CMIS URL. Currently, only atompub is supported.

Default: atompub

build.properties entry: bpm.cmis.bindingtype

Repository ID ID of the main repository within the CMS that is to be connected to.

Default: -default-

build.properties entry: bpm.cmis.repositoryid

AMX BPM Folder Path ​Path of an existing folder in the main repository that is used to store case folder data. You must either specify a folder that already exists or create a new folder manually and specify that folder.

Default: /Sites/amxbpm/documentLibrary

build.properties entry: bpm.cmis.amxbpmfolderid

Admin User Name of the administrator user for authenticating against the CMIS URL.

Default: Admin

The value is stored in ECMCredentialsKeystore, and is used when connecting to the CMS server.

build.properties entry: bpm.cmis.adminuser

Admin User Password Password of the administrator user for authenticating against the CMIS URL.

Default: admin

The value is stored in ECMCredentialsKeystore, and is used when connecting to the CMS server.

build.properties entry: bpm.cmis.adminpassword

CMIS Server is SSL Enabled Whether the CMS server is enabled for SSL. When selected, the SSL Trust Store Configuration fields are displayed.
SSL Trust Store Configuration
Create a Trust Store Obtains certificates from the specified CMS server and creates a new trust store, which will be used to establish the trust relationship with the external CMS server:
  1. Click Create a Trust Store.
  2. Specify a password to protect the keystore and click Next . The SSL setup wizard displays the certificates imported from the external CMS server.
  3. In the Trust Selected Certifications area, select the certificates to trust and click Finish. The wizard fills in the Trust Store Location, Trust Keystore Type, and Trust Store Password fields.

    If you do not click Create a Trust Store, you must specify the details of an existing trust store that can be used to establish the trust relationship with the external CMS server.

Trust Store Location Either:
  • the location in which the created trust store will be stored, or
  • the location of the trust store to be uploaded to ActiveMatrix Administrator. (You can either type this directly or use the Browse button to find it.)

build.properties entry: bpm.cmis.keystorelocation

Trust Keystore Type The type of the created or uploaded trust store: JKS or JCEKS.

Default: JKS.

build.properties entry: bpm.cmis.keystoretype

Trust Store Password Either:
  • the password specified in the Create a Trust Store wizard, or
  • the password required to access the trust store that is to be uploaded.

build.properties entry: bpm.cmis.keystorepassword

Test Connection Verifies that TIBCO Configuration Tool can connect to the CMS server using the information supplied on this page.
Note: The defaults on this wizard screen are based on Alfresco Community Edition 5.0a. You may need to enter different values depending on your CMS.