|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.support.AbstractOdiEntity
oracle.odi.domain.topology.OdiContextualAgentMapping
public class OdiContextualAgentMapping
Agent mapping between a physical agent and a logical agent applying for an ODI context.
| Nested Class Summary | |
|---|---|
static class |
OdiContextualAgentMapping.OdiContextualAgentMappingIdDefines the identifier class for OdiContextualAgentMapping class. |
| Field Summary |
|---|
| Fields inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
STARTING_INTERNAL_VERSION |
| Constructor Summary | |
|---|---|
OdiContextualAgentMapping(OdiContext pContext, OdiLogicalAgent pLogicalAgent, OdiPhysicalAgent pPhysicalAgent)Create a new OdiContextualAgentMapping. |
|
| Method Summary | |
|---|---|
OdiContext |
getContext()Obtains the context defined for this OdiContext. |
java.io.Serializable |
getInternalId()Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used. |
OdiLogicalAgent |
getLogicalAgent()Obtains the logical agent defined for this OdiContextualAgentMapping. |
OdiPhysicalAgent |
getPhysicalAgent()Obtains physical agent defined for this OdiContextualAgentMapping. |
IRepositoryEntity |
getSecurityContainer()Define a generic way to retrieve container for entities. |
void |
setPhysicalAgent(OdiPhysicalAgent pPhysicalAgent)Defines the physical agent for this OdiContextualAgentMapping. |
| Methods inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
equals, getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, getName, hashCode, isInstanceLevelSecurityNeeded, isNew, toString |
| Methods inherited from class oracle.odi.domain.support.BusinessObject |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.odi.domain.IOdiEntity |
|---|
getFirstDate, getFirstUser, getLastDate, getLastUser, getName, isInstanceLevelSecurityNeeded |
| Constructor Detail |
|---|
public OdiContextualAgentMapping(OdiContext pContext,
OdiLogicalAgent pLogicalAgent,
OdiPhysicalAgent pPhysicalAgent)
OdiContextualAgentMapping.
pContext - a contextpLogicalAgent - a logical agentpPhysicalAgent - a physical agent| Method Detail |
|---|
public OdiPhysicalAgent getPhysicalAgent()
OdiContextualAgentMapping.setPhysicalAgent(OdiPhysicalAgent)public OdiLogicalAgent getLogicalAgent()
OdiContextualAgentMapping.public OdiContext getContext()
OdiContext.public java.io.Serializable getInternalId()
IRepositoryEntityTypically a subclass will delegate to a public SomePrimitiveWrapper getId() method. The necessity for the getInternalId() abstract method is solely because the persistence layer needs a way of obtaining the identity irrespective of the actual identity implementation choice.
Returning null from this method will indicate the object has never been saved. This will likely be relied on by some DAO implementations.
getInternalId in interface IRepositoryEntitypublic void setPhysicalAgent(OdiPhysicalAgent pPhysicalAgent)
OdiContextualAgentMapping.pPhysicalAgent - the physical agentgetPhysicalAgent()public IRepositoryEntity getSecurityContainer()
IRepositoryEntitygetSecurityContainer in interface IRepositoryEntity
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||