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

The DCM_ReadCase service call type will be used to signal the Case Engine to retrieve the metadata and/or dossier aggregates and load them into the profile.

The case engine will retrieve the case using the id you added as a parameter. It will then use the information of the case to go to the Customer Data Store and retrieve both the metadata and dossierdata and returns that to the runtime.

The runtime searches in the metamodel if the retrieved aggregates can be loaded into the profile and will do that if it can and should, according to the readMetadata and readDossierdata parameters.

This service call is only available when the case-engine-client profile is enabled.

Parameters

NameDescriptionTypeRequired
caseIdThe id of the case where you want to retrieve the aggregates forExpressionYes
readMetadataWhether you want to load the metadata aggregate or notExpressionYes
readDossierdataWhether you want to load the dossier aggregate or notExpressionYes

Example

This picture shows how the parameters would be filled for the DCM Foundation project.