public interface IOdiVariableTextGenerator
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
java.lang.String generateLoadPlanVarText(java.lang.Number pVariableId)
                                  throws OdiVariableTextGeneratorException,
                                         OdiRuntimeException
pVariableId - ID of variable to be added to load planpVar - Collection of all the referenced variables of this variableOdiVariableTextGeneratorException - Thrown when the variable text
                                           contains sequence referencesOdiRuntimeExceptionjava.lang.String generateLoadPlanVarRuntimeText(java.lang.String pSchemaName,
                                                java.lang.String pContextCode,
                                                oracle.odi.runtime.agent.loadplan.LPInfo pLpInfo,
                                                java.lang.String pVarText)
                                         throws OdiRuntimeException
pSchemaName - The schema name of the load plan variablepContextCode - The context code of the load plan to be executedpLpInfo - The load plan info LPInfo of a steppVarText - The original text from load plan variableOdiRuntimeExceptionjava.lang.String generateLoadPlanVarExecutionText(java.lang.String pSchemaName,
                                                  java.lang.String pContextCode,
                                                  oracle.odi.runtime.agent.loadplan.LPInfo pLpInfo,
                                                  java.lang.String pVarText)
                                           throws OdiRuntimeException
pSchemaName - The schema name of the load plan variablepContextCode - The context code of the load plan to be executedpLpInfo - The load plan info LPInfo of a steppVarText - The text from load plan variableOdiRuntimeException