Skip navigation links

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

E17060-04


oracle.odi.domain.runtime.lpi
Class OdiLoadPlanInstanceStepParallel

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.OdiLoadPlanInstanceStepParallel

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

public class OdiLoadPlanInstanceStepParallel
extends OdiLoadPlanInstanceStepContainer

This class represents the OdiLoadPlanStepParallel 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
 int getMaxErrorChildCount()
           
 OdiLoadPlanStepParallel.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

getMaxErrorChildCount

public int getMaxErrorChildCount()
Returns:
Maximum number of sub-elements in error that is acceptable before this step is to be considered in error.

getRestartType

public OdiLoadPlanStepParallel.RestartType getRestartType()
Returns:
the restart behavior of this step when the Load Plan instance is restarted.
See Also:
OdiLoadPlanStepParallel.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.