@Role
public interface XWikiDocumentMerger
XWikiDocument
which is the result of a merge based on the provided input.Modifier and Type | Method and Description |
---|---|
XWikiDocument |
merge(XWikiDocument currentDocument,
XWikiDocument previousDocument,
XWikiDocument nextDocument,
XWikiDocumentMergerConfiguration configuration) |
XWikiDocument merge(XWikiDocument currentDocument, XWikiDocument previousDocument, XWikiDocument nextDocument, XWikiDocumentMergerConfiguration configuration) throws XarExtensionException
currentDocument
- the document currently in databasepreviousDocument
- the standard version of the documentnextDocument
- the new standard version of the documentconfiguration
- the configuration of the mergeXarExtensionException
- when failing to execute the mergeCopyright © 2004–2021 XWiki. All rights reserved.