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 IOdiMasterRepositoryInfoFinder

All Superinterfaces:
IFinder

public interface IOdiMasterRepositoryInfoFinder
extends IFinder

Finder interface for OdiMasterRepositoryInfo entity.

Since:
11.1.1.3.0

Method Summary
 OdiMasterRepositoryInfo find()
          Gets the ODI master repository info from master repository itself.

 

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

 

Method Detail

find

OdiMasterRepositoryInfo find()
Gets the ODI master repository info from master repository itself.

That is the relevant method to get OdiMasterRepositoryInfo instance.

Returns:
the ODI master repository info from master repository itself.

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.