Skip navigation links

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

E17060-04


oracle.odi.domain.runtime.variable
Class OdiVariableValue

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.AbstractRepositoryEntity
          extended by oracle.odi.domain.support.AbstractOdiEntity
              extended by oracle.odi.domain.runtime.variable.OdiVariableValue

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

public final class OdiVariableValue
extends oracle.odi.domain.support.AbstractOdiEntity

An OdiVariableValue is used to store a value taken by a variable during execution when defined as oracle.odi.domain.runtime.variable.Action.HISTORIZE or oracle.odi.domain.runtime.variable.Action.LATEST_VALUE. ODI Execution Engine creates OdiVariableValue instances.

See Also:
Action, Serialized Form

Nested Class Summary
static class OdiVariableValue.OdiVariableValueId
          Identifier class forOdiVariableValue.

 

Field Summary

 

Fields inherited from class oracle.odi.domain.support.AbstractOdiEntity
STARTING_INTERNAL_VERSION

 

Constructor Summary
OdiVariableValue()
           

 

Method Summary
 java.lang.String getContextCode()
          Returns the context code in which this OdiVariableValue has been defined.
 java.util.Date getDateValue()
          Returns date value of this OdiVariableValue.
 java.io.Serializable getInternalId()
          Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used.
 java.lang.String getLongTextValue()
          Returns long text value of this OdiVariableValue.
 java.lang.Number getNumericValue()
          Returns numeric value of this OdiVariableValue.
 IRepositoryEntity getSecurityContainer()
          Define a generic way to retrieve container for entities.
 java.lang.String getShortTextValue()
          Returns short text value of this OdiVariableValue.
 java.lang.String getVariableName()
          Returns the name of the variable this OdiVariableValue refers to.
 OdiVariableValue.OdiVariableValueId getVariableValueId()
          Returns the ID of this OdiVariableValue instance.

 

Methods inherited from class oracle.odi.domain.support.AbstractOdiEntity
equals, getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, getName, hashCode, isInstanceLevelSecurityNeeded, isNew, toString

 

Methods inherited from class oracle.odi.domain.support.BusinessObject
clone

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

OdiVariableValue

public OdiVariableValue()

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

getVariableValueId

public OdiVariableValue.OdiVariableValueId getVariableValueId()
Returns the ID of this OdiVariableValue instance.
Returns:
the ID of this OdiVariableValue instance.

getVariableName

public java.lang.String getVariableName()
Returns the name of the variable this OdiVariableValue refers to.
Returns:
the name of the variable this OdiVariableValue refers to.

getContextCode

public java.lang.String getContextCode()
Returns the context code in which this OdiVariableValue has been defined.
Returns:
the context code in which this OdiVariableValue has been defined.

getNumericValue

public java.lang.Number getNumericValue()
Returns numeric value of this OdiVariableValue.
Returns:
numeric value of this OdiVariableValue.

getDateValue

public java.util.Date getDateValue()
Returns date value of this OdiVariableValue.
Returns:
date value of this OdiVariableValue.

getShortTextValue

public java.lang.String getShortTextValue()
Returns short text value of this OdiVariableValue.
Returns:
short text value of this OdiVariableValue.

getLongTextValue

public java.lang.String getLongTextValue()
Returns long text value of this OdiVariableValue.
Returns:
long text value of this OdiVariableValue.

getSecurityContainer

public IRepositoryEntity getSecurityContainer()
Description copied from interface: IRepositoryEntity
Define a generic way to retrieve container for entities.
Returns:
container entity

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.