|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOdiVariableTextGenerator
Provides all methods to generate ODI variable text.
| 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 |
|---|
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 referencesOdiRuntimeException
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
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 variableOdiRuntimeException
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
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
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||