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.OdiSessionSequence

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

 

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

 

Methods in oracle.odi.domain.runtime.session that return OdiSessionSequence
 OdiSessionSequence OdiTrackedSequenceValue.getSessionSequence()
          Obtains the actual sequence.

 

Methods in oracle.odi.domain.runtime.session that return types with arguments of type OdiSessionSequence
 java.util.Collection<OdiSessionSequence> OdiSession.getSessionSequences()
          Obtains an unmodifiable collection of the sequences that are defined for this OdiSession.

 

Methods in oracle.odi.domain.runtime.session with parameters of type OdiSessionSequence
 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.

 


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.