Uses of Interface
com.orchestranetworks.addon.mame.service.merge.MergeProcess
-
Packages that use MergeProcess Package Description com.orchestranetworks.addon.mame.service.merge -
-
Uses of MergeProcess in com.orchestranetworks.addon.mame.service.merge
Methods in com.orchestranetworks.addon.mame.service.merge that return MergeProcess Modifier and Type Method Description MergeProcessMergeOperations. merge(com.onwbp.adaptation.AdaptationTable table, java.math.BigDecimal groupId)Deprecated.Since 5.3.0.MergeProcessMergeOperations. mergeGroup(com.onwbp.adaptation.AdaptationTable table, java.math.BigDecimal groupId)Executes a merging process to merge a group of records.MergeProcessMergeOperations. mergeGroup(com.onwbp.adaptation.AdaptationTable table, java.math.BigDecimal groupId, java.lang.String mergePolicyCode)Executes a merging process to merge a group of records using the specified merge policy.MergeProcessMergeOperations. mergeRecords(java.util.List<com.onwbp.adaptation.Adaptation> records)Executes a merging process to merge a selection of records.MergeProcessMergeOperations. mergeRecords(java.util.List<com.onwbp.adaptation.Adaptation> records, java.lang.String mergePolicyCode)Executes a merging process to merge a selection of records using the specified merge policy.
-