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

E17060-01

Uses of Class
oracle.odi.domain.runtime.session.OdiSession

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

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

Methods in oracle.odi.domain.runtime.session that return types with arguments of type OdiSession
 java.util.Collection<OdiSession> OdiSessionFolder.getSessions(IOdiSessionFinder pFinder)
          Obtains an unmodifiable collection of OdiSessions matching this OdiSessionFolder's keywords.
 

Uses of OdiSession in oracle.odi.domain.runtime.session.finder
 

Methods in oracle.odi.domain.runtime.session.finder that return OdiSession
 OdiSession IOdiSessionFinder.findBySessionId(java.lang.Number pSessionId)
          Returns the OdiSession instance for the specified session id value.
 

Methods in oracle.odi.domain.runtime.session.finder that return types with arguments of type OdiSession
 java.util.Collection<OdiSession> IOdiSessionFinder.findByAgentName(java.lang.String pAgentName)
          Deprecated. Replaced with IOdiSessionFinder.findByCriteria(OdiSessionCriteria, int)
 java.util.Collection<OdiSession> IOdiSessionFinder.findByAgentNameAndStatus(java.lang.String pAgentName, Status pStatus)
          Deprecated. Replaced with IOdiSessionFinder.findByCriteria(OdiSessionCriteria, int)
 java.util.Collection<OdiSession> IOdiSessionFinder.findByContextCode(java.lang.String pContextCode)
          Deprecated. Replaced with IOdiSessionFinder.findByCriteria(OdiSessionCriteria, int)
 java.util.Collection<OdiSession> IOdiSessionFinder.findByCriteria(OdiSessionCriteria criteria, int maxResults)
          Returns collection of OdiSession instances matching given criteria.
 java.util.Collection<OdiSession> IOdiSessionFinder.findByKeywords(java.lang.String[] pKeywords)
          Deprecated. Replaced with IOdiSessionFinder.findByCriteria(OdiSessionCriteria, int)
 java.util.Collection<OdiSession> IOdiSessionFinder.findByStatus(Status pStatus)
          Deprecated. Replaced with IOdiSessionFinder.findByCriteria(OdiSessionCriteria, int)
 java.util.Collection<OdiSession> IOdiSessionFinder.findBySubmitterName(java.lang.String pUsername)
          Deprecated. Replaced with IOdiSessionFinder.findByCriteria(OdiSessionCriteria, int)
 java.util.Collection<OdiSession> IOdiSessionFinder.findBySubmitterNameAndStatus(java.lang.String pUsername, Status pStatus)
          Deprecated. Replaced with IOdiSessionFinder.findByCriteria(OdiSessionCriteria, int)
 java.util.Collection<OdiSession> IOdiSessionFinder.findChildSessions(OdiSession pParentSession)
          Returns collection of OdiSession instances which are children for the session.
 

Methods in oracle.odi.domain.runtime.session.finder with parameters of type OdiSession
 java.util.Collection<OdiSession> IOdiSessionFinder.findChildSessions(OdiSession pParentSession)
          Returns collection of OdiSession instances which are children for the session.
 


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.