| Summary: | [api] resolve api issues regarding usage of TaskDataManager | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Robert Elves <robert.elves> |
| Component: | Mylyn | Assignee: | Steffen Pingel <steffen.pingel> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | CC: | dennis.rietmann, steffen.pingel |
| Version: | unspecified | ||
| Target Milestone: | 3.0 | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
Robert Elves
As suggested by Rob I am posting my problem here: I'm looking for a way to detect which attributes have changed when a task is being submitted (e.g. in the TaskDataHandler.postTaskData method) - unfortunately this is not possible with the current api. What would you suggest I should do now instead (unfortunately waiting for 3.0 is not an option)? Thanks a lot for any advice. A way to achieve this would be to call TasksUiPlugin.getTaskDataManager().getEdits since this returns all changed attributes. The downside of it is that I have to add a dependency from my connector's core plug-in to the mylyn.tasks.ui plug-in (not very nice...). *** This bug has been marked as a duplicate of bug 180760 *** |