Uses of Interface
se.conciliate.extensions.merge.MergeDifferences
Packages that use MergeDifferences
Package
Description
Provides the means to provide custom import services and/or
use the built-in import service with custom settings.
Provides the means to merge entities into a repository when importing.
-
Uses of MergeDifferences in se.conciliate.extensions.importservice
Methods in se.conciliate.extensions.importservice with parameters of type MergeDifferencesModifier and TypeMethodDescriptionMTImportCallback.conflict
(MTMerger merger, Class<T> type, MergeDifferences<T> differences) A conflict was encountered. -
Uses of MergeDifferences in se.conciliate.extensions.merge
Methods in se.conciliate.extensions.merge that return MergeDifferencesModifier and TypeMethodDescription<T> MergeDifferences<T>
MTMerger.getDifferences
(Class<T> type, T existingEntity, T newEntity, Collection<MTLanguage> languages) Returns the differences between two entities.Methods in se.conciliate.extensions.merge with parameters of type MergeDifferencesModifier and TypeMethodDescriptionMTMerger.showMergeUI
(Window parent, Class<T> type, MergeDifferences<T> differences) Shows an UI to the user for merging two entities.