Class EntityVersionControlImpl
java.lang.Object
ch.tocco.nice2.persist.history.impl.EntityVersionControlImpl
- All Implemented Interfaces:
EntityVersionControl
-
Constructor Summary
-
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.
-
Constructor Details
-
EntityVersionControlImpl
public EntityVersionControlImpl()
-
-
Method Details
-
getDiff
Deprecated.Description copied from interface:EntityVersionControl
Returns a diff between the xml representations of any two givenHistoryEntry
s.- Specified by:
getDiff
in interfaceEntityVersionControl
-
toXmlString
Description copied from interface:EntityVersionControl
Convert a byte array (as stored in the history data store) into the XML string.- Specified by:
toXmlString
in interfaceEntityVersionControl
-