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

RTC Java API 6.0.2 - Set component scoped FlowTarget for AcceptFlow direction only

 I want to setup an AcceptFlow (Flow Direction: incoming only) FlowTarget as Component Scoped.

According to the JavaDoc, this should be done by doing this:

sourceFlowtable.addAcceptFlow(targetWorkspaceHandle, null, null, components, "Accept flow");


However, the created FlowTarget is not getting scoped, all components in the stream are flown in stead of only the components in components List.


If I add:

sourceFlowtable.setComponentScopes(targetWorkspaceHandle, components);
	
	
	

as suggested in this thread, the FlowTarget will become Scoped - But the Flow Direction will be destroyed, so that the Flow Direction is being Both instead of Incoming.


To me, it looks like a bug in sourceFlowtable.addAcceptFlow(...). 

Am I missing something?


Kind regards

Steen Larsen
	
	
	
	







0 votes



One answer

Permanent link
The following defect has been opened to look into the issue: https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/396636

1 vote

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,930
× 1,202
× 411
× 169

Question asked: Jul 17 '16, 7:36 a.m.

Question was seen: 3,705 times

Last updated: Jul 25 '16, 6:30 p.m.

Confirmation Cancel Confirm