Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338612 - [api] Support getting the old value of a task attribute when it has changed
Summary: [api] Support getting the old value of a task attribute when it has changed
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: 3.5   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-01 20:30 EST by Sam Davis CLA
Modified: 2011-03-02 22:07 EST (History)
1 user (show)

See Also:


Attachments
mylyn/context/zip (13.07 KB, application/octet-stream)
2011-03-02 22:07 EST, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Davis CLA 2011-03-01 20:30:24 EST
It would be useful to be able to get the old value of a TaskAttribute from the TaskDataModel when it has changed (the value in workingCopy.getLastReadData()).
Comment 1 Steffen Pingel CLA 2011-03-02 22:07:42 EST
Added a method to TaskDataModel to retrieve the last read state of an attribute:

  TaskAttribute getLastReadAttribute(TaskAttribute taskAttribute);
Comment 2 Steffen Pingel CLA 2011-03-02 22:07:43 EST
Created attachment 190228 [details]
mylyn/context/zip