Uses of Class
com.xpn.xwiki.doc.rcs.XWikiPatch

Packages that use XWikiPatch
com.xpn.xwiki.doc.rcs   
 

Uses of XWikiPatch in com.xpn.xwiki.doc.rcs
 

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

Methods in com.xpn.xwiki.doc.rcs with parameters of type XWikiPatch
 void XWikiRCSNodeContent.setPatch(XWikiPatch patch)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.