|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOdiContextualAgentMappingFinder
Finder interface for OdiContextualAgentMapping instances.
| Method Summary | |
|---|---|
java.util.Collection<OdiContextualAgentMapping> |
findByContext(java.lang.String pContextCode)
Finds all OdiContextualAgentMappings that are defined within the
given context code. |
java.util.Collection<OdiContextualAgentMapping> |
findByLogicalAgent(java.lang.String pLogicalAgentName)
Finds all OdiContextualAgentMappings that are defined for the given
logical agent name. |
OdiContextualAgentMapping |
findByLogicalAgent(java.lang.String pLogicalAgentName,
java.lang.String pContextCode)
Finds an OdiContextualAgentMapping that is defined for the given
context code and logical schema name. |
java.util.Collection<OdiContextualAgentMapping> |
findByPhysicalAgent(java.lang.Number pPhysicalAgentId)
Finds all OdiContextualAgentMappings that are defined for the given
physical agent ID. |
| Methods inherited from interface oracle.odi.domain.finder.IFinder |
|---|
findAll, findById, findByIds |
| Method Detail |
|---|
java.util.Collection<OdiContextualAgentMapping> findByContext(java.lang.String pContextCode)
OdiContextualAgentMappings that are defined within the
given context code.
Note that if no OdiContext exists with the given code, this method
will return a collection with no elements. It will not fail.
pContextCode - context's code
OdiContextualAgentMappingsjava.util.Collection<OdiContextualAgentMapping> findByLogicalAgent(java.lang.String pLogicalAgentName)
OdiContextualAgentMappings that are defined for the given
logical agent name.
Note that if no OdiLogicalAgent exists with the given name, this
method will return a collection with no elements. It will not fail.
pLogicalAgentName - logical agent's name
OdiContextualAgentMappings
OdiContextualAgentMapping findByLogicalAgent(java.lang.String pLogicalAgentName,
java.lang.String pContextCode)
OdiContextualAgentMapping that is defined for the given
context code and logical schema name. This is a convenient method to find
an OdiContextualAgentMapping using context code and logical schema
name, in place of true ID (i.e. contextId, logicalAgentId).
Note that if no OdiLogicalAgent exists with the given name and/or
no OdiContext exists with the given code this method will return
null. It will not fail.
pLogicalAgentName - logical agent's namepContextCode - context's code
OdiContextualAgentMapping instancejava.util.Collection<OdiContextualAgentMapping> findByPhysicalAgent(java.lang.Number pPhysicalAgentId)
OdiContextualAgentMappings that are defined for the given
physical agent ID.
Note that if no OdiPhysicalAgent exists with the given ID, this
method will return a collection with no elements. It will not fail.
pPhysicalAgentId - physical agent's ID
OdiContextualAgentMappings
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||