CQ Connector Java API
Hi,
I would like to perform some automation and diagnosis tasks on the sync status with CQ connector. I have many sync failures and I would like to export this data to another program (no way to do it in the eclipse client). Also performing "Retry outgoing/incoming synchronization" can be done manually - one by one. not so good for about 150 such. Maybe some API will help me? can I have some reference? Or other solutions. Thanks, |
3 answers
I would start by reading https://jazz.net/wiki/bin/view/Main/ItemConnectorCreation. Although you don't want to create a new connector, the section titled "Item Connector Client API" will be relevant - basically, you'll want to use the com.ibm.team.interop.client.IInteropManager client library interface. And if you've never written RTC client code before, you'll need to follow the references in that wiki topic to component development in general, and how to set up a development environment.
Hi, |
I would start by reading https://jazz.net/wiki/bin/view/Main/ItemConnectorCreation. Although you don't want to create a new connector, the section titled "Item Connector Client API" will be relevant - basically, you'll want to use the com.ibm.team.interop.client.IInteropManager client library interface. And if you've never written RTC client code before, you'll need to follow the references in that wiki topic to component development in general, and how to set up a development environment. Hi, The link seems to be broken. I get directed to this page: https://jazz.net/wiki/bin/oops/Main/ItemConnectorCreation/WebHome?template=oopsaccessdenied;def=no_such_web;param1=view |
Looks like the period at the end of the sentence somehow got incorporated into the link. Try this:
https://jazz.net/wiki/bin/view/Main/ItemConnectorCreation |
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.