|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
OdiUserProcedure.addOption(java.lang.String pOptionName) |
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 |
OdiUserProcedure.addOption(java.lang.String pOptionName, ProcedureOption.OptionType pType, java.lang.Object pDefaultValue) |
ProcedureOption |
OdiProcedure.getOption(java.lang.String pName)Retrieves the procedure option which name is the parameter name. |
ProcedureOption |
OdiUserProcedure.getOption(java.lang.String pName) |
| 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. |
java.util.List<ProcedureOption> |
OdiUserProcedure.getOptions() |
| 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 |
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. |
void |
OdiUserProcedure.removeOption(ProcedureOption pOption) |
| 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. |
OdiUserProcedureLine |
OdiUserProcedure.addLine(java.lang.String pName, OdiProcedureLineCmd pTargetCommand, OdiProcedureLineCmd pSourceCommand, java.util.Collection<ProcedureOption> pGenerationConditions) |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||