Adding a Category to an Asset in a Policy
By default, RAM includes a policy called "Categorize Asset Policy" which can add a category to an asset.
I want to perform a similar action as part of a custom policy. However, the documented API (RAM Inforcentre -> Rational Asset Manager Java API) seems to require me to build up an extensive datastructure to add to the jaxb representation of the asset. A lot of the fields in this datastructure do not seem to be sufficiently well documented for me to have confidence that I am generating the data correctly (eg. com.ibm.ram.internal.jaxb.Link.setTitle() ).
Is there a recommended approach for manipulating this datastructure?
Are there extensions to the API documented elsewhere?
Is it necessary to use undocumented APIs to perform such maniplutations?
I want to perform a similar action as part of a custom policy. However, the documented API (RAM Inforcentre -> Rational Asset Manager Java API) seems to require me to build up an extensive datastructure to add to the jaxb representation of the asset. A lot of the fields in this datastructure do not seem to be sufficiently well documented for me to have confidence that I am generating the data correctly (eg. com.ibm.ram.internal.jaxb.Link.setTitle() ).
Is there a recommended approach for manipulating this datastructure?
Are there extensions to the API documented elsewhere?
Is it necessary to use undocumented APIs to perform such maniplutations?