public abstract class OdiLoadPlanInstanceStep extends OdiLoadPlanInstanceElement
This class represents the OdiLoadPlanStep
class in the OdiLoadPlanInstance
hierarchy
It only offers consultation methods.
NAME_MAX_LENGTH
Constructor and Description |
---|
OdiLoadPlanInstanceStep() |
Modifier and Type | Method and Description |
---|---|
OdiLoadPlanStep.ExceptionBehavior |
getExceptionBehavior() |
OdiLoadPlanInstanceException |
getExceptionStep() |
java.io.Serializable |
getInternalId() |
java.util.Collection |
getLoadPlanInstanceStepVariables() |
OdiLoadPlanInstanceStepLog |
getLog(OdiLoadPlanInstanceRun instanceRun) |
int |
getOrder() |
OdiLoadPlanInstanceElement |
getParentLoadPlanInstanceElement() |
java.lang.String |
getSessionKeywordsAsString() |
int |
getTimeout() |
boolean |
isEnabled() |
getName, getSecurityContainer, getStepId
public java.util.Collection getLoadPlanInstanceStepVariables()
OdiLoadPlanInstanceStepVariable
public OdiLoadPlanInstanceStepLog getLog(OdiLoadPlanInstanceRun instanceRun)
public java.lang.String getSessionKeywordsAsString()
OdiLoadPlanInstanceException
public OdiLoadPlanStep.ExceptionBehavior getExceptionBehavior()
public boolean isEnabled()
public int getOrder()
OdiLoadPlanInstanceStepSerial
public int getTimeout()
public OdiLoadPlanInstanceException getExceptionStep()
public java.io.Serializable getInternalId()
public OdiLoadPlanInstanceElement getParentLoadPlanInstanceElement()