Skip navigation links

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

E17060-04


oracle.odi.domain.topology.finder
Interface IOdiDataTypeFinder

All Superinterfaces:
IFinder

public interface IOdiDataTypeFinder
extends IFinder

Finder interface for OdiDataType entity.

Since:
11.1.1.3.0

Method Summary
 OdiDataType findByTechnology(java.lang.String pTechnologyCode, java.lang.String pDataTypeCode)
          Find from ODI instance the OdiDataType for the given OdiTechnology and data type code.

 

Methods inherited from interface oracle.odi.domain.finder.IFinder
findAll, findById, findByIds

 

Method Detail

findByTechnology

OdiDataType findByTechnology(java.lang.String pTechnologyCode,
                             java.lang.String pDataTypeCode)
Find from ODI instance the OdiDataType for the given OdiTechnology and data type code.
Parameters:
pTechnologyCode - the technology of the datatype to find
pDataTypeCode - the code of the datatype to find
Returns:
the OdiDataType with the given code for the given technology, or null if not found

Skip navigation links

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

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.