Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Small textual improvements

...

The folowing component needs to be installed configured in Blueriq Runtime:

  • CMIS Client component

...

Add these properties to the application-cmis-client.properties (you can create this file separately when you add the profile to the bootstrap properties):

...

Info

When you use the earlier referred Alfresco DMS docker environment the properties would be:

#CMIS 
blueriq.cmis.services-url=http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom 
blueriq.cmis.user=admin
blueriq.cmis.password=admin 
blueriq.cmis.repository-id=-default- 
blueriq.cmis.object-type-id=cmis:document 
blueriq.cmis.binding-type=atompub 


Add this property to the application.properties:

# Connections
blueriq.connection.memoryconnection.memory

...

Also enable the CMIS Client component by adding the cmis-client profile to the spring.profiles.active setting property in the bootstrap.propertiesFor example:

spring.profiles.active=native,development-tools,dashboard,externaldatasources,customerdata-sql-store,trace-sql-store,process-sql-store,reporting-sql-store,comments-sql-store,cmis-client

...

Now create a new project with the project name CMIS example _Example and use the CMIS example package as input.

...

Start application

Follow the instructions on the screen to upload, update or delete a document. 

Info

When you use the earlier referred Alfresco DMS docker environment you can view the files in the DMS:

The default Alfresco web port is 8080.
The Alfresco dashboard is available at http://localhost:8080/share 
Login with admin, admin. 
Navigate to ‘Repository’ tab. A repository with a name equal to the DMS Path value (default in the example project is ‘Sandbox’) should be available.


...