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 IOdiContextFinder

All Superinterfaces:
IFinder

public interface IOdiContextFinder
extends IFinder

Finder interface for OdiContext entity.

Since:
11.1.1.3.0

Method Summary
 OdiContext findByCode(java.lang.String pCode)
          Find an OdiContext using the given code.
 OdiContext findDefaultContext()
          Find the OdiContext marked as default.

 

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

 

Method Detail

findByCode

OdiContext findByCode(java.lang.String pCode)
Find an OdiContext using the given code.
Parameters:
pCode - code of the context
Returns:
OdiContext with given context code or null if not found

findDefaultContext

OdiContext findDefaultContext()
Find the OdiContext marked as default.
Returns:
the default context

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.