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

Packages that use MergeResult
com.xpn.xwiki.doc   
com.xpn.xwiki.objects   
com.xpn.xwiki.objects.classes   
 

Uses of MergeResult in com.xpn.xwiki.doc
 

Methods in com.xpn.xwiki.doc that return 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.
 

Methods in com.xpn.xwiki.doc with parameters of type MergeResult
 void XWikiAttachment.merge(XWikiAttachment previousAttachment, XWikiAttachment nextAttachment, MergeConfiguration configuration, XWikiContext xcontext, MergeResult mergeResult)
           
 

Uses of MergeResult in com.xpn.xwiki.objects
 

Methods in com.xpn.xwiki.objects with parameters of type MergeResult
 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)
           
protected  void ListProperty.mergeValue(Object previousValue, Object newValue, MergeResult mergeResult)
           
protected  void LargeStringProperty.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.
protected  void BaseStringProperty.mergeValue(Object previousValue, Object newValue, MergeResult mergeResult)
           
 

Uses of MergeResult in com.xpn.xwiki.objects.classes
 

Methods in com.xpn.xwiki.objects.classes with parameters of type MergeResult
 void BaseClass.merge(ElementInterface previousElement, ElementInterface newElement, MergeConfiguration configuration, XWikiContext context, MergeResult mergeResult)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.