|
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.OdiContextualSchemaMapping
public class OdiContextualSchemaMapping
Schema mapping between physical schema and logical schema applying for an ODI context.
| Nested Class Summary | |
|---|---|
static class |
OdiContextualSchemaMapping.OdiContextualSchemaMappingIdImplements the composite key for OdiContextualSchemaMapping. |
| Field Summary |
|---|
| Fields inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
STARTING_INTERNAL_VERSION |
| Constructor Summary | |
|---|---|
OdiContextualSchemaMapping(OdiContext pContext, OdiLogicalSchema pLSchema, OdiPhysicalSchema pPSchema)Construct a new OdiContextualSchemaMapping that maps together the given logical and physical schemas for the specified context. |
|
| Method Summary | |
|---|---|
OdiContext |
getContext()Returns the Context of this association. |
java.io.Serializable |
getInternalId()Obtains the internal id of this object that is an instance of OdiContextualSchemaMapping.OdiContextualSchemaMappingId. |
OdiLogicalSchema |
getLogicalSchema()Returns the Logical Schema of this association. |
OdiPhysicalSchema |
getPhysicalSchema()Returns the Physical Schema of this association. |
IRepositoryEntity |
getSecurityContainer()Define a generic way to retrieve container for entities. |
void |
setPhysicalSchema(OdiPhysicalSchema pPhysicalSchema)Sets the Physical Schema of this association. |
| 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 OdiContextualSchemaMapping(OdiContext pContext,
OdiLogicalSchema pLSchema,
OdiPhysicalSchema pPSchema)
OdiContextualSchemaMapping that maps together the given logical and physical schemas for the specified context.
pContext - the context that hold the mappingpLSchema - the logical schema to mappPSchema - the physical schema to map| Method Detail |
|---|
public java.io.Serializable getInternalId()
OdiContextualSchemaMapping.OdiContextualSchemaMappingId.getInternalId in interface IRepositoryEntityIRepositoryEntity.getInternalId()public OdiContext getContext()
public OdiLogicalSchema getLogicalSchema()
public OdiPhysicalSchema getPhysicalSchema()
setPhysicalSchema(OdiPhysicalSchema)public void setPhysicalSchema(OdiPhysicalSchema pPhysicalSchema)
pPhysicalSchema - physical schemaDomainRuntimeException - if Physical schema is nullgetPhysicalSchema()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 | |||||||||