Uses of Class
com.ibm.di.connector.ccmdb.model.CIRelation
-
-
Uses of CIRelation in com.ibm.di.connector.ccmdb
Methods in com.ibm.di.connector.ccmdb that return CIRelation Modifier and Type Method Description abstract CIRelation
AbstractMetaData. createCIRelation(Entry entry)
Creates an instance of CIRelation based on a given DI Entry object.Methods in com.ibm.di.connector.ccmdb with parameters of type CIRelation Modifier and Type Method Description abstract Entry
AbstractMetaData. createEntry(CIRelation relation)
Creates an instance of DI Entry based on a given relation. -
Uses of CIRelation in com.ibm.di.connector.ccmdb.model
Methods in com.ibm.di.connector.ccmdb.model that return types with arguments of type CIRelation Modifier and Type Method Description java.util.List<CIRelation>
RelationSet. getAllRelations()
java.util.List<CIRelation>
RelationSet. getRelations(java.lang.String relationName)
java.util.List<CIRelation>
ActualCI. getSourceRelations(java.lang.String relationName)
java.util.List<CIRelation>
ActualCI. getTargetRelations(java.lang.String relationName)
Methods in com.ibm.di.connector.ccmdb.model with parameters of type CIRelation Modifier and Type Method Description void
RelationSet. addRelation(CIRelation relation)
boolean
RelationSet. contains(CIRelation relation)
boolean
CIRelation. isIdentical(CIRelation otherRelation)
-
Uses of CIRelation in com.ibm.di.connector.ccmdb.provider
Methods in com.ibm.di.connector.ccmdb.provider that return types with arguments of type CIRelation Modifier and Type Method Description java.util.List<CIRelation>
ActciRelationProvider. select(CIRelationDefinition definition)
java.util.List<CIRelation>
ActciRelationProvider. select(SQLQuery query, CIRelationDefinition definition)
Methods in com.ibm.di.connector.ccmdb.provider with parameters of type CIRelation Modifier and Type Method Description static SQLQuery
CCMDBActualCISchema. createInsertQuery(CIRelation relation, CIRelationDefinition definition)
boolean
ActciRelationProvider. delete(CIRelation relation)
protected int
ActciRelationProvider. deleteRelation(CIRelation relation)
static SQLQuery
CCMDBActualCISchema. getSearchQuery(CIRelation searchObject, CIRelationDefinition definition, boolean matchAny)
void
ActciRelationProvider. load(CIRelation relation)
boolean
ActciRelationProvider. save(CIRelation relation)
protected void
ActciRelationProvider. saveRelation(CIRelation relation, boolean check, boolean skip)
boolean
ActciRelationProvider. update(CIRelation relation)
-
Uses of CIRelation in com.ibm.di.connector.ccmdb.schema.base
Methods in com.ibm.di.connector.ccmdb.schema.base that return CIRelation Modifier and Type Method Description CIRelation
CCMDBMetaData. createCIRelation(Entry entry)
CIRelation
CCMDBObjectFactory. createRelation(Entry entry)
Creates an instance of CIRelation based on the data from a given DI Entry.Methods in com.ibm.di.connector.ccmdb.schema.base with parameters of type CIRelation Modifier and Type Method Description Entry
CCMDBEntryFactory. createEntry(CIRelation relation)
Creates a DI Entry based on a given relation.Entry
CCMDBMetaData. createEntry(CIRelation relation)
-
Uses of CIRelation in com.ibm.di.connector.ccmdb.schema.cdm
Methods in com.ibm.di.connector.ccmdb.schema.cdm that return CIRelation Modifier and Type Method Description CIRelation
CDMMetaData. createCIRelation(Entry entry)
CIRelation
CDMObjectFactory. createRelation(Entry entry)
Creates an instance of CIRelation based on the data from a given DI Entry.Methods in com.ibm.di.connector.ccmdb.schema.cdm with parameters of type CIRelation Modifier and Type Method Description Entry
CDMEntryFactory. createEntry(CIRelation relation)
Creates a DI Entry based on a given relation.Entry
CDMMetaData. createEntry(CIRelation relation)
-