Skip navigation links

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

E17060-02


Uses of Class
oracle.odi.interfaces.interactive.IInterfaceIssue.Severity

Packages that use IInterfaceIssue.Severity
oracle.odi.interfaces.interactive Provides interfaces for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.issues.predicates Contains classes which supports the checking of interface issue severity levels. 

 

Uses of IInterfaceIssue.Severity in oracle.odi.interfaces.interactive

 

Methods in oracle.odi.interfaces.interactive that return IInterfaceIssue.Severity
 IInterfaceIssue.Severity IInterfaceIssue.getSeverity()
          Returns the severity level of this issue.
static IInterfaceIssue.Severity IInterfaceIssue.Severity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IInterfaceIssue.Severity[] IInterfaceIssue.Severity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Uses of IInterfaceIssue.Severity in oracle.odi.interfaces.interactive.support.issues.predicates

 

Constructors in oracle.odi.interfaces.interactive.support.issues.predicates with parameters of type IInterfaceIssue.Severity
PredicateInterfaceIssueSeverity(IInterfaceIssue.Severity pSeverity)
          Creates a new instance with an interface issue severity level predicate.
PredicateInterfaceIssueWorseThanSeverity(IInterfaceIssue.Severity pSeverity)
          Creates a new instance with an interface issue severity level predicate.

 


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.