Package | Description |
---|---|
com.xpn.xwiki.doc.rcs |
Modifier and Type | Method and Description |
---|---|
XWikiPatch |
XWikiRCSNodeContent.getPatch() |
XWikiPatch |
XWikiPatch.setDiffVersion(String originalVersionXml,
String newVersionXml,
String docName)
Create history patch between originalVersion and newVersion as difference on the XML export of the two versions.
|
XWikiPatch |
XWikiPatch.setDiffVersion(String originalVersionXml,
XWikiDocument newVersion,
XWikiContext context)
Create history patch between originalVersion and newVersion as difference on the XML export of the two versions.
|
XWikiPatch |
XWikiPatch.setDiffVersion(XWikiDocument originalVersion,
XWikiDocument newVersion,
XWikiContext context)
Create history patch between originalVersion and newVersion as difference on the XML export of the two versions.
|
XWikiPatch |
XWikiPatch.setFullVersion(String versionXml)
Store the XML export of the document as the history patch; this will be a history milestone.
|
XWikiPatch |
XWikiPatch.setFullVersion(XWikiDocument version,
XWikiContext context)
Store the XML export of the document as the history patch; this will be a history milestone.
|
Modifier and Type | Method and Description |
---|---|
void |
XWikiRCSNodeContent.setPatch(XWikiPatch patch) |
Copyright © 2004–2022 XWiki. All rights reserved.