public abstract class OdiLoadPlanInstanceStepContainer extends OdiLoadPlanInstanceStep
NAME_MAX_LENGTH| Constructor and Description | 
|---|
OdiLoadPlanInstanceStepContainer()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List | 
getChildrenSteps()  | 
java.io.Serializable | 
getInternalId()
Provides a common getter for the persistence layer to obtain an identity,
 irrespective of the actual type of identity used. 
 | 
getExceptionBehavior, getExceptionStep, getLoadPlanInstanceStepVariables, getLog, getOrder, getParentLoadPlanInstanceElement, getSessionKeywordsAsString, getTimeout, isEnabledgetName, getStepIdpublic java.io.Serializable getInternalId()
IRepositoryEntity
 Typically 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.
 
getInternalId in interface IRepositoryEntitygetInternalId in class OdiLoadPlanInstanceSteppublic java.util.List getChildrenSteps()
OdiLoadPlanStep for this step#addStepCase(String, OdiLoadPlanVariable), 
#addStepParallel(String, int), 
#addStepRunScenario(String, OdiScenario, OdiLogicalAgent, OdiContext), 
#addStepSerial(String), 
#removeStep(OdiLoadPlanStep)