It's all about the answers!

Ask a question

Method runSELECTQuery(String, null) is undefined for the type IDependencyQueryClient at RTC 6


Álvaro Alonso (35127) | asked Mar 05 '20, 6:13 a.m.
edited Mar 05 '20, 8:24 a.m.

I need to recompile the following code and the method "runSELECTQuery(String, null)" no longer exists, how can I replace it?


IDependencyQueryClient queryClient = ClientFactory

.getDependencyQueryClient(fTeamRepository); 

List<SelectResult> results = null;
try {
SelectResultFeedParser parser = new SelectResultFeedParser();
results = parser
.parse(new ByteArrayInputStream(
queryClient
.runSELECTQuery( 
getLogicalNameQuery(logicalNames, data.getDestWorkspace().getName()),
null).getBytes("UTF-8"))); //$NON-NLS-1$

Be the first one to answer this question!


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.