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 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 Modifier and Type Class Description class
ActualCI
This class is a representation of an actual configuration item in CCMDBclass
CIRelation
This class is a representation of a relationship in CCMDBclass
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 Modifier and Type Method Description ModelObject
ActualCI. getDeletedActualCI()
ModelObject
OMPRelation. getOmp()
Methods in com.ibm.di.connector.ccmdb.model with parameters of type ModelObject Modifier and Type Method Description 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 Modifier and Type Method Description protected void
CCMDBActualCIProvider. loadProperties(java.sql.ResultSet resultSet, java.sql.ResultSetMetaData metaData, ModelObject object)
-