IdMappingRuleBasedProperties

An object that defines the list of matching rules to run in an ID mapping workflow.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel.

Link copied to clipboard

The type of matching record that is allowed to be used in an ID mapping workflow.

Link copied to clipboard

The set of rules you can use in an ID mapping workflow. The limitations specified for the source or target to define the match rules must be compatible.

Link copied to clipboard
val rules: List<Rule>?

The rules that can be used for ID mapping.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String