|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.runtime.variable.OdiVariableValueHistory
public class OdiVariableValueHistory
The value history of a OdiVariable.
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 |
|---|
public OdiVariableValueHistory(java.util.Collection<OdiVariableValue> pVariableValues)
OdiVariableValueHistory instance from the list of variable's values.
pVariableValues - variable's values| Method Detail |
|---|
public java.util.List<OdiVariableValue> getValues()
public OdiVariableValue getLastValue()
null if this history is empty.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||