Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylyn-integrators] RE: Getting TaskData without using mylyn.tasks.ui?

Try getting using AbstractTask.getParentContainers() and file a bug if that does not support your needs.

 

Mik

 

--

Mik Kersten

President & CTO, http://tasktop.com/blog

Project Lead, http://eclipse.org/mylyn  

 

From: mylyn-integrators-bounces@xxxxxxxxxxx [mailto:mylyn-integrators-bounces@xxxxxxxxxxx] On Behalf Of Avin Ismail
Sent: Monday, August 18, 2008 5:07 AM
To: Mylyn Integrators list
Subject: [mylyn-integrators] RE: Getting TaskData without using mylyn.tasks.ui?

 

Well, I solved that some other way. Now I really need to get the query a task belongs to in my taskDataHandler using the task ID. Is this possible without using anything from the *.mylyn.tasks.ui?

 

Best regards,

Avin

 


From: mylyn-integrators-bounces@xxxxxxxxxxx [mylyn-integrators-bounces@xxxxxxxxxxx] On Behalf Of Avin Ismail [avin@xxxxxx]
Sent: Thursday, August 14, 2008 4:45 PM
To: mylyn-integrators@xxxxxxxxxxx
Subject: [mylyn-integrators] Getting TaskData without using mylyn.tasks.ui?

If I have a TaskRepository and a taskId in that repository, is it possible to get the TaskData of that task without using anything from org.eclipse.mylyn.tasks.ui? I really need the TaskData in my TaskDataHandler (in *.myConnector.core) but I have made some changes in the *.mylyn.tasks.ui to get my connector to work as desired and these changes required that *.tasks.ui package depends on *.myConnector.core

 

Thanks beforehand

Avin


Back to the top