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 OdiLoadPlanInstanceStepCase

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

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

public class OdiLoadPlanInstanceStepCase
extends OdiLoadPlanInstanceStep

This class represents the OdiLoadPlanStepCase 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
 OdiCaseElseInstance getCaseElseInstance()
           
 java.util.List<OdiCaseWhenInstance> getCaseWhenList()
           
 OdiLoadPlanInstanceVariable getTestVariable()
           

 

Methods inherited from class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
getExceptionBehavior, getExceptionStep, getInternalId, 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

getCaseWhenList

public java.util.List<OdiCaseWhenInstance> getCaseWhenList()
Returns:
the unmodifiable List of when clauses defined for this OdiLoadPlanInstanceStepCase
See Also:
OdiCaseWhenInstance

getCaseElseInstance

public OdiCaseElseInstance getCaseElseInstance()
Returns:
the ELSE clause defined for this OdiLoadPlanInstanceStepCase.
See Also:
OdiCaseElse

getTestVariable

public OdiLoadPlanInstanceVariable getTestVariable()
Returns:
the OdiLoadPlanInstanceVariable associated to this OdiLoadPlanInstanceStepCase
See Also:
OdiLoadPlanInstanceVariable, #setTestVariable(OdiLoadPlanInstanceVariable)

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.