public interface MergeFunctionDeclaration
A merge function can be registered and declared in the context of a MatchAndMergeRegistry.registerMergeFunction(MergeFunctionDeclaration)
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
getDescription()
Returns the description of the function.
|
com.onwbp.base.text.UserMessage |
getLabel()
Returns the label of the function.
|
FieldMergeFunction |
getMergeFunction()
Returns a merge function.
|
String |
getName()
Returns the merge function name.
|
String getName()
MatchAndMergeRegistry
.com.onwbp.base.text.UserMessage getLabel()
This method is invoked when display the merge function localized name in the view.
com.onwbp.base.text.UserMessage getDescription()
This method is invoked when display the merge function description in the view.
FieldMergeFunction getMergeFunction()
This method is invoked every time the merge sessions are launched.
MergeFunction
object is mandatory. This accessor is called internally only.