IBM RTC 602, OSLC Enumerations creating a WI using OSLC, setting an attribute with multiple values
Hello,
I'm sending all attribute values of a WI using this syntax
roperties().put(new QName("http://jazz.net/xmlns/prod/jazz/rtc/ext/1.0/", "attribute_id", "oslc_cmx"), "jazzserver/ccm/oslc/enumerations/projectID/EnumerationID/" +ID_Value_of the enum );
and the atribute is list of Enumeration values, And I would like to send multiple values, is the any syntax how to add the information after the EnumID/ ?
Thank you.
Comments
Rafael Rodriguez Montes
Mar 02 '17, 2:45 p.m.I tried do do a for to set multiple values on the same Qname but didn't work
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 03 '17, 5:00 a.m.Have you tried to read an item that has multiple values set?
Rafael Rodriguez Montes
Mar 30 '17, 3:34 p.m.No, I was expecting somebody can tell me how..