Skip navigation links

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

E17060-03


Uses of Class
oracle.odi.domain.runtime.variable.OdiVariableValue

Packages that use OdiVariableValue
oracle.odi.domain.runtime.variable This package contains classes for needed to create and work with Oracle Data Integrator variables and their values. 

 

Uses of OdiVariableValue in oracle.odi.domain.runtime.variable

 

Methods in oracle.odi.domain.runtime.variable that return OdiVariableValue
 OdiVariableValue OdiVariableValueHistory.getLastValue()
          Returns the latest value, or null if this history is empty.

 

Methods in oracle.odi.domain.runtime.variable that return types with arguments of type OdiVariableValue
 java.util.List<OdiVariableValue> OdiVariableValueHistory.getValues()
          Returns values ordered by last update date.

 

Constructor parameters in oracle.odi.domain.runtime.variable with type arguments of type OdiVariableValue
OdiVariableValueHistory(java.util.Collection<OdiVariableValue> pVariableValues)
          Creates OdiVariableValueHistory instance from the list of variable's values.

 


Skip navigation links

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

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.