|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Data | |
com.infoengine.connector | |
com.infoengine.object.factory | |
com.infoengine.soap.util |
Uses of Data in com.infoengine.connector |
Subclasses of Data in com.infoengine.connector | |
class |
Attribute
represents Info*Engine attribute data Attributes have names and can contain one or more Objects as values. Attributes are contained within Elements. |
class |
Collection
represents Info*Engine collection data. Collections contain Groups. |
class |
Element
represents Info*Engine element data. Elements contain Attributes. Elements are contained within Groups |
class |
Group
represents Info*Engine group data. Groups contain Elements. |
Uses of Data in com.infoengine.object.factory |
Methods in com.infoengine.object.factory with parameters of type Data | |
private void |
Group.copyConnectorMeta(IeObject ieObj,
Data data)
|
Uses of Data in com.infoengine.soap.util |
Methods in com.infoengine.soap.util with parameters of type Data | |
static void |
SOAPUtils.addMeta(Data ieobj,
javax.xml.soap.SOAPElement parent,
javax.xml.soap.SOAPMessage message)
If available adds meta information to a parent SOAP element. |
static void |
SOAPUtils.getMeta(Data ieobj,
javax.xml.soap.SOAPElement elm,
javax.xml.soap.SOAPMessage message)
Repopulates meta data on an I*E object from a SOAP element. |
private static void |
IESOAPUtils.lightweightMeta(Data d,
IeObject o)
Copies meta from a heavy I*E data structure into its lightweight counterpart. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |