Skip navigation links

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

E17060-04


oracle.odi.generation
Interface IOdiVariableTextGenerator

All Known Implementing Classes:
OdiVariableTextGeneratorDwgImpl

public interface IOdiVariableTextGenerator

Provides all methods to generate ODI variable text.

Since:
11.1.1.5.0

Method Summary
 java.lang.String generateLoadPlanVarExecutionText(java.lang.String pSchemaName, java.lang.String pContextCode, oracle.odi.runtime.agent.loadplan.LPInfo pLpInfo, java.lang.String pVarText)
          Generates the variable text for runtime execution
 java.lang.String generateLoadPlanVarRuntimeText(java.lang.String pSchemaName, java.lang.String pContextCode, oracle.odi.runtime.agent.loadplan.LPInfo pLpInfo, java.lang.String pVarText)
          Generates the variable text for runtime execution
 java.lang.String generateLoadPlanVarText(java.lang.Number pVariableId)
          Generates the variable text when creating load plan variable from OdiVariable.

 

Method Detail

generateLoadPlanVarText

java.lang.String generateLoadPlanVarText(java.lang.Number pVariableId)
                                         throws OdiVariableTextGeneratorException,
                                                OdiRuntimeException
Generates the variable text when creating load plan variable from OdiVariable.
Parameters:
pVariableId - ID of variable to be added to load plan
pVar - Collection of all the referenced variables of this variable
Returns:
the generated load plan variable text
Throws:
OdiVariableTextGeneratorException - Thrown when the variable text contains sequence references
OdiRuntimeException

generateLoadPlanVarRuntimeText

java.lang.String generateLoadPlanVarRuntimeText(java.lang.String pSchemaName,
                                                java.lang.String pContextCode,
                                                oracle.odi.runtime.agent.loadplan.LPInfo pLpInfo,
                                                java.lang.String pVarText)
                                                throws OdiRuntimeException
Generates the variable text for runtime execution
Parameters:
pSchemaName - The schema name of the load plan variable
pContextCode - The context code of the load plan to be executed
pLpInfo - The load plan info LPInfo of a step
pVarText - The original text from load plan variable
Returns:
the generated load plan variable runtime text
Throws:
OdiRuntimeException

generateLoadPlanVarExecutionText

java.lang.String generateLoadPlanVarExecutionText(java.lang.String pSchemaName,
                                                  java.lang.String pContextCode,
                                                  oracle.odi.runtime.agent.loadplan.LPInfo pLpInfo,
                                                  java.lang.String pVarText)
                                                  throws OdiRuntimeException
Generates the variable text for runtime execution
Parameters:
pSchemaName - The schema name of the load plan variable
pContextCode - The context code of the load plan to be executed
pLpInfo - The load plan info LPInfo of a step
pVarText - The text from load plan variable
Returns:
the generated load plan variable runtime execution text
Throws:
OdiRuntimeException

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.