Uses of Class
com.ibm.di.connector.ccmdb.model.ModelObject
-
Packages that use ModelObject Package Description 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 Modifier and Type Method Description static voidEntryUtilities. addPropertiesToEntry(ModelObject object, ModelObjectDefinition definition, Entry entry)Adds object properties as attributes to a DI Entry.static voidEntryUtilities. addPropertiesToEntryAttribute(Attribute attribute, ModelObject object, ModelObjectDefinition definition, Entry entry)Adds object attributes as child attributes to a DI Entry attribute.static voidEntryUtilities. 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 Modifier and Type Class Description classActualCIThis class is a representation of an actual configuration item in CCMDBclassCIRelationThis class is a representation of a relationship in CCMDBclassClassAttributeThis class is a representation of an actual CI attribute in CCMDB.classOMPRelationThis class is a representation of an OMP relationship in CCMDB.Methods in com.ibm.di.connector.ccmdb.model that return ModelObject Modifier and Type Method Description ModelObjectActualCI. getDeletedActualCI()ModelObjectOMPRelation. getOmp()Methods in com.ibm.di.connector.ccmdb.model with parameters of type ModelObject Modifier and Type Method Description voidActualCI. setDeletedActualCI(ModelObject deletedActualCI)voidOMPRelation. 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 Modifier and Type Method Description protected voidCCMDBActualCIProvider. loadProperties(java.sql.ResultSet resultSet, java.sql.ResultSetMetaData metaData, ModelObject object)
-