Methods in com.xpn.xwiki.objects with parameters of type MergeResult |
void |
BaseCollection.merge(ElementInterface previousElement,
ElementInterface newElement,
MergeConfiguration configuration,
XWikiContext context,
MergeResult mergeResult)
|
void |
ElementInterface.merge(ElementInterface previousElement,
ElementInterface newElement,
MergeConfiguration configuration,
XWikiContext context,
MergeResult mergeResult)
Apply a 3 ways merge on the current element based on provided previous and new version of the element. |
void |
BaseProperty.merge(ElementInterface previousElement,
ElementInterface newElement,
MergeConfiguration configuration,
XWikiContext context,
MergeResult mergeResult)
|
void |
BaseElement.merge(ElementInterface previousElement,
ElementInterface newElement,
MergeConfiguration configuration,
XWikiContext context,
MergeResult mergeResult)
|
protected void |
BaseStringProperty.mergeValue(Object previousValue,
Object newValue,
MergeResult mergeResult)
|
protected void |
LargeStringProperty.mergeValue(Object previousValue,
Object newValue,
MergeResult mergeResult)
|
protected void |
ListProperty.mergeValue(Object previousValue,
Object newValue,
MergeResult mergeResult)
|
protected void |
BaseProperty.mergeValue(Object previousValue,
Object newValue,
MergeResult mergeResult)
Try to apply 3 ways merge on property value. |