Uses of Class
com.xpn.xwiki.doc.AttachmentDiff
-
Packages that use AttachmentDiff Package Description com.xpn.xwiki.api com.xpn.xwiki.doc -
-
Uses of AttachmentDiff in com.xpn.xwiki.api
Constructors in com.xpn.xwiki.api with parameters of type AttachmentDiff Constructor Description AttachmentDiff(AttachmentDiff diff, XWikiContext context)
Wraps the given unsafe attachment difference. -
Uses of AttachmentDiff in com.xpn.xwiki.doc
Methods in com.xpn.xwiki.doc that return types with arguments of type AttachmentDiff Modifier and Type Method Description List<AttachmentDiff>
XWikiDocument. getAttachmentDiff(XWikiDocument fromDoc, XWikiDocument toDoc, XWikiContext context)
-