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

E17060-01

oracle.odi.interfaces.data
Class OdiInterfaceDataAccessChecker

java.lang.Object
  extended by oracle.odi.interfaces.data.OdiInterfaceDataAccessChecker

public class OdiInterfaceDataAccessChecker
extends java.lang.Object

A class used to do data access checking for the sources and targets of an interface. Various subcomponents of the interface can be specified and data access for those subcomponents will be checked. For example a specific set of source data stores, filters, joins, target columns or target mappings may be specified.


Constructor Summary
OdiInterfaceDataAccessChecker()
           
 
Method Summary
static boolean mayAccessData(OdiInstance pOdiInstance, IInterfaceSubComponent[] pInterfaceSubComponents)
          This method tests the data access for the specified interface subcomponents, and returns true if the data access is successful.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OdiInterfaceDataAccessChecker

public OdiInterfaceDataAccessChecker()
Method Detail

mayAccessData

public static boolean mayAccessData(OdiInstance pOdiInstance,
                                    IInterfaceSubComponent[] pInterfaceSubComponents)
This method tests the data access for the specified interface subcomponents, and returns true if the data access is successful. Do not use this method.

Parameters:
pOdiInstance - The current open OdiInstance object.
pInterfaceSubComponents - An array of interface subcomponents (such as source column, target column, lookup, join filter, etc.) whose data connection will be tested using the current context of the interface.
Returns:
True if the runtime data can be accessed, else false.

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.