Uses of Class
com.ibm.di.connector.ccmdb.model.ModelObject

Packages that use ModelObject
com.ibm.di.connector.ccmdb   
com.ibm.di.connector.ccmdb.model   
com.ibm.di.connector.ccmdb.provider   
 

Uses of ModelObject in com.ibm.di.connector.ccmdb
 

Methods in com.ibm.di.connector.ccmdb with parameters of type ModelObject
static void EntryUtilities.addPropertiesToEntry(ModelObject object, ModelObjectDefinition definition, Entry entry)
          Adds object properties as attributes to a DI Entry.
static void EntryUtilities.addPropertiesToEntryAttribute(Attribute attribute, ModelObject object, ModelObjectDefinition definition, Entry entry)
          Adds object attributes as child attributes to a DI Entry attribute.
static void EntryUtilities.addPropertiesToObject(ModelObject object, ModelObjectDefinition definition, org.w3c.dom.NodeList attrNodeList)
          Extract property values form a NodeList and add them to a ModelObject.
 

Uses of ModelObject in com.ibm.di.connector.ccmdb.model
 

Subclasses of ModelObject in com.ibm.di.connector.ccmdb.model
 class ActualCI
          This class is a representation of an actual configuration item in CCMDB
 class CIRelation
          This class is a representation of a relationship in CCMDB
 class ClassAttribute
          This class is a representation of an actual CI attribute in CCMDB.
 class OMPRelation
          This class is a representation of an OMP relationship in CCMDB.
 

Methods in com.ibm.di.connector.ccmdb.model that return ModelObject
 ModelObject ActualCI.getDeletedActualCI()
           
 ModelObject OMPRelation.getOmp()
           
 

Methods in com.ibm.di.connector.ccmdb.model with parameters of type ModelObject
 void ActualCI.setDeletedActualCI(ModelObject deletedActualCI)
           
 void OMPRelation.setOmp(ModelObject omp)
           
 

Uses of ModelObject in com.ibm.di.connector.ccmdb.provider
 

Methods in com.ibm.di.connector.ccmdb.provider with parameters of type ModelObject
protected  void CCMDBActualCIProvider.loadProperties(java.sql.ResultSet resultSet, java.sql.ResultSetMetaData metaData, ModelObject object)