|
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.OdiLoadPlanStepVariable
public class OdiLoadPlanStepVariable
This class represents the association between an OdiLoadPlanVariable and an OdiLoadPlanStep.
On each step, the user can decide to override an OdiLoadPlanVariable.
The life cycle of an OdiLoadPlanStepVariable begins when the user overrides an OdiLoadPlanVariable on a OdiLoadPlanStep.
The OdiLoadPlanStepVariable is then stored in the runtime repository when the OdiLoadPlanStep is persisted. The users can modify the OdiLoadPlanStepVariable to make it fit their needs.
The life cycle ends in 3 ways
-when the user decides to break the association between the step and the variable (remove the overridden variable)
-when the OdiLoadPlanStep is removed from the OdiLoadPlan
-when the OdiLoadPlanVariable is removed from the OdiLoadPlan
| Method Summary | |
|---|---|
java.io.Serializable |
getInternalId()Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used. |
OdiLoadPlan |
getLoadPlan() |
OdiLoadPlanStep |
getLoadPlanStep() |
OdiLoadPlanVariable |
getLoadPlanVariable() |
IRepositoryEntity |
getSecurityContainer()Define a generic way to retrieve container for entities. |
java.lang.Object |
getValue() |
boolean |
isRefresh() |
void |
setRefresh(boolean refresh) |
void |
setValue(java.lang.Object pValue) |
| 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 |
|---|
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 java.lang.Object getValue()
#setDefaultValue(String)public void setValue(java.lang.Object pValue)
value - Variable default value for this step#getDefaultValue()public boolean isRefresh()
setRefresh(boolean)public void setRefresh(boolean refresh)
refresh - 0/1 Variable Refresh indicatorisRefresh()public OdiLoadPlan getLoadPlan()
OdiLoadPlanVariable is defined.OdiLoadPlanpublic OdiLoadPlanStep getLoadPlanStep()
public OdiLoadPlanVariable getLoadPlanVariable()
public IRepositoryEntity getSecurityContainer()
IRepositoryEntity
|
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 | |||||||||