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

E17060-01

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

Packages that use Status
oracle.odi.domain.runtime.scenario This package contains classes for managing Oracle Data Integrator Scenarios and related objects. 
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 Status in oracle.odi.domain.runtime.scenario
 

Methods in oracle.odi.domain.runtime.scenario that return Status
 Status OdiScenarioReport.getSessionStatus()
          Gets status of relevant ODI session.
 Status OdiStepReport.getStepStatus()
          Obtains the status (Status) of this OdiStepReport.
 

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

Methods in oracle.odi.domain.runtime.session that return Status
 Status OdiSession.getStatus()
          Obtains the status of this OdiSession.
 Status OdiSessionStepLog.getStatus()
          Obtains the status of this execution step.
 Status OdiSessionTaskLog.getStatus()
          Returns status of this OdiSessionTaskLog.
 Status StepLog.getStatus()
          Deprecated. Obtain the status of this execution step
static Status Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in oracle.odi.domain.runtime.session.finder that return Status
 Status[] OdiSessionCriteria.getStatuses()
          Returns the value of statuses property.
 

Methods in oracle.odi.domain.runtime.session.finder with parameters of type Status
 int IOdiSessionFinder.countByAgentNameAndStatus(java.lang.String pAgentName, Status pStatus)
          Gets the number of ODI sessions related to given ODI Agent and having given status in runtime repository.
 int IOdiSessionFinder.countByStatus(Status pStatus)
          Gets the number of ODI sessions with given status in runtime repository.
 java.util.Collection<OdiSession> IOdiSessionFinder.findByAgentNameAndStatus(java.lang.String pAgentName, Status pStatus)
          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.findBySubmitterNameAndStatus(java.lang.String pUsername, Status pStatus)
          Deprecated. Replaced with IOdiSessionFinder.findByCriteria(OdiSessionCriteria, int)
 void OdiSessionCriteria.setStatuses(Status[] pStatuses)
          Sets value for statuses property.
 


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.