- MatchAndMergeRegistry - Class in com.orchestranetworks.addon.mame.registration
-
Provides a way to register custom function for field or record
- MatchAndMergeRegistry() - Constructor for class com.orchestranetworks.addon.mame.registration.MatchAndMergeRegistry
-
- MatchingComparator - Interface in com.orchestranetworks.addon.mame.service.matching
-
TODO @cls: check content
Provided a comparator to compare 2 records
- MatchingEngineResult - Interface in com.orchestranetworks.addon.mame.service.matching
-
- MatchingOperations - Interface in com.orchestranetworks.addon.mame.service.matching
-
Provides matching operations for the EBXâ„¢ Match and Merge Add-on.
- MatchingProcess - Interface in com.orchestranetworks.addon.mame.service.matching
-
Represents the information of a matching process execution.
- MatchingResultType - Enum in com.orchestranetworks.addon.mame.model.metadata
-
- matchRecord(AdaptationTable, PrimaryKey, String) - Method in interface com.orchestranetworks.addon.mame.service.matching.MatchingOperations
-
Executes a matching operation on a record against an EBX table.
- matchRecords(AdaptationTable, Request, String) - Method in interface com.orchestranetworks.addon.mame.service.matching.MatchingOperations
-
Executes a matching operation with a specific request on a EBX table.
- matchTable(AdaptationTable, String) - Method in interface com.orchestranetworks.addon.mame.service.matching.MatchingOperations
-
Executes a matching operation on an entire EBX table.
- merge(AdaptationTable, BigDecimal) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
- MergedFieldValue - Interface in com.orchestranetworks.addon.mame.service.mergefunction
-
Defines field values for a golden record.
- MergeFunctionDeclaration - Interface in com.orchestranetworks.addon.mame.registration
-
Declares a custom merge function.
- mergeGroup(AdaptationTable, BigDecimal) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
Executes a merging process to merge a group of records.
- mergeGroup(AdaptationTable, BigDecimal, String) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
Executes a merging process to merge a group of records using the specified merge policy.
- MergeOperations - Interface in com.orchestranetworks.addon.mame.service.merge
-
Provides merging operations for the EBX� Match and Merge Add-on.
- MergeProcess - Interface in com.orchestranetworks.addon.mame.service.merge
-
Provides merge process information.
- mergeRecords(List<Adaptation>) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
Executes a merging process to merge a selection of records.
- mergeRecords(List<Adaptation>, String) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
Executes a merging process to merge a selection of records using the specified merge policy.
- MetadataHelper - Class in com.orchestranetworks.addon.mame.common.util.metadata
-
Retrieves data from the add-on's metadata dataset.
- MetadataHelper() - Constructor for class com.orchestranetworks.addon.mame.common.util.metadata.MetadataHelper
-