Skip navigation links

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

E17060-02


oracle.odi.interfaces.interactive.support.issues
Interface IIssuesComputer<T extends IInterfaceSubComponent>


public interface IIssuesComputer<T extends IInterfaceSubComponent>

This is the interface that computes the errors (issues) related to ODI interface objects.


Method Summary
 java.util.Collection<IInterfaceIssue> computeIssues(T pSubComponent, IActionHelper pActionHelper)
          Computes the errors (issues) for an interface sub-component.
 java.util.Collection<IInterfaceSubComponent> getChildrenComponents(T pSubComponent)
          Returns the child components of an interface sub-component.

 

Method Detail

computeIssues

java.util.Collection<IInterfaceIssue> computeIssues(T pSubComponent,
                                                    IActionHelper pActionHelper)
Computes the errors (issues) for an interface sub-component.
Parameters:
pSubComponent - the interface sub-component
pActionHelper - the action helper instance
Returns:
a collection of interface issues

getChildrenComponents

java.util.Collection<IInterfaceSubComponent> getChildrenComponents(T pSubComponent)
Returns the child components of an interface sub-component.
Parameters:
pSubComponent - the interface sub-component
Returns:
a collection of interface sub-components

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.