IEC APIs

Most of the available IEC Application Programming Interfaces (APIs), known as “IEC Utilities”, have been altered in IEC CE compared to the on-prem version of IEC. This is to encapsulate the internal IEC functionality so that you cannot gain access to it from mappings. You need to convert on-prem mappings to make these mappings run in IEC CE. A “before and after” table for IEC APIs is linked in the White list knowledge base articles. The Java Build Path and the Javadoc for the mapper’s Java editor is updated with these new IEC APIs. You can view the latest list of console commands to access the Javadoc in Mapping Console commands.

Example:

Code type Line
Old code:
String s = strUUID;
New code:
String s = getMapUUID();