Interface EntityVersionControl
- All Known Implementing Classes:
EntityVersionControlImpl
public interface EntityVersionControl
-
Method Summary
Modifier and TypeMethodDescriptiongetDiff
(TextDiffRequest req) Deprecated.toXmlString
(byte[] data) Convert a byte array (as stored in the history data store) into the XML string.
-
Method Details
-
getDiff
Deprecated.Returns a diff between the xml representations of any two givenHistoryEntry
s. -
toXmlString
Convert a byte array (as stored in the history data store) into the XML string.
-