DNG_how to set an artifact as Heading Row using OSLC in DNG?
Accepted answer
So what you want to do is actually manipulate the module structure. In this case, consider using the DNG Module API (new in 6.0.5 as technical preview).
https://jazz.net/wiki/bin/view/Main/DNGModuleApiOverview
https://jazz.net/wiki/bin/view/Main/DNGModuleAPI
Comments
Hi Donald,
Now i am trying to update the Row Style of an artifact inside a module in DNG 6.0.5 as the above references suggest that this is achievable in DNG 6.0.5.
I am following the same approach provided in the above reference to get the XML of an module by passing the module URI through OSLC.
According to the reference document, this XML must have a property name "rm_modules:structure" for manipulating the module structure, but this property tag is still missing in the XML i am getting even though i am using DNG 6.0.5.
Please see to it.
Thanks
Masoom
Thanks Donald,
I wasn't giving the correct headers. It'a working now.
Thank you
3 other answers
You need to set the artifact type to "Heading".
Comments
Hi Donald,
Thank you for your response.
I will elaborate my query a bit.
I have a collection of artifacts inside a module at various levels of Parent-Child hierarchy.
I need to read all these artifacts keeping track of hierarchy and updating Row Style of artifact as "Heading Row" in flow:
"Module"-->"Artifact"-->"Set As Heading or Content" --> "More Options" --> "Row Style" as "Heading Row".
Hi Donald,
Thank you so much for the response.
This means, setting the Row Style is not possible in DNG 6.0.4. Am I correct?
Thanks in advance
Best regards,