How do I distinguish between changeset state change vs. change to an IVersionable?
I want to know if an IVersionable was altered or if just the state of the changeset was changed during a given timeframe.
Timeframe being, the time that I get from getLastChangeDate() compared to the last time that I looked at the given changeset.
Specifically, if the timestamp of the changeset has been modified, I want to know what caused it:
--changeset state change
--a change to an IVersionable
The documentation says, "This timestamp changes when the change set is created, closed or when the nested changes are altered in any way. "
Is there a way to programmatically find out if a change was made to just the state of the changeset vs. a change to an IVersionable associated with the given changeset?
I do not know if RTC API keeps track of the last modification time and type of each IChange (upto a limit, e.g., last three)?
I understand there can be so many of these.
I am not aware of such granularity. But if there is, that would be helpful.
Comments
kanjbala jawahar
Feb 01 '17, 3:27 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 01 '17, 4:24 a.m.kanjbala jawahar
Feb 01 '17, 10:00 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 01 '17, 10:06 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 01 '17, 10:11 a.m.