Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prepare required elements

The folowing component needs to be installed in Blueriq Runtime:

  • CMIS plugin

The following cmis following CMIS components are needed in Blueriq Studio :

...

(provided by AquimaLibraries package):

  • AQ_CMIS_Documentmanager (service)
  • AQ_CMIS_GetDocumentMetadata (service)
  • AQ_CMIS_DownloadDocument (container)AQ_Document_Renderer (service)

...

Runtime

...

  • CMIS plugin
  • WebFileUpload plugin

Runtime Configuration for CMIS

Add these properties to the application.properties:#CMIS

  1. CMIS
    blueriq.cmis.services-url=[host]
    blueriq.cmis.user=[username]
    blueriq.cmis.password=[password]
    blueriq.cmis.repository-id=-default-
    blueriq.cmis.object-type-id=cmis:document
    blueriq.cmis.binding-type=atompub

# Connections
blueriq.connection.memoryconnection.memory


Also enable the CMIS plugin by adding cmis-client to the spring.profiles.active setting in de bootstrap properties. For example:

...

Make sure to restart the Runtime server (Reload Settings will not work).

Model

Download the R10 and R11 R13 and R14 package and extract the files to Blueriq\Studio\Configuration\Libraries (make sure you have the latest update of Blueriq).

...