Interface IPObjectDiff

All Known Implementing Classes:
IPObjectDiff.PObjectDiffAdapter

public interface IPObjectDiff
Represent the diff between two pobjects
Author:
POLARION SOFTWARE
  • Field Details

  • Method Details

    • isAdded

      boolean isAdded()
      Returns:
      true if first compared object not exists
    • isRemoved

      boolean isRemoved()
      Returns:
      true if second compared object not exists
    • isChanged

      boolean isChanged()
      Returns:
      true if the compared objects are different
    • getDiff

      IFieldDiff[] getDiff()
      Returns:
      IFieldDiff array