|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 OdiSession | |
|---|---|
OdiSession |
OdiSessionStepLog.getSession()Returns the enclosing session execution. |
| 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.findByCriteria(OdiSessionCriteria criteria, int maxResults)Returns collection of OdiSession instances matching given criteria. |
java.util.Collection<OdiSession> |
IOdiSessionFinder.findChildSessions(OdiSession pParentSession)Returns collection of OdiSession instances which are children for the session. |
java.util.Collection<OdiSession> |
IOdiSessionFinder.sessionsByLoadPlanInstanceRun(OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId pOdilprunId)Returns the list of OdiSession launched by given OdiLoadPlanInstanceRun |
| 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.6.0) E17060-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||