Serialized Form
-
Package org.xwiki.extension.xar
-
Class org.xwiki.extension.xar.XarExtensionException extends org.xwiki.extension.ExtensionException implements Serializable
- serialVersionUID:
- 1L
-
Class org.xwiki.extension.xar.XarExtensionExtension extends org.xwiki.extension.ExtensionException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.xwiki.extension.xar.job.diff
-
Class org.xwiki.extension.xar.job.diff.DocumentUnifiedDiff extends EntityUnifiedDiff<DocumentVersionReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attachmentDiffs
List<EntityUnifiedDiff<AttachmentReference>> attachmentDiffs
The list of attachments that have differences between the two versions of the document. -
classPropertyDiffs
List<EntityUnifiedDiff<ClassPropertyReference>> classPropertyDiffs
The list of class properties that have differences between the two versions of the document. -
objectDiffs
List<EntityUnifiedDiff<ObjectReference>> objectDiffs
The list of objects that have differences between the two versions of the document.
-
-
Class org.xwiki.extension.xar.job.diff.EntityUnifiedDiff extends LinkedHashMap<String,List<org.xwiki.diff.display.UnifiedDiffBlock<String,Character>>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nextReference
T extends EntityReference nextReference
The reference to the next version of the entity. -
previousReference
T extends EntityReference previousReference
The reference to the previous version of the entity.
-
-