Re: Java API Help - StructItemInfo

2011-12-12 Thread Mark Hodges
I find a good strategy sometimes is to locate the corresponding item in the C 
API as it's usually better documented.

In this case, it seems these are used when you are importing or exporting VUIs 
(type = VUI) or mail templates (type = MAIL), and they allow you to specify the 
specific VUI or mail template you want to import/export for the schema named in 
the name field. So unless you are dealing with VUIs or mail templates you can 
probably ignore them.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Java API Help - StructItemInfo

2011-12-11 Thread John Baker
Hello,

My strategy for this type of problem would be to write something to load a set 
of StructItems and then inspect in the Eclipse debugger. Almost everything I've 
learnt about Mid Tier and the AR API is via Eclipse and a debugger :-)


John

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Java API Help - StructItemInfo

2011-12-10 Thread LJ LongWing
Ok.I'm working in the API again and I have a question that's not
documented.I'm hoping that someone has experience

http://www.javasystemsolutions.com/documentation/thirdparty/arapiv71/arapi/c
om/bmc/arsys/api/StructItemInfo.html

so.you can either use the Constructor

StructItemInfo(int type, String name, String[] selectedElements)

Or, you can use the setSelectedElements(String[] elements) method

But nowhere can I find a definition for what the 'elements' string array
should be

I'm trying to figure it out, but any help from someone that already has it
figured out (or a BMC insider) would be helpful.  

Thanks

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are