Package | Description |
---|---|
oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
ComponentKM |
ComponentKM.getBaseComponentKM()
Deprecated.
Returns the base component KM for this ComponentKM
|
ComponentKM |
ComponentKMLine.getComponentKM() |
ComponentKM |
ComponentKMLine.getIncludedKM() |
Modifier and Type | Method and Description |
---|---|
static boolean |
ComponentKMHelper.isIncluded(OdiInstance odiInstance,
ComponentKM componentKM)
Checks if the provided
ComponentKM is used as base KM or included in any ComponentKMLine . |
void |
OdiProject.removeComponentKM(ComponentKM pKM)
Remove the given
ComponentKM from the collection of ComponentKM s. |
void |
ComponentKMLine.setIncludedKM(ComponentKM mIncludedKM) |
Constructor and Description |
---|
ComponentKM(IProject project,
ComponentKM baseComponentKM,
java.lang.String name)
Deprecated.
|