Package com.polarion.alm.tracker
Interface IPObjectDiff
- All Known Implementing Classes:
IPObjectDiff.PObjectDiffAdapter
public interface IPObjectDiff
Represent the diff between two pobjects
- Author:
- POLARION SOFTWARE
-
Nested Class Summary
-
Field Summary
-
Method Summary
-
Field Details
-
ADDED
-
REMOVED
-
-
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
-