Uses of Class
com.xpn.xwiki.doc.rcs.XWikiPatch
-
Packages that use XWikiPatch Package Description com.xpn.xwiki.doc.rcs -
-
Uses of XWikiPatch in com.xpn.xwiki.doc.rcs
Methods in com.xpn.xwiki.doc.rcs that return XWikiPatch Modifier and Type Method Description XWikiPatch
XWikiRCSNodeContent. getPatch()
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. 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(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. setFullVersion(XWikiDocument version, XWikiContext context)
Store the XML export of the document as the history patch; this will be a history milestone.XWikiPatch
XWikiPatch. setFullVersion(String versionXml)
Store the XML export of the document as the history patch; this will be a history milestone.Methods in com.xpn.xwiki.doc.rcs with parameters of type XWikiPatch Modifier and Type Method Description void
XWikiRCSNodeContent. setPatch(XWikiPatch patch)
-