Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

IQueryDescriptor in internal package - option available?

Using RTC 3.0.1
Plain Java API
Eclipse Client Integration


I have found a solution to execute queries (shared or personal).
In the solution I'm using an interface (IQueryDescriptor) when finding the defined queries. But IQueryDescriptor is in an internal package.
Is there any other way to find and execute queries, that do not use IQueryDescriptor (working on a Eclipse Client feature)


BR
Lars

0 votes



2 answers

Permanent link
Lars,

according to the Javadoc for the Plain Java Client Libraries com.ibm.team.workitem.common.query.IQueryDescriptor is public API. You can download the Javadoc from the download pages. I think it got published beginning with 3.0.1.1 but there are few changes if any to earlier versions.

0 votes


Permanent link
Ralph,

I stand corrected!

I was using a portion of a code sample that was referencing a constant from QueryDescriptor (that class is in a internal package), but the same constant is available from IQueryDescriptor (that is as you pointed out a public API)

Thanks!

//Lars

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Feb 12 '12, 6:48 a.m.

Question was seen: 5,602 times

Last updated: Feb 12 '12, 6:48 a.m.

Confirmation Cancel Confirm