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

Trying to add a Flow Target to repository through Java API

 Hello, 

I am a total newbie to the RTC SCM java api and I am having an issue determining what parameters need to be passed in for the addDeliverFlow function. When I decompile the IFlowTable class the addDeliverFlow funtion is listed as below. 
  
public abstract void addDeliverFlow(IFlowNodeHandle paramIFlowNodeHandle, UUID paramUUID, String paramString1, Collection paramCollection, String paramString2);


I have my code structured as follows:
newflowTable.addDeliverFlow(StreamUUID?, Repository UUID?, repositoryURI, null, What is supposed to go here? );

Can someone tell me what these parameters are supposed to be? Is there documentation out there that is better than decompiling the class files and guessing? 

0 votes



One answer

Permanent link
https://jazz.net/downloads/rational-team-concert/

If you go to the all downloads section of a release, you can get the Javadoc and see what is officially supported API as well as documentation for the supported calls.

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,937

Question asked: Sep 30 '14, 12:03 p.m.

Question was seen: 4,302 times

Last updated: Sep 30 '14, 1:28 p.m.

Confirmation Cancel Confirm