| Package | Description | 
|---|---|
| oracle.odi.domain.project | 
 This package contains the Oracle Data Integrator Project implementation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ComponentKMLine  | 
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  | 
OdiJKMLine
Subclass of ProcedureLine providing JKM specific
 properties used during code generation. 
 | 
class  | 
OdiLKMLine
Subclass of ProcedureLine providing LKM specific 
 properties used during code generation. 
 | 
class  | 
OdiRKMLine
Subclass of ProcedureLine providing RKM specific properties used during reverse engineering. 
 | 
class  | 
OdiUserProcedureLine
Subclass of ProcedureLine providing User Procedure specific properties. 
 | 
class  | 
OdiXKMLine
Subclass of ProcedureLine providing XKM specific 
 properties used during code generation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OdiProcedureLine | 
OdiProcedure.addLine(java.lang.Class pLineClass,
       java.lang.String pName)
Adds (assigning it the latest position) a new OdiProcedureLine with the
 given name and default properties. 
 | 
OdiProcedureLine | 
OdiProcedure.addLine(java.lang.Class pLineClass,
       java.lang.String pName,
       OdiProcedureLineCmd pTargetCommand,
       OdiProcedureLineCmd pSourceCommand,
       java.util.Collection pGenerationConditions)
Adds (assigning it the latest position) a new OdiProcedureLine with the
 given name, the given target and source commands (possibly nulls) and
 options (possibly null) that will condition the generation of the line. 
 | 
OdiProcedureLine | 
OdiProcedure.addLine(java.lang.String pName)
Adds (assigning it the latest position) a new OdiProcedureLine with the
 given name and default properties. 
 | 
OdiProcedureLine | 
OdiProcedure.addLine(java.lang.String pName,
       OdiProcedureLineCmd pTargetCommand,
       OdiProcedureLineCmd pSourceCommand,
       java.util.Collection pGenerationConditions)
Adds (assigning it the latest position) a new OdiProcedureLine with the
 given name, the given target and source commands (possibly nulls) and
 options (possibly null) that will condition the generation of the line. 
 | 
OdiProcedureLine | 
OdiProcedure.duplicateLine(OdiProcedureLine pLine)
Duplicates specified line and adds the new line to the end of list of lines. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OdiProcedureLine | 
OdiProcedure.duplicateLine(OdiProcedureLine pLine)
Duplicates specified line and adds the new line to the end of list of lines. 
 | 
boolean | 
AbstractComponentKM.isBaseKMLine(OdiProcedureLine line)
Returns true if the specified line is a baseKM line 
 | 
boolean | 
AbstractComponentKM.isProcedureLine(OdiProcedureLine line)
Returns true if the specified line is a procedure line or a baseKM line 
 | 
boolean | 
OdiProcedure.isProcedureLine(OdiProcedureLine line)
Return true if the specified line is part of this procedure or a base procedure. 
 | 
void | 
OdiProcedure.moveLineAfter(OdiProcedureLine pSource,
             OdiProcedureLine pAfter)
Moves the given OdiProcedureLine after the line specified. 
 | 
void | 
OdiProcedure.moveLineBefore(OdiProcedureLine pSource,
              OdiProcedureLine pBefore)
Moves the given Procedure Moves the given OdiProcedureLine before the
 line specified. 
 | 
void | 
OdiProcedure.moveLineToBottom(OdiProcedureLine pLine)
Moves the given OdiProcedureLine to the bottom of the list of lines. 
 | 
void | 
OdiProcedure.moveLineToTop(OdiProcedureLine pLine)
Moves the given OdiProcedureLine to the top of the list of lines. 
 | 
void | 
OdiProcedure.removeLine(OdiProcedureLine pLine)
Removes the given line from this OdiProcedure. 
 |