Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] Can I get the list of tasks given repository query

 I found that already. Thanks Steffen.

_Praveen

On Thu, Nov 20, 2008 at 5:24 AM, Steffen Pingel <steffen.pingel@xxxxxxxxxxx> wrote:
The RepositoryQuery object has a getChildren() method. Take a look at
TaskListContentProvider how it is used.

Also note that there is an open bug with discussion how to modify the
task list to allow multiple instances:

151432: Allow multiple instances or clones of Task List view in the
same perspective
https://bugs.eclipse.org/bugs/show_bug.cgi?id=151432

Steffen


On Wed, Nov 19, 2008 at 2:45 PM, Praveen Kumar Subramanian
<praveen.thames@xxxxxxxxx> wrote:
> Hi all,
>
> I am trying to implement a customized task list view for my application.
> There will be multiple instances of this customized task list view and each
> of this view instance will display the tasks belonging to only one
> particular query.
>
> In this context, I wanted to know how can I get hold of the tasks given a
> repository query handle. Anyone has any ideas?
>
> --
> Regards,
> Praveen
>
> _______________________________________________
> mylyn-integrators mailing list
> mylyn-integrators@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
>
>
_______________________________________________
mylyn-integrators mailing list
mylyn-integrators@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators



--
Regards,
Praveen

Back to the top