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

Version 1 Next »

The DCM_CaseSearch 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 definition is part of the DCM library. It is only available when the case-engine-client profile is enabled.

Parameters

NameDescriptionTypeRequiredDirection
caseIdThe id of the case where you want to retrieve the aggregates forExpressiontrueinput
readMetadataWhether you want to load the metadata aggregate or notExpressiontrueinput
readDossierdataWhether you want to load the dossier aggregate or notExpressiontrueinput

Example


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




  • No labels