public class OdiVariableTextGeneratorDwgImpl extends java.lang.Object implements IOdiVariableTextGenerator
IOdiVariableTextGenerator implementation.| Constructor and Description |
|---|
OdiVariableTextGeneratorDwgImpl(OdiInstance pOdiInstance)
Construct an OdiVariableTextGeneratorDwgImpl object.
|
| 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.
|
public OdiVariableTextGeneratorDwgImpl(OdiInstance pOdiInstance)
pOdiInstance - OdiInstance to be used.public java.lang.String generateLoadPlanVarText(java.lang.Number pVariableId)
throws OdiRuntimeException,
OdiVariableTextGeneratorException
IOdiVariableTextGeneratorgenerateLoadPlanVarText in interface IOdiVariableTextGeneratorpVariableId - ID of variable to be added to load planOdiRuntimeExceptionOdiVariableTextGeneratorException - Thrown when the variable text
contains sequence referencespublic 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 variableOdiRuntimeExceptionpublic 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