Package | Description |
---|---|
oracle.odi.core.service.reverse | |
oracle.odi.domain.dimension | |
oracle.odi.domain.model |
This package contains the Oracle Data Integrator Data Model domain implementation.
|
oracle.odi.domain.model.finder |
This package contains Oracle Data Integrator Finder interfaces for domain model objects.
|
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.xrefs.expression.contexts |
Defines contexts (aka scope) for expression parsing.
|
oracle.odi.interfaces.basic |
Provides a simple helper to create basic ODI interfaces from scratch.
|
oracle.odi.interfaces.interactive.support.actions |
This package contains the Oracle Data Integrator interface action implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static OdiDataStore |
ReverseService.doCobolCopyBookReverse(OdiInstance pOdiInstance,
java.io.Serializable pDataStoreId,
java.lang.String pathAndNameOfCopyBookFile,
java.lang.String encoding,
boolean copyBookisEbcdic,
boolean dataIsEbcdic)
This method is used to reverse the cobol copybook datastore.
|
static OdiDataStore |
ReverseService.doFileReverse(OdiInstance pOdiInstance,
java.io.Serializable pDataStoreId)
This mehod is used to reverse the file datastore.
|
static OdiDataStore |
ReverseService.doHDFSReverse(OdiInstance pOdiInstance,
java.io.Serializable pDataStoreId)
This mehod is used to reverse the HDFS file datastore.
|
Modifier and Type | Method and Description |
---|---|
OdiDataStore |
OdiCube.getBoundDataStore() |
OdiDataStore |
OdiDimension.getBoundDataStore() |
OdiDataStore |
OdiLevel.getBoundDataStore() |
OdiDataStore |
OdiCube.getBoundErrorDataStore() |
OdiDataStore |
OdiDimension.getBoundErrorDataStore() |
OdiDataStore |
OdiLevel.getBoundErrorDataStore() |
OdiDataStore |
OdiLevel.getBoundStagingDataStore() |
Modifier and Type | Method and Description |
---|---|
void |
OdiCube.setBoundDataStore(OdiDataStore pBoundTable) |
void |
OdiDimension.setBoundDataStore(OdiDataStore ds) |
void |
OdiLevel.setBoundDataStore(OdiDataStore ds) |
void |
OdiCube.setBoundErrorDataStore(OdiDataStore pBoundErrorTable) |
void |
OdiDimension.setBoundErrorDataStore(OdiDataStore ds) |
void |
OdiLevel.setBoundErrorDataStore(OdiDataStore ds) |
void |
OdiLevel.setBoundStagingDataStore(OdiDataStore stageTable) |
Modifier and Type | Method and Description |
---|---|
OdiDataStore |
AbstractOdiCondition.getDataStore()
Obtains the
OdiDataStore to which this OdiAbstractCondition belongs. |
OdiDataStore |
OdiColumn.getDataStore()
Returns the
OdiDataStore that owns this column. |
OdiDataStore |
OdiKey.getDataStore()
Returns the
OdiDataStore this OdiKey belongs to. |
OdiDataStore |
OdiPartition.getDataStore()
Returns the
OdiDataStore for which this OdiPartition is defined. |
OdiDataStore |
OdiReference.getForeignDataStore()
Returns the foreign datastore of this
OdiReference instance (the datastore that contains the FK). |
OdiDataStore |
OdiReference.getPrimaryDataStore()
Returns the primary datastore of this
OdiReference (the datastore that contains the PK). |
OdiDataStore |
OdiReference.getPrimaryDataStoreShortcut()
Returns the primary datastore shortcut of this
OdiReference |
OdiDataStore |
OdiDataStore.getRealObject() |
OdiDataStore |
OdiDataStore.getShortcutBaseObject() |
OdiDataStore |
OdiDataStore.getShortcutOrigObject()
Deprecated.
|
OdiDataStore |
OdiDataStore.getShortcutReferenceObject() |
OdiDataStore |
OdiColumn.getTable()
Obtains the parent OdiDataStore but match the
IDataStore interface |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOdiSubModel.addDataStore(OdiDataStore pDataStore)
Add the given
OdiDataStore to the collection of OdiDataStore s. |
boolean |
OdiDataStore.changeShortcutReferenceObject(OdiDataStore pReferenceObject) |
void |
OdiDataStore.checkValidReference(OdiDataStore pReferenceObject) |
void |
AbstractOdiSubModel.removeDataStore(OdiDataStore pDataStore)
Remove the given
OdiDataStore from the collection of OdiDataStore s of this sub-model. |
void |
OdiReference.setPrimaryDataStore(OdiDataStore pPrimaryDataStore)
Sets the primary data store (i.e.
|
boolean |
OdiDataStore.setShortcutBaseObject(OdiDataStore pBaseObject) |
boolean |
OdiDataStore.setShortcutReferenceObject(OdiDataStore pReferenceObject) |
Constructor and Description |
---|
OdiColumn(OdiDataStore pDatastore,
java.lang.String pName)
Creates a column with the given name, bound to datastore pDatastore.
|
OdiCondition(OdiDataStore pDataStore,
java.lang.String pName)
Creates a condition belonging to pDatastore with the name pName.
|
OdiDataStore(AbstractOdiSubModel pSubModel,
java.lang.String pName,
OdiDataStore pReferenceDataStore)
Construct a new datastore.
|
OdiDataStore(OdiModel pModel,
java.lang.String pName,
OdiDataStore pReferenceDataStore)
Construct a new datastore.
|
OdiFilter(OdiDataStore pDataStore,
java.lang.String pName)
Construct a new
OdiFilter . |
OdiKey(OdiDataStore pDataStore,
java.lang.String pName)
Construct a new OdiKey.
|
OdiMainPartition(OdiDataStore pDataStore,
java.lang.String pName)
Constructs a new main partition.
|
OdiReference(OdiDataStore pForeignDataStore,
OdiDataStore pPrimaryDataStore,
java.lang.String pName)
Creates an
OdiReference for the given foreign and primary OdiDataStore s. |
Modifier and Type | Method and Description |
---|---|
OdiDataStore |
IOdiDataStoreFinder.findByName(java.lang.String pName,
java.lang.String pModelCode)
Find OdiDataStore by name and model code.
|
Modifier and Type | Method and Description |
---|---|
OdiDataStore |
OdiInterface.getBoundTempTargetTable()
Deprecated.
|
OdiDataStore |
StepDataStore.getDataStore()
Returns the datastore upon which this step is based.
|
OdiDataStore |
StepDataStore.getDataStoreShortcut()
Internal use only.
|
OdiDataStore |
OdiInterface.TargetDataStore.getUnderlyingOdiDataStore()
Deprecated.
Returns the underlying real data store for the target of this interface.
|
OdiDataStore |
OdiInterface.TargetDataStore.getUnderlyingShortcutOdiDataStore()
Deprecated.
Returns the underlying shortcut tor the target of this interface.
|
OdiDataStore |
OdiInterface.getUnderlyingShortcutTable()
Deprecated.
Returns the target data store shortcut of this interface, or
null for
a temporary interface. |
OdiDataStore |
OdiInterface.getUnderlyingTable()
Deprecated.
Returns the target data store of this interface, or
null for
a temporary interface. |
Modifier and Type | Method and Description |
---|---|
void |
OdiInterface.TargetDataStore.setUnderlyingOdiDataStore(OdiDataStore pTargetDataStore,
java.util.List pTargetColumns)
Deprecated.
For internal use only
Sets the underlying datastore and resets the list of columns with
pTargetColumns .Resets the key name, sets the correct logical schema on the staging area if it's on the target. To modify an OdiInterface object or its children, please refer to the description of the class. |
void |
OdiInterface.TargetDataStore.setUnderlyingOdiDataStore(OdiDataStore pTargetDataStore,
java.util.List pTargetColumns,
java.lang.String compName)
Deprecated.
|
void |
OdiInterface.TargetDataStore.setUnderlyingScTable(OdiDataStore pScTarget)
Deprecated.
For internal use only
|
void |
OdiInterface.setUnderlyingTable(OdiDataStore pUnderlyingTable)
Deprecated.
not used, will be removed in next few label to avoid confusion.
Internal use only.
Sets the target data store of this interface, or |
Constructor and Description |
---|
StepDataStore(OdiPackage pPackage,
OdiDataStore pDataStore,
java.lang.String pName)
Constructor that sets the Parent
OdiPackage , the OdiDataStore upon which this
Step is based and the name of this Step instance. |
Modifier and Type | Method and Description |
---|---|
OdiDataStore |
SourceDataStore.getUnderlyingOdiDataStore()
Deprecated.
Gets the underlying
OdiDataStore for this interface source. |
OdiDataStore |
SourceDataStore.getUnderlyingOdiDataStoreShortcut()
Deprecated.
Gets the underlying OdiDataStore shortcut for this interface source.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceDataStore.setUnderlyingOdiDataStore(OdiDataStore pOdiDataStore)
Deprecated.
For internal use.
|
void |
SourceDataStore.setUnderlyingScOdiDataStore(OdiDataStore pScOdiDataStore)
Deprecated.
For internal use.
|
Constructor and Description |
---|
SourceDataStore(DataSet pDataSet,
boolean pJournalized,
java.lang.String pAlias,
int pOrder,
OdiDataStore pUnderlyingOdiDataStore)
Deprecated.
For internal use only.
To add a source data store to an interface, do not use this constructor. |
TargetColumn(OdiInterface pParentInterface,
OdiDataStore pFcoDatastore,
OdiColumn pRealColumn,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
|
Constructor and Description |
---|
OdiDataStoreExpressionContext(OdiDataStore pDataStore)
Create a new
OdiDataStoreExpressionContext . |
OdiDataStoreExpressionContext(OdiDataStore pDataStore,
java.lang.String pAlias)
Create a new
OdiDataStoreExpressionContext . |
Modifier and Type | Method and Description |
---|---|
void |
IBasicInterfaceCreationHelper.setJournalizedSourceDataStore(OdiDataStore pDataStore)
Deprecated.
Sets the source datastore for this interface as a journalized datastore
with the default filter text.
|
void |
IBasicInterfaceCreationHelper.setJournalizedSourceDataStore(OdiDataStore pDataStore,
java.lang.String pJournalizationFilterSQL)
Deprecated.
Sets the source datastore for this interface as a journalized datastore
with a customized filter expression.
|
void |
IBasicInterfaceCreationHelper.setJournalizedSourceDataStore(OdiDataStore pDataStore,
java.lang.String pJournalizationFilterSQL,
java.lang.String pAlias)
Deprecated.
Sets the source datastore for this interface as a journalized datastore
with a customized filter expression.
|
void |
IBasicInterfaceCreationHelper.setSourceDataStore(OdiDataStore pDataStore)
Deprecated.
Sets the non-journalized datastore of the interface.
|
void |
IBasicInterfaceCreationHelper.setSourceDataStore(OdiDataStore pDataStore,
java.lang.String pAlias)
Deprecated.
Sets the non-journalized datastore of the interface with alias.
|
void |
IBasicInterfaceCreationHelper.setTargetDataStore(OdiDataStore pTargetDatastore,
java.util.Set pMappingDefinitions)
Deprecated.
Sets the target datastore and mappings.
|
Modifier and Type | Method and Description |
---|---|
OdiDataStore |
InterfaceActionSetTargetDataStore.getTargetDataStore()
Deprecated.
Gets the target data store.
|
Constructor and Description |
---|
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.
|
InterfaceActionAddSourceDataStore(OdiDataStore pDataStore,
DataSet pDataSet,
IAliasComputer pAliasComputer,
IClauseImporter pClauseImporter,
IAutoMappingComputer pAutoMappingComputer)
Deprecated.
Creates an action to add an OdiDataStore as source in a
DataSet . |
InterfaceActionSetTargetDataStore(OdiDataStore pTargetDataStore,
IMappingMatchPolicy pMappingMatchPolicy,
IAutoMappingComputer pAutoMappingComputerForMatchedColumn,
IAutoMappingComputer pAutoMappingComputerForUnmatchedColumn,
ITargetKeyChooser pTargetKeyChooser)
Deprecated.
Creates an action class instance which will assign a target datastore, when
performAction is called. |