|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OdiProcedureLineCmd | |
---|---|
oracle.odi.domain.project | This package contains the Oracle Data Integrator Project implementation. |
Uses of OdiProcedureLineCmd in oracle.odi.domain.project |
---|
Methods in oracle.odi.domain.project that return OdiProcedureLineCmd | |
---|---|
OdiProcedureLineCmd |
OdiProcedureLine.getOnSourceCommand() Obtains the OdiProcedureLineCmd object that defines the command to be applied on a source connection. |
OdiProcedureLineCmd |
OdiProcedureLine.getOnTargetCommand() Obtains the OdiProcedureLineCmd object that defines the command to be applied on a source connection. |
Methods in oracle.odi.domain.project with parameters of type OdiProcedureLineCmd | |
---|---|
L |
OdiProcedure.addLine(java.lang.String pName, OdiProcedureLineCmd pTargetCommand, OdiProcedureLineCmd pSourceCommand, java.util.Collection<ProcedureOption> 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. |
void |
OdiProcedureLine.setOnSourceCommand(OdiProcedureLineCmd command) Defines the command to be applied on a source connection. |
void |
OdiProcedureLine.setOnTargetCommand(OdiProcedureLineCmd command) Defines the command to be applied on a target connection. |
Constructors in oracle.odi.domain.project with parameters of type OdiProcedureLineCmd | |
---|---|
OdiProcedureLineCmd(OdiProcedureLineCmd pOdiProcedureLineCmd) Copy Constructor for OdiProcdureLineCmd. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |