I'm using StarTeam SDK 9.3 and I don't understand how Filters work:
1) I have defined a Query to search an Item
2) I have defined also some GroupSortInfos
3) I have defined a Filter and associated to it the Query (setQueryId)
4) I have defined an ItemListManager and associated to it the Filter
(setFilter)
Then, I have modified the Query to search another Item, but the
ItemListManager gives me the same Items Array as before...
How can I do?
Many thanks in advance,
Alberto