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 IOdiIndexTypeFinder

All Superinterfaces:
IFinder

public interface IOdiIndexTypeFinder
extends IFinder

Finder interface for OdiIndexType entity.

Since:
11.1.1.3.0

Method Summary
 OdiIndexType findByName(java.lang.String pIndexTypeName)
          Find from ODI instance the OdiIndexType with the given name.

 

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

 

Method Detail

findByName

OdiIndexType findByName(java.lang.String pIndexTypeName)
Find from ODI instance the OdiIndexType with the given name.
Parameters:
pIndexTypeName - the name of the index type to find
Returns:
the OdiIndexType with the given name, 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.