Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.domain.runtime.lpi
Class OdiLoadPlanInstanceStepSerial

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.AbstractRepositoryEntity
          extended by oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceElement
              extended by oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
                  extended by oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepContainer
                      extended by oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepSerial

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IRepositoryEntity

public class OdiLoadPlanInstanceStepSerial
extends OdiLoadPlanInstanceStepContainer

This class represents the OdiLoadPlanStepSerial class in the OdiLoadPlanInstance hierarchy

.

It only offers consultation methods.

Since:
11.1.1.5.0
See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceElement
NAME_MAX_LENGTH

 

Method Summary
 OdiLoadPlanStepSerial.RestartType getRestartType()
           

 

Methods inherited from class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepContainer
getChildrenSteps, getInternalId

 

Methods inherited from class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
getExceptionBehavior, getExceptionStep, getLoadPlanInstanceStepVariables, getLog, getOrder, getParentLoadPlanInstanceElement, getSessionKeywordsAsString, getTimeout, isEnabled

 

Methods inherited from class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceElement
getName, getSecurityContainer, getStepId

 

Methods inherited from class oracle.odi.domain.support.BusinessObject
clone

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getRestartType

public OdiLoadPlanStepSerial.RestartType getRestartType()
Returns:
the Restart behavior of this step when the Load Plan Instance is restarted.
See Also:
OdiLoadPlanStepSerial.RestartType

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.