Skip navigation links

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

E17060-03


Uses of Class
oracle.odi.domain.topology.OdiContextualAgentMapping

Packages that use OdiContextualAgentMapping
oracle.odi.domain.topology.finder This package contains classes for searching Oracle Data Integrator topology entities. 

 

Uses of OdiContextualAgentMapping in oracle.odi.domain.topology.finder

 

Methods in oracle.odi.domain.topology.finder that return OdiContextualAgentMapping
 OdiContextualAgentMapping IOdiContextualAgentMappingFinder.findByLogicalAgent(java.lang.String pLogicalAgentName, java.lang.String pContextCode)
          Finds an OdiContextualAgentMapping that is defined for the given context code and logical schema name.

 

Methods in oracle.odi.domain.topology.finder that return types with arguments of type OdiContextualAgentMapping
 java.util.Collection<OdiContextualAgentMapping> IOdiContextualAgentMappingFinder.findByContext(java.lang.String pContextCode)
          Finds all OdiContextualAgentMappings that are defined within the given context code.
 java.util.Collection<OdiContextualAgentMapping> IOdiContextualAgentMappingFinder.findByLogicalAgent(java.lang.String pLogicalAgentName)
          Finds all OdiContextualAgentMappings that are defined for the given logical agent name.
 java.util.Collection<OdiContextualAgentMapping> IOdiContextualAgentMappingFinder.findByPhysicalAgent(java.lang.Number pPhysicalAgentId)
          Finds all OdiContextualAgentMappings that are defined for the given physical agent ID.

 


Skip navigation links

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

E17060-03


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