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 OdiLoadPlanCaseCondition

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

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IRepositoryEntity
Direct Known Subclasses:
OdiCaseElse, OdiCaseWhen

public abstract class OdiLoadPlanCaseCondition
extends OdiLoadPlanElement

Abstract class representing the clauses available in a stepCase (Case-when-else).

Since:
11.1.1.5.0
See Also:
Serialized Form

Field Summary

 

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

 

Method Summary
 OdiLoadPlanCaseCondition copy(boolean generateName, OdiLoadPlanStepCase pParentStepCase)
          Deprecated. since 11.1.1.7.0 consider using duplicate() or duplicate(OdiLoadPlanStepCase) method.
 void duplicate()
           
 OdiLoadPlanCaseCondition duplicate(OdiLoadPlanStepCase parentElement)
           
 java.io.Serializable getInternalId()
          Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used.
 OdiLoadPlanElement getParentElement()
           
 OdiLoadPlanStepSerial getRootStep()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           

 

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

getInternalId

public java.io.Serializable getInternalId()
Description copied from interface: IRepositoryEntity
Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used.

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.

Returns:
the persistence identity of this instance

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in class OdiLoadPlanElement
Returns:
0/1 to enable or disable this exception. Disabled steps are not executed in the overall load plan regardless of the enabled/disabled property of their sub-elements.
See Also:
#setEnabled(boolean)

setEnabled

public void setEnabled(boolean enabled)

getRootStep

public OdiLoadPlanStepSerial getRootStep()
Returns:
the root OdiLoadPlanStep for this OdiCaseWhen

getParentElement

public OdiLoadPlanElement getParentElement()
Specified by:
getParentElement in class OdiLoadPlanElement
Returns:
the parent element in the step hierarchy

copy

public OdiLoadPlanCaseCondition copy(boolean generateName,
                                     OdiLoadPlanStepCase pParentStepCase)
Deprecated. since 11.1.1.7.0 consider using duplicate() or duplicate(OdiLoadPlanStepCase) method.

FOR INTERNAL USE ONLY


duplicate

public void duplicate()

duplicate

public OdiLoadPlanCaseCondition duplicate(OdiLoadPlanStepCase parentElement)

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.