Matching Workflow Resolution Techniques
data class MatchingWorkflowResolutionTechniques(val providerProperties: MatchingWorkflowProviderProperties? = null, val resolutionType: MatchingWorkflowResolutionType? = null, val ruleBasedProperties: MatchingWorkflowRuleBasedProperties? = null)
Constructors
Link copied to clipboard
constructor(providerProperties: MatchingWorkflowProviderProperties? = null, resolutionType: MatchingWorkflowResolutionType? = null, ruleBasedProperties: MatchingWorkflowRuleBasedProperties? = null)
Properties
Link copied to clipboard
The properties of the provider service.
Link copied to clipboard
The type of matching. There are three types of matching: RULE_MATCHING
, ML_MATCHING
, and PROVIDER
.
Link copied to clipboard
An object which defines the list of matching rules to run and has a field Rules
, which is a list of rule objects.