unable to print all the values of the list using sdk

IItem item=(IItem)s.getObject(“Star”, “01-ST001A1N”);
ICell cell=item.getCell(ItemConstants.ATT_TITLE_BLOCK_PART_CATEGORY);
IAgileList listvalues = cell.getAvailableValues();
System.out.println(listvalues);

I am unable to fetch the values of the list using above code.

Agile Talent Asked on October 30, 2015 in Agile PLM (v9),   Product Collaboration.
Add Comment
1 Answer(s)

Try https://docs.oracle.com/cd/E10959_06/otn/pdf/integration/B32316_01.pdf  in the section for Getting and Setting list values.<a href="https://docs.oracle.com/cd/E10959_0

Agile Angel Answered on November 3, 2015.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.