Package | Description |
---|---|
oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentKM
Deprecated.
This class is deprecated. If you want a class that refers to all
component KM classes (IKM, LKM, CKM, XKM) then use AbstractComponentKM
instead. If you want a class that refers to a concrete component KM
then use the OdiXKM class.
|
class |
OdiCKM
Represents the Control Knowledge Module.
|
class |
OdiIKM
Represents an Integration Knowledge Module.
|
class |
OdiLKM
Represents the Loading Knowledge Module.
|
class |
OdiXKM
Represents Extract Knowledge Module
OdiXKM class is defined to only use OdiXKMLine as ProcedureLine.
|
Modifier and Type | Method and Description |
---|---|
AbstractComponentKM |
AbstractComponentKM.getBaseComponentKM()
Returns the base component KM for this AbstractComponentKM
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractComponentKM.setBaseComponentKM(AbstractComponentKM base)
Sets the base component KM for this AbstractComponentKM
|