It's all about the answers!

Ask a question

How to tell if a change-set is/not in a workspace history using Java client API


Morten Madsen (3053149) | asked Sep 05 '13, 10:53 a.m.
I'm basically trying to answer the following question:

"Does the following Work Item have all it's linked change-sets in my current workspace (or history)?"

Is there an easy way to do this? I know that one can easily check if a Versionable is in a component current configuration, but I want to include my search to the entire component history, and all components in my workspace.

I might have a suggestion, and will post it later.

Any comments appreciated :).

/Morten.

One answer



permanent link
Remy Suen (426124) | answered Sep 10 '13, 9:17 a.m.
I think you want IWorkspaceManager's locateChangeSets(ILocateChangeSetsSearchCriteria, IProgressMonitor) method.

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.