Uses of Enum Class
se.conciliate.extensions.merge.MTMerger.MergeResult
Packages that use MTMerger.MergeResult
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 MTMerger.MergeResult in se.conciliate.extensions.importservice
Methods in se.conciliate.extensions.importservice that return MTMerger.MergeResultModifier and TypeMethodDescriptionMTImportCallback.conflict
(MTMerger merger, Class<T> type, MergeDifferences<T> differences) A conflict was encountered. -
Uses of MTMerger.MergeResult in se.conciliate.extensions.merge
Methods in se.conciliate.extensions.merge that return MTMerger.MergeResultModifier and TypeMethodDescriptionMTMerger.showMergeUI
(Window parent, Class<T> type, MergeDifferences<T> differences) Shows an UI to the user for merging two entities.static MTMerger.MergeResult
Returns the enum constant of this class with the specified name.static MTMerger.MergeResult[]
MTMerger.MergeResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.