Skip navigation links

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

E17060-04


oracle.odi.domain.runtime.loadplan
Class OdiLoadPlanStepSerial

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.AbstractRepositoryEntity
          extended by oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
              extended by oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
                  extended by oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
                      extended by oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepSerial

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

public class OdiLoadPlanStepSerial
extends OdiLoadPlanStepContainer

Concrete class for OdiLoadPlanStep describing the execution of children steps in a given order.

Since:
11.1.1.5.0
See Also:
Serialized Form

Nested Class Summary
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.

 

Nested classes/interfaces inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
OdiLoadPlanStep.ExceptionBehavior, OdiLoadPlanStep.RegenerationMode

 

Field Summary

 

Fields inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
MAX_PRIORITY, MIN_PRIORITY, SESSION_KEYWORDS_MAX_LENGTH

 

Fields inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
NAME_MAX_LENGTH

 

Method Summary
 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.

 

Methods inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
addStepCase, addStepParallel, addStepRunScenario, addStepRunScenario, addStepSerial, addStepToEnd, copy, getChildrenSteps, getInternalId, moveAfter, moveBefore, prepareForMovingSteps, regenerate, removeStep

 

Methods inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
addVariable, addVariable, duplicate, duplicate, getException, getExceptionBehavior, getLoadPlanStepVariables, getOrder, getParentElement, getSessionKeywordsAsString, getTimeout, isEnabled, removeVariable, setEnabled, setException, setExceptionBehavior, setSessionKeywordsAsString, setTimeout

 

Methods inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
getName, getSecurityContainer, getStepId, hasDisabledParent, setName, toString

 

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

 

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

 

Method Detail

getRestartType

public 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
Throws:
java.lang.UnsupportedOperationException - if the step is part of an exception hierarchy
See Also:
setRestartType(RestartType), OdiLoadPlanStepSerial.RestartType

setRestartType

public void setRestartType(OdiLoadPlanStepSerial.RestartType restartType)
Defines the restart behavior of this step when the Load Plan is restarted.
Parameters:
restartType -
Throws:
java.lang.UnsupportedOperationException - if the step is part of an exception hierarchy
See Also:
getRestartType(), OdiLoadPlanStepSerial.RestartType

Skip navigation links

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

E17060-04


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