Retrieve Module Tree Structure information
I am using Lyo to read DOORs data in my Java application.
The xml rdf response I get does not include any information about the object location/level in the document tree (I mean the tree that can be viewed in DOORs client left side pane, i.e) nor any reference to its parent object.
For Example: If I have in a DOORs module a row with following heading "1 Functional Requirements" and another one called "1.1 Requirement 1" which means the latter is a child of the first, in the received response for any of them there is no clue about this relation, moreover, the indexing "1" and "1.1" is not included in the response
One answer
RDNG 6.0.5 introduced a technical preview of a module structure API. See https://jazz.net/wiki/bin/view/Main/DNGModuleApiOverview.
It is also possible to access the module structure using the reportable REST API: https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI.