|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.connector.ccmdb.schema.cdm.CDMObjectFactory
public class CDMObjectFactory
This class is responsible for creating data model objects from DI Entries.
| Constructor Summary | |
|---|---|
CDMObjectFactory(CDMMetaData metaData)
|
|
| Method Summary | |
|---|---|
ActualCI |
createConfigItem(Entry entry)
Creates an instance of ActualCI based on the data from a given DI Entry. |
CIRelation |
createRelation(Entry entry)
Creates an instance of CIRelation based on the data from a given DI Entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CDMObjectFactory(CDMMetaData metaData)
metaData - | Method Detail |
|---|
public ActualCI createConfigItem(Entry entry)
throws CCMDBException
entry -
CCMDBException
public CIRelation createRelation(Entry entry)
throws CCMDBException
entry -
CCMDBException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||