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

E17060-01

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

Packages that use ProcedureOption
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
 

Uses of ProcedureOption in oracle.odi.domain.project
 

Methods in oracle.odi.domain.project that return ProcedureOption
 ProcedureOption OdiProcedure.addOption(java.lang.String pOptionName)
          Adds (assigning it the lastest position) a new ProcedureOption with the given name and default OptionType to this OdiProcedure.
 ProcedureOption OdiProcedure.addOption(java.lang.String pOptionName, ProcedureOption.OptionType pType, java.lang.Object pDefaultValue)
          Adds (assigning it the lastest position) a new ProcedureOption of the given type, default value and with the given name to this OdiProcedure.
 ProcedureOption OdiProcedure.getOption(java.lang.String pName)
          Retrieves the procedure option which name is the parameter name.
 

Methods in oracle.odi.domain.project that return types with arguments of type ProcedureOption
 java.util.Collection<ProcedureOption> OdiProcedureLine.getGenerationConditions()
          Obtains an unmodifiable collection of ProcedureOptions that are defined as conditioning generation of this ProcedureLine.
 java.util.List<ProcedureOption> OdiProcedure.getOptions()
          Returns an unmodifable list of ProcedureOptions held by this OdiProcedure.
 

Methods in oracle.odi.domain.project with parameters of type ProcedureOption
 void OdiProcedureLine.addGenerationCondition(ProcedureOption pOption)
          Adds the given ProcedureOption to the collection of options that controls whether this ProcedureLine will be generated.
 void OdiProcedure.addOption(ProcedureOption pOption)
          Deprecated. Does not appear in the SDK spec. Will be restricted to package.
 void OdiProcedureLine.removeGenerationCondition(ProcedureOption pOption)
          Removes the given ProcedureOption to the collection options that controls whether this OdiProcedureLine will be generated, or not.
 void OdiProcedure.removeOption(ProcedureOption pOption)
          Remove the specified option from this procedure.
 

Method parameters in oracle.odi.domain.project with type arguments of type ProcedureOption
 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.
 


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

E17060-01

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