Skip navigation links

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

E17060-03


oracle.odi.generation.support
Class OdiVariableTextGeneratorDwgImpl

java.lang.Object
  extended by oracle.odi.generation.support.OdiVariableTextGeneratorDwgImpl

All Implemented Interfaces:
IOdiVariableTextGenerator

public class OdiVariableTextGeneratorDwgImpl
extends java.lang.Object
implements IOdiVariableTextGenerator

Default IOdiVariableTextGenerator implementation.

Since:
11.1.1.5.0

Constructor Summary
OdiVariableTextGeneratorDwgImpl(OdiInstance pOdiInstance)
          Construct an OdiVariableTextGeneratorDwgImpl object.

 

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.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

OdiVariableTextGeneratorDwgImpl

public OdiVariableTextGeneratorDwgImpl(OdiInstance pOdiInstance)
Construct an OdiVariableTextGeneratorDwgImpl object.
Parameters:
pOdiInstance - OdiInstance to be used.

Method Detail

generateLoadPlanVarText

public java.lang.String generateLoadPlanVarText(java.lang.Number pVariableId)
                                         throws OdiRuntimeException,
                                                OdiVariableTextGeneratorException
Description copied from interface: IOdiVariableTextGenerator
Generates the variable text when creating load plan variable from OdiVariable.
Specified by:
generateLoadPlanVarText in interface IOdiVariableTextGenerator
Parameters:
pVariableId - ID of variable to be added to load plan
Returns:
the generated load plan variable text
Throws:
OdiVariableTextGeneratorException - Thrown when the variable text contains sequence references
OdiRuntimeException

generateLoadPlanVarRuntimeText

public 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
Description copied from interface: IOdiVariableTextGenerator
Generates the variable text for runtime execution
Specified by:
generateLoadPlanVarRuntimeText in interface IOdiVariableTextGenerator
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

public 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
Description copied from interface: IOdiVariableTextGenerator
Generates the variable text for runtime execution
Specified by:
generateLoadPlanVarExecutionText in interface IOdiVariableTextGenerator
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.6.0)

E17060-03


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