It's all about the answers!

Ask a question

Programatically how to get the list of process template from the RTC using RTC APIs


ast java (4511847) | asked Sep 30 '15, 1:33 a.m.
Hi Team,

let me know how to get the list of process template programatically from the RTC and we need to check whether new template is existing during upload.

Accepted answer


permanent link
Ralph Schoon (63.1k33645) | answered Sep 30 '15, 2:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please see https://rsjazz.wordpress.com/2013/09/18/deploying-templates-and-creating-projects-using-the-plain-java-clients-library/ the interface should be IProcessItemService.

IProcessItemService.findAllProcessDefinitions(properties, monitor)
ast java selected this answer as the correct answer

Your answer


Register or to post your answer.