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()
Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used.
|
java.util.Collection |
getLoadPlanInstanceStepVariables() |
OdiLoadPlanInstanceStepLog |
getLog(OdiLoadPlanInstanceRun instanceRun) |
int |
getOrder() |
OdiLoadPlanInstanceElement |
getParentLoadPlanInstanceElement() |
java.lang.String |
getSessionKeywordsAsString() |
int |
getTimeout() |
boolean |
isEnabled() |
getName, getSecurityContainer, getStepIdpublic java.util.Collection getLoadPlanInstanceStepVariables()
OdiLoadPlanInstanceStepVariablepublic OdiLoadPlanInstanceStepLog getLog(OdiLoadPlanInstanceRun instanceRun)
public java.lang.String getSessionKeywordsAsString()
OdiLoadPlanInstanceExceptionpublic OdiLoadPlanStep.ExceptionBehavior getExceptionBehavior()
public boolean isEnabled()
public int getOrder()
OdiLoadPlanInstanceStepSerialpublic int getTimeout()
public OdiLoadPlanInstanceException getExceptionStep()
public java.io.Serializable getInternalId()
IRepositoryEntityTypically a subclass will delegate to a public SomePrimitiveWrapper getId() method. The necessity for the getInternalId() abstract method is solely because the persistence layer needs a way of obtaining the identity irrespective of the actual identity implementation choice.
Returning null from this method will indicate the object has never been saved. This will likely be relied on by some DAO implementations.
public OdiLoadPlanInstanceElement getParentLoadPlanInstanceElement()