Uses of Class
com.xpn.xwiki.doc.merge.MergeConfiguration

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
 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 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)
           
 

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)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.