Versions Compared

Key

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

...

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

# 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


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

...

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:

A basic way to check whether the file is available in Alfresco: 
The default Alfresco 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.


Download the example project for Blueriq 13 or 14 here.

...