|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectDiff | |
---|---|
com.xpn.xwiki.api | |
com.xpn.xwiki.doc | |
com.xpn.xwiki.objects | |
com.xpn.xwiki.objects.classes |
Uses of ObjectDiff in com.xpn.xwiki.api |
---|
Methods in com.xpn.xwiki.api that return types with arguments of type ObjectDiff | |
---|---|
List<List<ObjectDiff>> |
Document.getClassDiff(Document origdoc,
Document newdoc)
|
List<List<ObjectDiff>> |
Document.getObjectDiff(Document origdoc,
Document newdoc)
|
Uses of ObjectDiff in com.xpn.xwiki.doc |
---|
Methods in com.xpn.xwiki.doc that return types with arguments of type ObjectDiff | |
---|---|
List<List<ObjectDiff>> |
XWikiDocument.getClassDiff(XWikiDocument fromDoc,
XWikiDocument toDoc,
XWikiContext context)
|
List<List<ObjectDiff>> |
XWikiDocument.getObjectDiff(String fromRev,
String toRev,
XWikiContext context)
|
List<List<ObjectDiff>> |
XWikiDocument.getObjectDiff(String fromRev,
XWikiContext context)
|
List<List<ObjectDiff>> |
XWikiDocument.getObjectDiff(XWikiDocument fromDoc,
XWikiDocument toDoc,
XWikiContext context)
Return the object differences between two document versions. |
Uses of ObjectDiff in com.xpn.xwiki.objects |
---|
Methods in com.xpn.xwiki.objects that return types with arguments of type ObjectDiff | |
---|---|
List<ObjectDiff> |
BaseObject.getDiff(Object oldEntity,
XWikiContext context)
|
List<ObjectDiff> |
BaseCollection.getDiff(Object oldObject,
XWikiContext context)
|
Uses of ObjectDiff in com.xpn.xwiki.objects.classes |
---|
Methods in com.xpn.xwiki.objects.classes that return types with arguments of type ObjectDiff | |
---|---|
List<ObjectDiff> |
BaseClass.getDiff(Object oldObject,
XWikiContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |