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

E17060-01

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.

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

E17060-01

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