[
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
|
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
>
>