|
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 | |||||||||
java.lang.Object
oracle.odi.generation.support.OdiVariableTextGeneratorDwgImpl
public class OdiVariableTextGeneratorDwgImpl
Default IOdiVariableTextGenerator implementation.
| 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 |
|---|
public OdiVariableTextGeneratorDwgImpl(OdiInstance pOdiInstance)
pOdiInstance - OdiInstance to be used.| Method Detail |
|---|
public java.lang.String generateLoadPlanVarText(java.lang.Number pVariableId)
throws OdiRuntimeException,
OdiVariableTextGeneratorException
IOdiVariableTextGeneratorgenerateLoadPlanVarText in interface IOdiVariableTextGeneratorpVariableId - ID of variable to be added to load planOdiVariableTextGeneratorException - Thrown when the variable text contains sequence referencesOdiRuntimeException
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
IOdiVariableTextGeneratorgenerateLoadPlanVarRuntimeText in interface IOdiVariableTextGeneratorpSchemaName - 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
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
IOdiVariableTextGeneratorgenerateLoadPlanVarExecutionText in interface IOdiVariableTextGeneratorpSchemaName - 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 | |||||||||