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.session.OdiTrackedSequenceValue

Packages that use OdiTrackedSequenceValue
oracle.odi.domain.runtime.session This package contains classes for managing Oracle Data Integrator Sessions and related objects. 

 

Uses of OdiTrackedSequenceValue in oracle.odi.domain.runtime.session

 

Methods in oracle.odi.domain.runtime.session that return OdiTrackedSequenceValue
 OdiTrackedSequenceValue OdiSessionStepLog.getFirstTrackedSequenceValue(OdiSessionSequence pSequence)
          Convenient method to obtain first tracked occurrence of a given OdiSessionSequence in OdiSessionTaskLogs belonging this step execution.
 OdiTrackedSequenceValue OdiSessionStepLog.getLastTrackedSequenceValue(OdiSessionSequence pSequence)
          Convenient method to obtain last tracked occurrence of a given OdiSessionSequence in OdiSessionTaskLogs belonging this step execution.

 

Methods in oracle.odi.domain.runtime.session that return types with arguments of type OdiTrackedSequenceValue
 java.util.Collection<OdiTrackedSequenceValue> OdiSessionTaskLog.getTrackedSequenceValues()
          Obtains the tracked values of session's sequences for this task execution.

 


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.