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 (3052847) | 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 (42624) | 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.