Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] Storing private data per task

Hi,

What is the best way to keep (and store for off-line use if possible) task-specific private data which is never going to be submitted back to the server and thus should not impact outgoing status task>
Is setAttribute/getAttribute of IAttributeContainer (and thus ITask and AbstractTask) good for that?
The Connector is not going to display such attribute to the user (so there is no need for TaskAttribute and AbstractAttributeEditor), but instead keep some auxiliary per-task data.

Cheers,
Wojtek
 

Back to the top