How can I deal with Hierarchical components using RTC SCM API?
Accepted answer
Rakesh,
as mentioned in
https://jazz.net/forum/questions/196420/api-support-for-hierarchical-components-how-to-get-information-about-containment-relations-via-api
and
https://jazz.net/forum/questions/224006/rtc-api-for-adding-sub-component-hierarchy
the entry points for the API are
IFlowNodeConnection#getComponentHierarchy
IWorkspaceConnection#updateSubcomponentData
If you set up your Eclipse according to the Extensibility Workshop you ought to be able to find test code by searching for the above types and/or methods in e.g. the RTC SDK.
What specifically do you mean by "extract" and "validate"?
- Arne
as mentioned in
https://jazz.net/forum/questions/196420/api-support-for-hierarchical-components-how-to-get-information-about-containment-relations-via-api
and
https://jazz.net/forum/questions/224006/rtc-api-for-adding-sub-component-hierarchy
the entry points for the API are
IFlowNodeConnection#getComponentHierarchy
IWorkspaceConnection#updateSubcomponentData
If you set up your Eclipse according to the Extensibility Workshop you ought to be able to find test code by searching for the above types and/or methods in e.g. the RTC SDK.
What specifically do you mean by "extract" and "validate"?
- Arne