Versions Compared

Key

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

The DCM_CaseSearch service

...

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

...

is used to search for specific cases, for example related cases to the current one based on some condition. A list of search criteria can be set as input and and the service returns one or multiple caseId's as output. Process data, case data, case metadata and dossier metadata can be used to search for cases, each with their own properties. It's required to specify the case aggregate if 'case metadata' is added as a criteria entry. Also, there is an option to set the maximum amount of results. The output parameter, the attribute which will contain the case id's, can either be single or multivalued. The DCM Lists Service will be used as the source for case data.

Example

Example

Image Removed

...