Book a Demo

Author Topic: Java APIs not up to date - ConveyedItems  (Read 3012 times)

SMaric

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
Java APIs not up to date - ConveyedItems
« on: November 09, 2011, 10:57:42 pm »
I have downloaded the latest trial version 9.1.910

Windows XP Pro SP3

In my Java code I am browsing the Model to report on where InformationItems(Element) are used (& as importantly which InformationItems have NOT been used)

1) iterate over packages within Model to compile list of InformationItems

2) iterate over packages within Model to find connectors on diagrams
According to the help docs
Connector class has a ConveyedItems collection  - which is how InformationItems are associated with connector


According to my code
conn.getConveyedItems()

The method getConveyedItems() is undefined for the type Connector



Can you please confirm that this is a bug
or
let me know what I've got wrong


If this is confirmed as a bug - how soon can I have a fix ??
(or do I have to go and re-write my code for VB)

SMaric

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
Re: Java APIs not up to date - ConveyedItems
« Reply #1 on: November 14, 2011, 09:36:25 pm »
BUG ??
The method getConveyedItems() is undefined for the type Connector