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

E17060-01

oracle.odi.interfaces.interactive.support.issues
Interface IIssuesManager


public interface IIssuesManager

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


Method Summary
 void clearCache(IInterfaceSubComponent pSubComponent)
          Clears the cache.
 java.util.Collection<IInterfaceIssue> getIssues(IInterfaceSubComponent pSubComponent, IActionHelper pActionHelper)
          Returns the issues of an interface sub-component.
 

Method Detail

clearCache

void clearCache(IInterfaceSubComponent pSubComponent)
Clears the cache.

Parameters:
pSubComponent - the interface sub-component

getIssues

java.util.Collection<IInterfaceIssue> getIssues(IInterfaceSubComponent pSubComponent,
                                                IActionHelper pActionHelper)
Returns the issues of an interface sub-component.

Parameters:
pSubComponent - the interface sub-component
pActionHelper - the action helper instance
Returns:
a collection of interface issues

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.