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 IOdiPhysicalAgentDataSourceFinder

All Superinterfaces:
IFinder

public interface IOdiPhysicalAgentDataSourceFinder
extends IFinder

Finder interface for OdiPhysicalAgentDataSource.

Since:
11.1.1.3.0

Method Summary
 java.util.Collection<OdiPhysicalAgentDataSource> findByDataServer(java.lang.String pDataServerName)
          Find OdiPhysicalAgentDataSource by data server (name).
 java.util.Collection<OdiPhysicalAgentDataSource> findByPhysicalAgent(java.lang.Number pAgentId)
          Find OdiPhysicalAgentDataSource by physical agent's id.
 java.util.Collection<OdiPhysicalAgentDataSource> findByPhysicalAgent(java.lang.String pAgentName)
          Find OdiPhysicalAgentDataSource by physical agent's name.
 OdiPhysicalAgentDataSource findByPhysicalAgent(java.lang.String pAgentName, java.lang.String pDataServerName)
          Find OdiPhysicalAgentDataSource by agent's name and data server's name.

 

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

 

Method Detail

findByPhysicalAgent

java.util.Collection<OdiPhysicalAgentDataSource> findByPhysicalAgent(java.lang.Number pAgentId)
Find OdiPhysicalAgentDataSource by physical agent's id.
Parameters:
pAgentId - ID of physical agent
Returns:
collection of OdiPhysicalAgentDataSources

findByPhysicalAgent

java.util.Collection<OdiPhysicalAgentDataSource> findByPhysicalAgent(java.lang.String pAgentName)
Find OdiPhysicalAgentDataSource by physical agent's name.
Parameters:
pAgentName - Name of physical agent
Returns:
collection of OdiPhysicalAgentDataSources

findByDataServer

java.util.Collection<OdiPhysicalAgentDataSource> findByDataServer(java.lang.String pDataServerName)
Find OdiPhysicalAgentDataSource by data server (name).
Parameters:
pDataServerName - Name of data server
Returns:
collection of OdiPhysicalAgentDataSources

findByPhysicalAgent

OdiPhysicalAgentDataSource findByPhysicalAgent(java.lang.String pAgentName,
                                               java.lang.String pDataServerName)
Find OdiPhysicalAgentDataSource by agent's name and data server's name.
Parameters:
pAgentName - physical agent's name
pDataServerName - data server's name
Returns:
collection of OdiPhysicalAgentDataSources

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.