You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Tags

Interaction

Type of accelerator

Example project to demonstrate Blueriq functionality and accelerate your learning journey. 

How to get


Compatibility

Blueriq 16.7 and higher

Description

This example project illustrates the free flow navigation mechanism, with all its related actions. This example shows how to:

  • upload multiple files,
  • download a file,
  • update a file,
  • delete a file and
  • move to another connection.

Below a screenshot is shown of this example:

When uploading, files will be uploaded in memory by default in this example. By clicking on 'Download' the file will be downloaded. The button 'Delete' triggers the delete service. By clicking 'Update' it is possible to upload a new file. This file upload should be in single mode, because the file still holds the same id. It is also possible to edit some custom fields that will be stored in the instance.

The 'Move to File System' button will move the specified file from memory (connection1) to the file system (connection2). After clicking this button, the move service will create a folder as specified in connection2. In this folder two sub folders are created:

  1. DATA
  2. METADATA

Ad 1) In this folder the file itself will be saved. The file name will be the id.

Ad 2) In the METADATA folder an XML file will be stored containing the meta data information. The file name will also be the id.

Configuration

No additional configuration is required to run this example project.

References

For more information see also [REFERENCE TO KNOWLEDGE BASE ARTICLE]

  • No labels