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

E17060-01

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.
 OdiContextualAgentMapping IOdiContextualAgentMappingFinder.findByLogicalAgentNameAndContextCode(java.lang.String pLogicalAgentName, java.lang.String pContextCode)
          Deprecated. replaced by IOdiContextualAgentMappingFinder.findByLogicalAgent(String pLogicalAgentName, String pContextCode)
 

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.findByContextCode(java.lang.String pContextCode)
          Deprecated. replaced by IOdiContextualAgentMappingFinder.findByContext(String pContextCode)
 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.findByLogicalAgentName(java.lang.String pLogicalAgentName)
          Deprecated. replaced by IOdiContextualAgentMappingFinder.findByLogicalAgent(String pLogicalAgentName)
 java.util.Collection<OdiContextualAgentMapping> IOdiContextualAgentMappingFinder.findByPhysicalAgent(java.lang.Number pPhysicalAgentId)
          Finds all OdiContextualAgentMappings that are defined for the given physical agent ID.
 


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.