Skip navigation links

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

E17060-02


oracle.odi.domain.model.finder
Interface IOdiModelFinder

All Superinterfaces:
IFinder

public interface IOdiModelFinder
extends IFinder

Defines finder methods to load OdiModel instances.

Since:
11.1.1.3.0

Method Summary
 OdiModel findByCode(java.lang.String pCode)
          Finds a model by the model's code.

 

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

 

Method Detail

findByCode

OdiModel findByCode(java.lang.String pCode)
Finds a model by the model's code.
Parameters:
pCode - Code of model
Returns:
OdiModel

Skip navigation links

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

E17060-02


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