public class OdiLoadPlanStepSerial extends OdiLoadPlanStepContainer
OdiLoadPlanStep describing the execution of children steps in a given order.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OdiLoadPlanStepSerial.RestartType
Restart behavior of this step when the Load Plan is restarted. 
Values can be: -From Failure: When restarting the Load Plan and this step is known to be in failure (i.e.  | 
OdiLoadPlanStep.ExceptionBehavior, OdiLoadPlanStep.RegenerationModeMAX_PRIORITY, MIN_PRIORITY, SESSION_KEYWORDS_MAX_LENGTHNAME_MAX_LENGTH| Modifier and Type | Method and Description | 
|---|---|
OdiLoadPlanStepSerial.RestartType | 
getRestartType()
Returns the restart behavior of this step when the Load Plan is restarted. 
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException | 
void | 
setRestartType(OdiLoadPlanStepSerial.RestartType restartType)
Defines the restart behavior of this step when the Load Plan is restarted. 
 | 
addStepCase, addStepParallel, addStepRunScenario, addStepRunScenario, addStepSerial, addStepToEnd, copy, getChildrenSteps, getInternalId, moveAfter, moveBefore, prepareForMovingSteps, regenerate, removeStepaddVariable, addVariable, duplicate, duplicate, getException, getExceptionBehavior, getLoadPlanStepVariables, getOrder, getParentElement, getSessionKeywordsAsString, getTimeout, isEnabled, removeVariable, setEnabled, setException, setExceptionBehavior, setSessionKeywordsAsString, setTimeoutgetLoadPlan, getName, getStepId, hasDisabledParent, setName, toStringpublic OdiLoadPlanStepSerial.RestartType getRestartType()
UnsupportedOperationExceptionjava.lang.UnsupportedOperationException - if the step is part of an exception hierarchysetRestartType(RestartType), 
OdiLoadPlanStepSerial.RestartTypepublic void setRestartType(OdiLoadPlanStepSerial.RestartType restartType)
restartType - java.lang.UnsupportedOperationException - if the step is part of an exception hierarchygetRestartType(), 
OdiLoadPlanStepSerial.RestartType