Uses of Class
org.xwiki.store.merge.MergeDocumentResultScript
-
-
Uses of MergeDocumentResultScript in org.xwiki.store.merge
Methods in org.xwiki.store.merge that return MergeDocumentResultScript Modifier and Type Method Description MergeDocumentResultScript
MergeScriptService. mergeDocument(Document previousDocument, Document currentDocument, Document newDocument)
Perform a merge 3 points between the currentDocument and the newDocument, the previousDocument being the common ancestor of both documents.
-