Programmatically modifying the process spec
I need to edit the process spec programmatically. It looks like there are classes to maintain a model of the process spec internally (e.g. com.ibm.team.process.internal.common.model.specification.ProcessSpecificationModel) but the plugin which owns this class (com.ibm.team.process.common) specifically hides it from non-RTC plugins. The alternative seems to be to use XSLT directly on the process spec xml.
Is this right? Is there some other way to do this that I'm missing?
Thanks,
Tim
Is this right? Is there some other way to do this that I'm missing?
Thanks,
Tim
One answer
There's no other API in place. Why do you need to programmatically edit
the spec?
--
Jared Burns
Jazz Process Team
tklinger.us.ibm.com wrote:
the spec?
--
Jared Burns
Jazz Process Team
tklinger.us.ibm.com wrote:
I need to edit the process spec programmatically. It looks like there
are classes to maintain a model of the process spec internally (e.g.
com.ibm.team.process.internal.common.model.specification.ProcessSpecificationModel)
but the plugin which owns this class (com.ibm.team.process.common)
specifically hides it from non-RTC plugins. The alternative seems to
be to use XSLT directly on the process spec xml.
Is this right? Is there some other way to do this that I'm missing?
Thanks,
Tim