Triggers in RTC app while creating/updating of work items
We are working on an integration in which RTC app is required to send newly created data from ELM to PLM(Enovia). we are using adapter to synchronize data between ELM and PLM. Our requirement is to trigger our adapter in real time whenever a new data is created or updated at ELM side. So that using our adapter we can synchronize both the systems. Can anyone help in this scenario?
One answer
EWM has a built in synchronization framework that is used by the ClearQuest synchronizer. The classes, including basic documentation is in the packages
com.ibm.team.interop.*
These come with the EWM SDK and the Plain Java Client Libraries.
This framework allows to create synchronizers that use synchronization rules. The synchronizer would consist of a server component that is installed and deployed in the EWM server and an external component that runs as Plain Java Client Library application and talks to the external system.
Another option would be to use custom follow up actions for work item save or maybe an asynchronous task.
For any of these options see:
https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
For any of these options see:
https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/