public abstract class AbstractRuntimeStep
extends oracle.odi.domain.support.AbstractRepositoryEntity
OdiScenarioStep, OdiSessionBlueprintStep and
 OdiSessionCustomStep.| Constructor and Description | 
|---|
AbstractRuntimeStep()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getContextCode()
Returns the context code for this  
AbstractRuntimeStep. | 
int | 
getFailureRetryDelay()
Returns the delay in milliseconds between retries on failure for this
  
AbstractRuntimeStep. | 
int | 
getFailureRetryNumber()
Returns the retry number on failure for this  
AbstractRuntimeStep. | 
GenerationInfo | 
getGenerationInfo()
Returns the generation info for this step, which is the KM option information. 
 | 
java.lang.String | 
getKoExitCode()
Returns the exit code on failure for this  
AbstractRuntimeStep. | 
StepLoggingMethod | 
getLogMethod()
Returns the logging method for this  
AbstractRuntimeStep. | 
java.lang.Integer | 
getMaxErrorCount()
Returns the max error allowed for this  
AbstractRuntimeStep. | 
java.lang.String | 
getName()
Returns the name of this  
AbstractRuntimeStep. | 
java.lang.String | 
getOkExitCode()
Returns the exit code on success for this  
AbstractRuntimeStep. | 
int | 
getStepNumber()
Returns the step number of this  
AbstractRuntimeStep. | 
java.lang.String | 
getTargetLogicalSchemaName()
Returns the target logical schema name for this  
AbstractRuntimeStep. | 
java.lang.String | 
getTargetModelCode()
Returns the target model code for this  
AbstractRuntimeStep. | 
java.lang.String | 
getTargetResourceName()
Returns the target resource name for this  
AbstractRuntimeStep. | 
java.lang.String | 
getTargetTableName()
Returns the target table name for this  
AbstractRuntimeStep. | 
StepType | 
getType()
Returns the type of this  
AbstractRuntimeStep. | 
java.lang.Number | 
getVariableIncrement()
Returns the variable increment for this  
AbstractRuntimeStep. | 
java.lang.String | 
getVariableName()
Returns the variable name for this  
AbstractRuntimeStep. | 
VariableOperator | 
getVariableOperator()
Returns the variable operator for this  
AbstractRuntimeStep. | 
java.lang.String | 
getVariableValue()
Returns the variable value for this  
AbstractRuntimeStep. | 
boolean | 
isCleanupOnError()
Returns true if cleanup tasks should be performed on error, false otherwise. 
 | 
boolean | 
isContextForced()
Returns true if context is forced for this  
AbstractRuntimeStep,
 false - otherwise. | 
boolean | 
isKoExit()
Returns  
true if exit required on failure, false - otherwise. | 
boolean | 
isMaxErrorCountAsPercentage()
Indicates whether max error count value is of percentage representation. 
 | 
boolean | 
isOkExit()
Returns  
true if exit required on success, false - otherwise. | 
void | 
setGenerationInfo(GenerationInfo generationInfo)
Sets the generation info for this step, which is the KM option information. 
 | 
equals, getBigNumericId, getGlobalId, getNumericId, getParent, hashCode, toStringgetInternalIdpublic int getStepNumber()
AbstractRuntimeStep.public java.lang.String getName()
AbstractRuntimeStep.public StepType getType()
AbstractRuntimeStep.public boolean isContextForced()
AbstractRuntimeStep,
 false - otherwise.public java.lang.String getContextCode()
AbstractRuntimeStep.public java.lang.String getVariableName()
AbstractRuntimeStep.public VariableOperator getVariableOperator()
AbstractRuntimeStep.public java.lang.Number getVariableIncrement()
AbstractRuntimeStep.public java.lang.String getVariableValue()
AbstractRuntimeStep.public java.lang.String getOkExitCode()
AbstractRuntimeStep.public java.lang.String getKoExitCode()
AbstractRuntimeStep.public int getFailureRetryNumber()
AbstractRuntimeStep.public int getFailureRetryDelay()
AbstractRuntimeStep.public java.lang.Integer getMaxErrorCount()
AbstractRuntimeStep.public boolean isMaxErrorCountAsPercentage()
public java.lang.String getTargetLogicalSchemaName()
AbstractRuntimeStep.public java.lang.String getTargetModelCode()
AbstractRuntimeStep.public java.lang.String getTargetTableName()
AbstractRuntimeStep.public java.lang.String getTargetResourceName()
AbstractRuntimeStep.public StepLoggingMethod getLogMethod()
AbstractRuntimeStep.public boolean isOkExit()
true if exit required on success, false - otherwise.true if exit required on success, false - otherwisepublic boolean isKoExit()
true if exit required on failure, false - otherwise.true if exit required on failure, false - otherwisepublic boolean isCleanupOnError()
public void setGenerationInfo(GenerationInfo generationInfo)
public GenerationInfo getGenerationInfo()