getting feed
hi,
i have the need to get programmatically all feed relatively at new subscription ... Can someone help me please? thanks |
5 answers
zuk wrote:
hi, 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 |
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... |
zuk wrote:
i have added new ItemViewFilter to the rtc UI. Now i need to set up 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 |
thanks to all...
my filters are only for new feed subscription, independently to workitem news. |
zuk wrote:
thanks to all... Right, but I think you get the idea, it should work for any subscription. -- Benjamin Pasero Work Item & UI Commons Team |
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.