Programatically how to get the list of process template from the RTC using RTC APIs
![]()
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
![]()
Ralph Schoon (62.0k●3●36●43)
| 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
|