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

[RTC Java API] How to get stream/workspace info from IFlowEntry object?

Hi, after retrieve an IFlowTable object from an IWorkspaceConnection object, I get a list of IFlowEntry objects using the 2 methods: IFlowTable.acceptSources() and IFlowTable.deliverTargets(), now how can I get the stream/workspace info from the IFlowEntry object?

1 vote


Accepted answer

Permanent link
IFlowEntry.getFlowNode() returns the workspace handle
IWorkspaceConnection ws = IWorkspaceManager.getWorkspaceConnection((IWorkspaceHandle) (IFlowEntry.getFlowNode()), null);
Tuan Nguyen Minh selected this answer as the correct answer

2 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,934
× 411
× 169
× 19

Question asked: Mar 25 '15, 11:12 p.m.

Question was seen: 4,571 times

Last updated: Mar 26 '15, 9:27 a.m.

Confirmation Cancel Confirm