Interface EntityVersionControl

All Known Implementing Classes:
EntityVersionControlImpl

public interface EntityVersionControl
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a diff between the xml representations of any two given HistoryEntrys.
    toXmlString(byte[] data)
    Convert a byte array (as stored in the history data store) into the XML string.
  • Method Details

    • getDiff

      TextDiff getDiff(TextDiffRequest req)
      Returns a diff between the xml representations of any two given HistoryEntrys.
    • toXmlString

      String toXmlString(byte[] data)
      Convert a byte array (as stored in the history data store) into the XML string.