Package | Description |
---|---|
oracle.odi.domain.model |
This package contains the Oracle Data Integrator Data Model domain implementation.
|
oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
oracle.odi.domain.project.interfaces |
This package contains Oracle Data Integrator Interface implementation.
|
oracle.odi.domain.runtime.loadplan | |
oracle.odi.domain.runtime.lpi | |
oracle.odi.domain.topology |
This package contains the Oracle Data Integrator Topology domain model implementation.
|
oracle.odi.domain.topology.finder |
This package contains classes for searching Oracle Data Integrator topology entities.
|
oracle.odi.interfaces.interactive.support |
This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces.
|
oracle.odi.interfaces.interactive.support.actions |
This package contains the Oracle Data Integrator interface action implementation classes.
|
oracle.odi.interfaces.interactive.support.sourceset.creators |
Contains classes which handles the Oracle Data Integrator interface source set creation.
|
Modifier and Type | Method and Description |
---|---|
OdiLogicalSchema |
OdiModel.getDataServiceContainer()
Get the logical schema referencing the data service.
|
OdiLogicalSchema |
OdiModel.getExtractProcess()
Method returns Oracle Golden Gate's extract process set as the extract process for the model.
|
OdiLogicalSchema |
OdiModel.getInitialLoadExtractProcess()
Method returns Oracle Golden Gate's extract process set as the initial load extract process for the model.
|
OdiLogicalSchema |
OdiModel.getInitialLoadReplicatProcess()
Method returns Oracle Golden Gate's replicat process set as the initial load replicat process for the model.
|
OdiLogicalSchema |
OdiModel.getLogicalSchema()
Returns the logical schema associated to this
OdiModel instance. |
OdiLogicalSchema |
OdiModel.getReplicatProcess()
Method returns Oracle Golden Gate's replicat process set as the replicat process for the model.
|
Modifier and Type | Method and Description |
---|---|
void |
OdiModel.setDataServiceContainer(OdiLogicalSchema pDataServiceContainer)
Set the logical schema referencing the data service.
|
void |
OdiModel.setExtractProcess(OdiLogicalSchema pExtractProcess)
Method sets Oracle Golden Gate's extract process as the extract process for the model.
|
void |
OdiModel.setInitialLoadExtractProcess(OdiLogicalSchema pInitialLoadExtractProcess)
Method sets Oracle Golden Gate's extract process as the extract process for the model.
|
void |
OdiModel.setInitialLoadReplicatProcess(OdiLogicalSchema pInitialLoadReplicatProcess)
Method sets Oracle Golden Gate's replicat process as the initial load replicat process for the model.
|
void |
OdiModel.setLogicalSchema(OdiLogicalSchema pLogicalSchema)
Sets the
OdiLogicalSchema and the OdiTechnology of this OdiModel instance. |
void |
OdiModel.setReplicatProcess(OdiLogicalSchema pReplicatProcess)
Method sets Oracle Golden Gate's replicat process as the replicat process for the model.
|
Constructor and Description |
---|
OdiModel(OdiLogicalSchema pLogicalSchema,
java.lang.String pName,
java.lang.String pCode)
Constructor that sets the logical schema, name and the code.
|
Modifier and Type | Method and Description |
---|---|
OdiLogicalSchema |
OdiInterface.TargetDataStore.getLogicalSchema()
Deprecated.
Returns the logical schema of the target datastore.
|
OdiLogicalSchema |
OdiInterface.StagingArea.getLogicalSchema()
Deprecated.
Returns the logical schema of the staging area.
|
OdiLogicalSchema |
OdiProcedureLineCmd.getLogicalSchema()
Obtains the logical schema this OdiProcedureLineCmd will be executed on.
|
OdiLogicalSchema |
OdiVariable.getLogicalSchema()
Returns the
OdiLogicalSchema used for the refresh of this OdiVariable instance values. |
Modifier and Type | Method and Description |
---|---|
void |
OdiInterface.StagingArea.setLogicalSchema(OdiLogicalSchema pLogicalSchema)
Deprecated.
For internal use only
Sets the logical schema of the staging area.
|
void |
OdiProcedureLineCmd.setLogicalSchema(OdiLogicalSchema pLogicalSchema)
Defines the logical schema this OdiProcedureLineCmd will be executed on.
|
void |
OdiVariable.setLogicalSchema(OdiLogicalSchema pOdiLogicalSchema)
Defines the logical schema used to refresh this variable's value.
|
Constructor and Description |
---|
OdiProcedureLineCmd(OdiProcedureLineCmd.CommitMode pCommitMode,
java.lang.Integer pTransactionChannel,
boolean pAutoCommitMode,
OdiProcedureLineCmd.IsolationLevel pIsolationLevel,
OdiContext pExecutionContext,
OdiTechnology pTechnology,
OdiLogicalSchema pLogicalSchema,
Expression pExpression)
Create a new OdiProcdureLine setting all attributes to specific values.
|
Modifier and Type | Method and Description |
---|---|
OdiLogicalSchema |
SourceDataStore.getLogicalSchema()
Deprecated.
Get the logical schema associated with the underlying data store for this source.
|
OdiLogicalSchema |
SourceSet.getLogicalSchema()
Deprecated.
Returns the logical schema of the source set, or null if the source set has no source data stores.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceDataStore.setLogicalSchema(OdiLogicalSchema pSchema)
Deprecated.
Set the logical schema associated with the underlying data store for this source.
|
Modifier and Type | Method and Description |
---|---|
OdiLogicalSchema |
OdiLoadPlanVariable.getLogicalSchema() |
Modifier and Type | Method and Description |
---|---|
OdiLogicalSchema |
OdiLoadPlanInstanceVariable.getLogicalSchema() |
Modifier and Type | Method and Description |
---|---|
OdiLogicalSchema |
OdiContextualSchemaMapping.getLogicalSchema()
Returns the Logical Schema of this association.
|
OdiLogicalSchema |
OdiPhysicalSchema.getLogicalSchema(OdiContext pContext)
Obtains the
OdiLogicalSchema associated for a given context. |
OdiLogicalSchema |
OdiLogicalSchema.getTargetDatabaseLogicalSchema()
Returns logical schema to be used by Oracle Golden Gate's replicat process.
|
Modifier and Type | Method and Description |
---|---|
void |
OdiTechnology.removeLogicalSchema(OdiLogicalSchema pLogicalSchema)
Remove the given
OdiLogicalSchema from the collection of OdiLogicalSchema s. |
void |
OdiLogicalSchema.setTargetDatabaseLogicalSchema(OdiLogicalSchema pTargetDatabaseLogicalSchema)
Method to be used to set logical schema to be used by Oracle Golden Gate's replicat process.
|
Constructor and Description |
---|
OdiContextualSchemaMapping(OdiContext pContext,
OdiLogicalSchema pLSchema,
OdiPhysicalSchema pPSchema)
Construct a new
OdiContextualSchemaMapping that maps together the given
logical and physical schemas for the specified context. |
Modifier and Type | Method and Description |
---|---|
OdiLogicalSchema |
IOdiLogicalSchemaFinder.findByName(java.lang.String pLogicalSchemaName)
Finds an
OdiLogicalSchema using given name. |
Modifier and Type | Method and Description |
---|---|
static OdiLogicalSchema |
InteractiveInterfaceHelperWithActions.getLogicalSchemaForTextHolder(OdiInterface pOdiInterface,
IExecutableTextHolder pExecutableTextHolder)
Deprecated.
A static convenience method to retrieve the logical schema associated with the specified text holder.
|
Modifier and Type | Method and Description |
---|---|
static OdiPhysicalSchema |
InteractiveInterfaceHelperWithActions.getPhysicalSchema(OdiLogicalSchema pLogicalSchema,
OdiContext pContext)
Deprecated.
A static convenience method to return the associated physical schema for the specified logical schema, in the specified context.
|
Constructor and Description |
---|
InterfaceActionOnStagingAreaSetLogicalSchema(OdiLogicalSchema pOdiLogicalSchema)
Deprecated.
The constructor for the action class.
|
Constructor and Description |
---|
InexistentMappingException(OdiLogicalSchema pLogicalSchema,
OdiContext pContext)
Deprecated.
Constructs a new
InexistentMappingException . |