Package com.polarion.alm.tracker.model
Interface ITypeInfo
public interface ITypeInfo
- Author:
- dobisekm
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCreatedObjects
IPObjectList getCreatedObjects()- Returns:
- The list of objects created between the baselines, the objects are taken from the end revision.
-
getDeletedObjects
IPObjectList getDeletedObjects()- Returns:
- The list of objects deleted between the baselines, the objects are taken from the beginning revision.
-
getModifiedDiffs
Set getModifiedDiffs()- Returns:
- List of
IModificationDiff
s containing the record of modified objects.
-