/AWS1/CL_ERNRESOLUTIONTECHNI00¶
An object which defines the resolutionType and the ruleBasedProperties.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resolutiontype TYPE /AWS1/ERNRESOLUTIONTYPE /AWS1/ERNRESOLUTIONTYPE¶
The type of matching workflow to create. Specify one of the following types:
RULE_MATCHING: Match records using configurable rule-based criteria
ML_MATCHING: Match records using machine learning models
PROVIDER: Match records using a third-party matching provider
Optional arguments:¶
io_rulebasedproperties TYPE REF TO /AWS1/CL_ERNRULEBASEDPRPS /AWS1/CL_ERNRULEBASEDPRPS¶
An object which defines the list of matching rules to run and has a field
rules, which is a list of rule objects.
io_ruleconditionproperties TYPE REF TO /AWS1/CL_ERNRULECONDITIONPROPS /AWS1/CL_ERNRULECONDITIONPROPS¶
An object containing the
rulesfor a matching workflow.
io_providerproperties TYPE REF TO /AWS1/CL_ERNPROVIDERPROPERTIES /AWS1/CL_ERNPROVIDERPROPERTIES¶
The properties of the provider service.
Queryable Attributes¶
resolutionType¶
The type of matching workflow to create. Specify one of the following types:
RULE_MATCHING: Match records using configurable rule-based criteria
ML_MATCHING: Match records using machine learning models
PROVIDER: Match records using a third-party matching provider
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOLUTIONTYPE() |
Getter for RESOLUTIONTYPE, with configurable default |
ASK_RESOLUTIONTYPE() |
Getter for RESOLUTIONTYPE w/ exceptions if field has no valu |
HAS_RESOLUTIONTYPE() |
Determine if RESOLUTIONTYPE has a value |
ruleBasedProperties¶
An object which defines the list of matching rules to run and has a field
rules, which is a list of rule objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULEBASEDPROPERTIES() |
Getter for RULEBASEDPROPERTIES |
ruleConditionProperties¶
An object containing the
rulesfor a matching workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULECONDITIONPROPERTIES() |
Getter for RULECONDITIONPROPERTIES |
providerProperties¶
The properties of the provider service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERPROPERTIES() |
Getter for PROVIDERPROPERTIES |