Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Uses of Class
oracle.odi.domain.project.OdiProcedureLineCmd

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.
 OdiUserProcedureLine OdiUserProcedure.addLine(java.lang.String pName, OdiProcedureLineCmd pTargetCommand, OdiProcedureLineCmd pSourceCommand, java.util.Collection<ProcedureOption> pGenerationConditions)
           
 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.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.