|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
oracle.odi.domain.runtime.loadplan.OdiLoadPlanCaseCondition
public abstract class OdiLoadPlanCaseCondition
Abstract class representing the clauses available in a stepCase (Case-when-else).
| 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 |
|---|
public java.io.Serializable getInternalId()
IRepositoryEntityTypically 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.
public boolean isEnabled()
isEnabled in class OdiLoadPlanElement#setEnabled(boolean)public void setEnabled(boolean enabled)
public OdiLoadPlanStepSerial getRootStep()
OdiLoadPlanStep for this OdiCaseWhenpublic OdiLoadPlanElement getParentElement()
getParentElement in class OdiLoadPlanElement
public OdiLoadPlanCaseCondition copy(boolean generateName,
OdiLoadPlanStepCase pParentStepCase)
duplicate() or duplicate(OdiLoadPlanStepCase) method.FOR INTERNAL USE ONLY
public void duplicate()
public OdiLoadPlanCaseCondition duplicate(OdiLoadPlanStepCase parentElement)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||