Skip navigation links

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

E17060-02


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 current status of this OdiSession.
 Status OdiSessionStepLog.getStatus()
          Obtains the current status of this step execution.
 Status OdiSessionTaskLog.getStatus()
          Returns status of this OdiSessionTaskLog.
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.

 

Methods in oracle.odi.domain.runtime.session with parameters of type Status
 void OdiSession.setStatus(Status pStatus)
          Set the current status of this session.
 void OdiSessionStepLog.setStatus(Status pStatus)
          Set the current status of this step execution.
 void OdiSessionTaskLog.setStatus(Status pStatus)
          Set the current status of this task execution.

 

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.
 void OdiSessionCriteria.setStatuses(Status[] pStatuses)
          Sets value for statuses property.

 


Skip navigation links

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

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.