Package | Description |
---|---|
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.interfaces.basic |
Provides a simple helper to create basic ODI interfaces from scratch.
|
oracle.odi.interfaces.interactive |
Provides interfaces for interactive handling of Oracle Data Integrator interfaces.
|
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.actionlistener |
This package contains the implementations for creating action listeners when working with
InteractiveInterfaceHelperWithActions . |
oracle.odi.interfaces.interactive.support.actions |
This package contains the Oracle Data Integrator interface action implementation classes.
|
oracle.odi.interfaces.interactive.support.sourceset.computers |
Contains classes which handles the computation of source sets of an Oracle Data Integrator interface.
|
oracle.odi.interfaces.interactive.support.textholder |
This package contains the implementations of text holder for various types of objects, such as joins, filters, target columns and target mappings, in Oracle Data Integrator interfaces.
|
Modifier and Type | Field and Description |
---|---|
static OdiInterface.ExecutionLocation |
OdiInterface.DEFAULT_MAPPING_EXECUTION_LOCATION
Deprecated.
|
static OdiInterface.ExecutionLocation |
OdiInterface.ExecutionLocation.SOURCE
Deprecated.
The expression will be executed on one of the sources.
|
static OdiInterface.ExecutionLocation |
OdiInterface.ExecutionLocation.TARGET
Deprecated.
The expression will be executed on the target.
|
static OdiInterface.ExecutionLocation |
OdiInterface.ExecutionLocation.WORK
Deprecated.
The expression will be executed on the staging area.
|
Modifier and Type | Method and Description |
---|---|
static OdiInterface.ExecutionLocation |
OdiInterface.ExecutionLocation.valueOf(java.lang.String name)
Deprecated.
|
static OdiInterface.ExecutionLocation[] |
OdiInterface.ExecutionLocation.values()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
OdiInterface.getExecutionLocationDescription(OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Returns the textual string for the enum
OdiInterface.ExecutionLocation . |
Modifier and Type | Method and Description |
---|---|
OdiInterface.ExecutionLocation |
Filter.getExecutionLocation()
Deprecated.
|
OdiInterface.ExecutionLocation |
GenericClause.getExecutionLocation()
Deprecated.
Returns the execution location of this clause.
|
OdiInterface.ExecutionLocation |
Join.getExecutionLocation()
Deprecated.
|
OdiInterface.ExecutionLocation |
TargetColumn.getExecutionLocation()
Deprecated.
Returns the location of the execution of the mapping, if any.
If no mapping is set for this target column, null is returned.If this column is mapped on the target then TARGET is returned.If this column is mapped on the Staging Area or on Source, then null is returned,
you will need to fetch the execution location for each DataSet on the corresponding TargetMapping s, either by fetching them from
TargetColumn.getTargetMappings() either from DataSet.getMapping(String) . |
OdiInterface.ExecutionLocation |
TargetMapping.getExecutionLocation()
Deprecated.
Returns the execution location of this mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
Filter.setExecutionLocation(OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
|
void |
GenericClause.setExecutionLocation(OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Sets the execution location of this clause.
|
void |
Join.setExecutionLocation(OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
|
void |
TargetColumn.setExecutionLocation(OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Sets the execution location for this target column.
To set the execution location on target columns, use InterfaceActionOnTargetMappingSetLocation . |
void |
TargetMapping.setExecutionLocation(OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Sets the execution location for this mapping.
|
Constructor and Description |
---|
Filter(DataSet pDataSet,
java.lang.String pSql,
Filter.FilterType pFilterType,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Builds a filter clause in the parent dataset using the specified SQL
expression text, clause type (normal or journalized) and the desired
execution location.
|
GenericClause(DataSet pDataSet,
Expression pSql,
OdiInterface.ExecutionLocation pExecutionLocation,
boolean create12cObject)
Deprecated.
Internal use only
Create a new dataset in the specified parent dataset.
|
GenericClause(DataSet pDataSet,
java.lang.String pSql,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Create a new dataset in the specified parent dataset.
|
GenericClause(DataSet pDataSet,
java.lang.String pSql,
OdiInterface.ExecutionLocation pExecutionLocation,
boolean create12cObject)
Deprecated.
Internal use only Create a new dataset in the specified parent
dataset.
|
Join(DataSet pDataSet,
SourceDataStore source1,
SourceDataStore source2,
java.lang.String pSql,
boolean pOrdered,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
|
Join(DataSet pDataSet,
java.lang.String pSql,
boolean pOrdered,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Builds a join clause in the parent dataset using the specified SQL
expression text, clause type (ordered, non-ordered or cross join) and the
desired execution location.
|
Join(SourceDataStore pSourceDataStore1,
SourceDataStore pSourceDataStore2,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Builds a non-ordered cross join clause in the same dataset as the
the two specified source data sources with the desired execution location.
|
TargetColumn(OdiInterface pParentInterface,
OdiColumn pRealColumn,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Creates a new target column object.
|
TargetColumn(OdiInterface pParentInterface,
OdiDataStore pFcoDatastore,
OdiColumn pRealColumn,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
|
TargetColumn(OdiInterface pParentInterface,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Creates a new target column object.
|
TargetColumn(OdiInterface pParentInterface,
java.lang.String pName,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Creates a new target column object.
|
TargetMapping(DataSet pParentDataSet,
TargetColumn pTargetColumn,
Expression pSqlExpression,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Builds a TargetMapping for a TargetColumn on a DataSet with a given SQL String expression.
|
TargetMapping(DataSet pParentDataSet,
TargetColumn pTargetColumn,
java.lang.String pSql,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Builds a TargetMapping for a TargetColumn on a DataSet with a given SQL String expression.
|
TargetMapping(DataSet pParentDataSet,
TargetColumn pTargetColumn,
java.lang.String pSql,
OdiInterface.ExecutionLocation pExecutionLocation,
boolean persisted)
Deprecated.
Internal use only
Builds a TargetMapping for a TargetColumn on a DataSet with a given SQL String expression.
|
Modifier and Type | Method and Description |
---|---|
OdiInterface.ExecutionLocation |
MappingDefinition.getExecutionLocation()
Deprecated.
Returns the execution location for this mapping.
|
Constructor and Description |
---|
MappingDefinition(java.lang.String pColumnName,
java.lang.String pMapping,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Creates a mapping definition with only a mapping and execution location.
|
MappingDefinition(java.lang.String pColumnName,
java.lang.String pMapping,
java.lang.String pDescription,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Creates a mapping definition with a description and execution location.
|
Modifier and Type | Method and Description |
---|---|
Expression |
IActionHelper.computeExpression(java.lang.String pSql,
IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pExecutionLocation,
DataSet pDataSet)
Deprecated.
Computes the expression of the SQL text.
Note that pDataSet is optional (can be null when
pExecutionLocation is TARGET. |
TargetMapping |
IActionHelper.createTargetMapping(DataSet pDataSet,
TargetColumn pColumn,
OdiInterface.ExecutionLocation pLocation,
java.lang.Object pText)
Deprecated.
For internal use only
Create a new target mapping.
|
void |
IInterfaceActionListener.locationChanged(IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pOldExecutionLocation,
OdiInterface.ExecutionLocation pNewExecutionLocation)
Deprecated.
Responds to the completion of the action of changing the location of an ODI interface child
object.
|
Modifier and Type | Method and Description |
---|---|
static OdiInterface.ExecutionLocation |
InteractiveInterfaceHelperWithActions.computeExecutionLocationForDatastores(SourceDataStore pSrcDataStore1,
SourceDataStore pSrcDataStore2)
Deprecated.
For internal use only
Computes the default exection location of an expression between two
specfied data stores.
|
OdiInterface.ExecutionLocation |
IExecutableTextHolder.getExecutionLocation()
Deprecated.
Basic getter.
|
Modifier and Type | Method and Description |
---|---|
Expression |
InteractiveInterfaceHelperWithActions.computeExpression(java.lang.String pSql,
IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pExecutionLocation,
DataSet pDataSet)
Deprecated.
For internal use only
Computes the expression object of the specified SQL expression text for
the given text holder in the desired data set and execution location.
|
Expression |
InteractiveInterfaceHelperWithActions.computeExpression(java.lang.String pSql,
OdiInterface.ExecutionLocation pExecutionLocation,
DataSet pDataSet,
IExpressionContext pExpressionContext)
Deprecated.
This method computes an expression from a Sql text that would be executed on a DataSet and in the specified Location.
|
TargetMapping |
InteractiveInterfaceHelperWithActions.createTargetMapping(DataSet pDataSet,
TargetColumn pColumn,
OdiInterface.ExecutionLocation pLocation,
java.lang.Object pText)
Deprecated.
For internal use only
Create a new target mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionListenerAbstract.locationChanged(IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pOldExecutionLocation,
OdiInterface.ExecutionLocation pNewExecutionLocation)
Deprecated.
|
void |
ActionListenerComposer.locationChanged(IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pOldExecutionLocation,
OdiInterface.ExecutionLocation pNewExecutionLocation)
Deprecated.
|
Constructor and Description |
---|
InterfaceActionAddCrossJoin(SourceDataStore pSourceDataStore1,
SourceDataStore pSourceDataStore2,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Constructor to create an action class instance which will create a cross join between two sources in an interface, when
performAction is called. |
InterfaceActionAddFilter(DataSet pDataSet,
java.lang.String pSql,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Constructor to create an action class instance which will create a filter on a data sources in an interface, when
performAction is called. |
InterfaceActionAddJoin(DataSet pDataSet,
java.lang.String pSql,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Constructor to create an action class instance which will create a join between two sources in an interface, when
performAction is called. |
InterfaceActionAddLookup(DataSet pDataSet,
OdiDataStore pOdiDataStore,
java.lang.String pAlias,
java.lang.String pLookupSql,
OdiInterface.ExecutionLocation pExecutionLocation,
boolean pSelectLookup)
Deprecated.
A constructor to create the lookup creation action, to do a lookup of rows from a data source.
|
InterfaceActionAddLookup(DataSet pDataSet,
OdiInterface pOdiInterface,
java.lang.String pAlias,
java.lang.String pLookupSql,
OdiInterface.ExecutionLocation pExecutionLocation,
boolean pSelectLookup)
Deprecated.
A constructor to create the lookup creation action, to do a lookup of rows from another interface result.
|
InterfaceActionAddNaturalJoin(SourceDataStore pSourceDataStore1,
SourceDataStore pSourceDataStore2,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Constructor to create an action class instance which will create a natural join between two sources in an interface, when
performAction is called. |
InterfaceActionOnGenericClauseSetExecutionLocation(GenericClause pGenericClause,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
The constructor for the action class.
|
InterfaceActionOnTargetMappingSetLocation(java.lang.String pColumnName,
OdiInterface.ExecutionLocation pExecutionLocation,
DataSet pDataSet)
Deprecated.
Creates an action class instance which will set the location on a target mapping, when
performAction is called. |
Modifier and Type | Method and Description |
---|---|
void |
SourceSetComputerEraser.locationChanged(IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pOldExecutionLocation,
OdiInterface.ExecutionLocation pNewExecutionLocation)
Deprecated.
Marks the data set for an executable text holder of an interface sub-component as "dirty" (to indicate source set recomputing is required) when the location of that interface sub-component is changed.
|
void |
SourceSetComputerLazy.locationChanged(IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pOldExecutionLocation,
OdiInterface.ExecutionLocation pNewExecutionLocation)
Deprecated.
|
void |
SourceSetComputerOneTable.locationChanged(IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pOldExecutionLocation,
OdiInterface.ExecutionLocation pNewExecutionLocation)
Deprecated.
|
void |
SourceSetComputerRetainer.locationChanged(IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pOldExecutionLocation,
OdiInterface.ExecutionLocation pNewExecutionLocation)
Deprecated.
Marks the data set for an executable text holder of an interface sub-component as "dirty" (to indicate source set recomputing is required) when the location of that interface sub-component is changed.
|
Modifier and Type | Method and Description |
---|---|
OdiInterface.ExecutionLocation |
ExecutableTextHolderGenericClause.getExecutionLocation()
Deprecated.
|
OdiInterface.ExecutionLocation |
ExecutableTextHolderTargetColumn.getExecutionLocation()
Deprecated.
|
OdiInterface.ExecutionLocation |
ExecutableTextHolderTargetMapping.getExecutionLocation()
Deprecated.
|