It's all about the answers!

Ask a question

How to get the project area's Stream object using Java API??


Karim Riad (1189) | asked Aug 31 '12, 10:42 a.m.
Please, I need very urgently to know how to get the Stream object in Java to deliver change sets in it.
I know it is of type "IWorkspaceConnection" and I see that there is only "createStream" defined in IWorkspaceManager and there is no getStream or something.
Thanks for your help.

One answer



permanent link
John Camelon (1.7k14) | answered Aug 31 '12, 9:21 p.m.
JAZZ DEVELOPER
Use IWorkspaceManager#getWorkspaceConnection() with the stream handle (IWorkspaceHandle) if you have it.  
If you do not, you can search using IWorkspaceManager#findWorkspaces()

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.