It's all about the answers!

Ask a question

creating dependent enumerations programatically


VK L (8177154159) | asked Aug 10 '12, 3:32 a.m.
Hi All,
           I am trying to add values to an enumeration using Java API. I have my values as a string object. How to add this to an enumeration attribute?

I tried casting the string to an ILiteral. But it is not supported.

Please advise.

Thanks.

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Aug 15 '12, 2:41 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Valli, it is certainly possible, since the client does it. I would suggest to read http://ryehle.wordpress.com/2011/11/21/finding-the-right-service-api-for-your-process-extension/ and the link in the update. Use Yari or the Plugin Spy in an RTC client that is setup with the SDK enabled to look into the process editor and find the API you are interested in.

Your answer


Register or to post your answer.