Skip navigation links

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

E17060-03


oracle.odi.domain.topology.finder
Interface IOdiTechnologyFinder

All Superinterfaces:
IFinder

public interface IOdiTechnologyFinder
extends IFinder

Finder interface for OdiTechnology entity.

Since:
11.1.1.3.0

Method Summary
 OdiTechnology findByCode(java.lang.String pCode)
          Find an OdiTechnology with the given internal name.

 

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

 

Method Detail

findByCode

OdiTechnology findByCode(java.lang.String pCode)
Find an OdiTechnology with the given internal name.
Parameters:
pCode - code of the technology (also known as internal name)
Returns:
the OdiTechnology with the given code or null if not found

Skip navigation links

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

E17060-03


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