|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MergeConfiguration | |
---|---|
com.xpn.xwiki.doc | |
com.xpn.xwiki.objects | |
com.xpn.xwiki.objects.classes |
Uses of MergeConfiguration in com.xpn.xwiki.doc |
---|
Methods in com.xpn.xwiki.doc with parameters of type MergeConfiguration | |
---|---|
void |
XWikiAttachment.merge(XWikiAttachment previousAttachment,
XWikiAttachment nextAttachment,
MergeConfiguration configuration,
XWikiContext xcontext,
MergeResult mergeResult)
|
MergeResult |
XWikiDocument.merge(XWikiDocument previousDocument,
XWikiDocument newDocument,
MergeConfiguration configuration,
XWikiContext context)
Apply a 3 ways merge on the current document based on provided previous and new version of the document. |
Uses of MergeConfiguration in com.xpn.xwiki.objects |
---|
Methods in com.xpn.xwiki.objects with parameters of type MergeConfiguration | |
---|---|
void |
BaseProperty.merge(ElementInterface previousElement,
ElementInterface newElement,
MergeConfiguration configuration,
XWikiContext context,
MergeResult 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 |
BaseElement.merge(ElementInterface previousElement,
ElementInterface newElement,
MergeConfiguration configuration,
XWikiContext context,
MergeResult mergeResult)
|
Uses of MergeConfiguration in com.xpn.xwiki.objects.classes |
---|
Methods in com.xpn.xwiki.objects.classes with parameters of type MergeConfiguration | |
---|---|
void |
BaseClass.merge(ElementInterface previousElement,
ElementInterface newElement,
MergeConfiguration configuration,
XWikiContext context,
MergeResult mergeResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |