It's all about the answers!

Ask a question

getting feed


enzo zuk (12693) | asked Aug 19 '09, 5:58 a.m.
hi,
i have the need to get programmatically all feed relatively at new subscription ...
Can someone help me please?
thanks

5 answers



permanent link
Work Item & UI Commons Team (1.3k1) | answered Aug 19 '09, 8:55 a.m.
zuk wrote:
hi,
i have the need to get programmatically all feed relatively at new
subscription ...
Can someone help me please?
thanks


You can create a query and subscribe to it as feed (aka Query Feed).
Would that suit your needs?

--
Benjamin Pasero
Work Item & UI Commons Team

permanent link
enzo zuk (12693) | answered Aug 19 '09, 9:27 a.m.
i have added new ItemViewFilter to the rtc UI. Now i need to set up the
filter behavoir.
In my filter I need to exclude some specific feed and i would like to know how can i do this overwriting select method in a classe that extends
ViewerFilter...

permanent link
Work Item & UI Commons Team (1.3k1) | answered Aug 19 '09, 9:49 a.m.
zuk wrote:
i have added new ItemViewFilter to the rtc UI. Now i need to set up
the
filter behavoir.
In my filter I need to exclude some specific feed and i would like to
know how can i do this overwriting select method in a classe that
extends
ViewerFilter...


You can find a good example on how this is done for Work Items in
com.ibm.team.workitem.rcp.ui.internal.feed.section.WorkItemTypesItemViewUIAdvisor.createTeamFilter().

It basically decides either to keep or remove a news based on its contents.

--
Benjamin Pasero
Work Item & UI Commons Team

permanent link
enzo zuk (12693) | answered Aug 19 '09, 10:15 a.m.
thanks to all...
my filters are only for new feed subscription, independently to workitem news.

permanent link
Work Item & UI Commons Team (1.3k1) | answered Aug 19 '09, 12:37 p.m.
zuk wrote:
thanks to all...
my filters are only for new feed subscription, independently to
workitem news.


Right, but I think you get the idea, it should work for any subscription.

--
Benjamin Pasero
Work Item & UI Commons Team

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.