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

E17060-01

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

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.