Package | Description |
---|---|
oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiCKMLine
Subclass of ProcedureLine providing CKM specific
properties used during code generation.
|
class |
OdiIKMLine
Subclass of ProcedureLine providing IKM specific
properties used during code generation.
|
class |
OdiLKMLine
Subclass of ProcedureLine providing LKM specific
properties used during code generation.
|
class |
OdiXKMLine
Subclass of ProcedureLine providing XKM specific
properties used during code generation.
|
Modifier and Type | Method and Description |
---|---|
ComponentKMLine |
AbstractComponentKM.findReferenceLine(ComponentKMLine resolvedLine) |
ComponentKMLine |
ComponentKMLine.getIncludedKMLine() |
ComponentKMLine |
AbstractComponentKM.overrideLine(ComponentKMLine line)
Overrides the specified base KM line by copying the line into this KM, and remove
the existing reference line, if any.
|
Modifier and Type | Method and Description |
---|---|
ComponentKMLine |
AbstractComponentKM.findReferenceLine(ComponentKMLine resolvedLine) |
static boolean |
ComponentKMHelper.isIncluded(OdiInstance odiInstance,
ComponentKMLine componentKMLine)
Checks if the provided
ComponentKMLine is included in any ComponentKMLine . |
void |
AbstractComponentKM.moveLineAfter(ComponentKMLine pSource,
ComponentKMLine pAfter) |
void |
AbstractComponentKM.moveLineBefore(ComponentKMLine pSource,
ComponentKMLine pBefore) |
void |
AbstractComponentKM.moveLineToBottom(ComponentKMLine pLine) |
void |
AbstractComponentKM.moveLineToTop(ComponentKMLine pLine) |
ComponentKMLine |
AbstractComponentKM.overrideLine(ComponentKMLine line)
Overrides the specified base KM line by copying the line into this KM, and remove
the existing reference line, if any.
|
void |
ComponentKMLine.setIncludedKMLine(ComponentKMLine mIncludedKMLine) |