Skip navigation links

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

E17060-02


Uses of Interface
oracle.odi.interfaces.interactive.IInterfaceIssue

Packages that use IInterfaceIssue
oracle.odi.interfaces.interactive Provides interfaces for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.exceptions This package contains the exception classes thrown during interactive handling of interface objects in Oracle Data Integrator. 
oracle.odi.interfaces.interactive.support This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.issues Provides interfaces for managing Oracle Data Integrator interface issues. 

 

Uses of IInterfaceIssue in oracle.odi.interfaces.interactive

 

Methods in oracle.odi.interfaces.interactive that return types with arguments of type IInterfaceIssue
 java.util.Collection<IInterfaceIssue> IInteractiveInterfaceHelper.getAllCurrentIssues()
          Returns the current set of IInterfaceIssue objects associated with the interface.
 java.util.Collection<IInterfaceIssue> IInteractiveInterfaceHelper.getCurrentIssues(IInterfaceSubComponent pSubComponent)
          Returns the current set of IInterfaceIssue objects that are associated with the specified sub-component.

 

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

 

Methods in oracle.odi.interfaces.interactive.exceptions that return IInterfaceIssue
 IInterfaceIssue OdiInterfaceFatalIssueException.getInterfaceIssue()
          Returns the fatal issue of the interface that is causing exception.

 

Constructors in oracle.odi.interfaces.interactive.exceptions with parameters of type IInterfaceIssue
OdiInterfaceFatalIssueException(IInterfaceIssue pIssue)
          Constructs a new OdiInterfaceFatalIssueException.

 

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

 

Methods in oracle.odi.interfaces.interactive.support that return types with arguments of type IInterfaceIssue
 java.util.Collection<IInterfaceIssue> InteractiveInterfaceHelperWithActions.getAllCurrentIssues()
          Returns the current set of IInterfaceIssue objects associated with the interface.
 java.util.Collection<IInterfaceIssue> InteractiveInterfaceHelperWithActions.getCurrentIssues(IInterfaceSubComponent pSubComponent)
          Returns the current set of IInterfaceIssue objects that are associated with the specified sub-component.

 

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

 

Methods in oracle.odi.interfaces.interactive.support.issues that return types with arguments of type IInterfaceIssue
 java.util.Collection<IInterfaceIssue> IIssuesComputer.computeIssues(T pSubComponent, IActionHelper pActionHelper)
          Computes the errors (issues) for an interface sub-component.
 java.util.Collection<IInterfaceIssue> IIssuesManager.getIssues(IInterfaceSubComponent pSubComponent, IActionHelper pActionHelper)
          Returns the issues of an interface sub-component.

 


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.