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

E17060-01

oracle.odi.domain.runtime.variable
Class OdiVariableValueHistory

java.lang.Object
  extended by oracle.odi.domain.runtime.variable.OdiVariableValueHistory

public class OdiVariableValueHistory
extends java.lang.Object

The value history of a OdiVariable.

See Also:
OdiVariable

Constructor Summary
OdiVariableValueHistory(java.util.Collection<OdiVariableValue> pVariableValues)
          Creates OdiVariableValueHistory instance from the list of variable's values.
 
Method Summary
 OdiVariableValue getLastValue()
          Returns the latest value, or null if this history is empty.
 java.util.List<OdiVariableValue> getValues()
          Returns values ordered by last update date.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OdiVariableValueHistory

public OdiVariableValueHistory(java.util.Collection<OdiVariableValue> pVariableValues)
Creates OdiVariableValueHistory instance from the list of variable's values.

Parameters:
pVariableValues - variable's values
Method Detail

getLastValue

public OdiVariableValue getLastValue()
Returns the latest value, or null if this history is empty.

Returns:
the latest value

getValues

public java.util.List<OdiVariableValue> getValues()
Returns values ordered by last update date. Obtained list is unmodifiable.

Returns:
values

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

E17060-01

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