Class EntityVersionControlImpl
java.lang.Object
ch.tocco.nice2.persist.history.impl.EntityVersionControlImpl
- All Implemented Interfaces:
EntityVersionControl
-
Constructor Summary
Constructors -
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:EntityVersionControlReturns a diff between the xml representations of any two givenHistoryEntrys.- Specified by:
getDiffin interfaceEntityVersionControl
-
toXmlString
Description copied from interface:EntityVersionControlConvert a byte array (as stored in the history data store) into the XML string.- Specified by:
toXmlStringin interfaceEntityVersionControl
-