Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Package
oracle.odi.domain.project.interfaces

Packages that use oracle.odi.domain.project.interfaces
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 Provides classes to manage expressions. 
oracle.odi.interfaces.data This package contains the Oracle Data Integrator interface data and expression checking utility interface. 
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 Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 
oracle.odi.interfaces.interactive.support.aliascomputers This package contains the implementations for computing the default alias of objects when working with Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.clauseimporters This package contains the implementations to import join and filter clauses when adding new source datastores in Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.execarea This package contains the implementations representing the execution areas in Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.issues Provides interfaces for managing Oracle Data Integrator interface issues. 
oracle.odi.interfaces.interactive.support.km This package contains the implementations of the various types of KM holder when working with Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.mapping.automap This package contains the implementations for auto mapping handling when working with Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.mapping.choosers This package contains the implementations, when working with Oracle Data Integrator interfaces, for choosing one of the target mapping expression across multiple datasets if the execution location of the target expression is changed to target. 
oracle.odi.interfaces.interactive.support.mapping.matchpolicy This package contains the implementations, when working with Oracle Data Integrator interfaces, for defining the matching policy to reuse mappings when the target datastore of an interface is changed. 
oracle.odi.interfaces.interactive.support.mapping.persistencepolicy This package contains the implementations to determine whether a target mapping is persisted or not when working with Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.references This package contains the representation of cross references to various types of objects, including source datastore and source column, in Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.references.managers This package contains the implementations to retrieve different set of cross references associated with a text holder in an Oracle Data Integrator interfaces. 
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.sourceset.creators Contains classes which handles the Oracle Data Integrator interface source set creation. 
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. 
oracle.odi.interfaces.interactive.support.xrefs This package provides the implementation for expression contexts of data sets and target expressions in Oracle Data Integrator interfaces. 

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.domain.project
DataSet
          This class represents a dataset inside an OdiInterface.
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.
ObjTrace
          This class represents trace messages of an object in the repository.
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.
TargetColumn
          A target column is a column of a OdiInterface.TargetDataStore in an OdiInterface.
It contains information about how the column is mapped (indicators, potentially a target SQL mapping text).
When the target datastore has an underlying OdiDataStore, each TargetMapping points to one OdiColumn of this OdiDataStore.
In this case, TargetColumns are persisted according to an IMappingPersistencePolicy for obvious performance reasons (on a target datastore with 500 columns on which only 10 columns are mapped, this can make a difference).
On temporary target datastores, target columns do not reflect an OdiColumn and are systematically persisted.
Note that all setters in this class should not be used directly.
TemporaryTargetUpdateKey
          This class represents the target update key for an interface when the target of the interface is a temporary datastore.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.domain.project.interfaces
DataSet
          This class represents a dataset inside an OdiInterface.
Filter
          This class represents a filter in an interface.
Filter.FilterType
          Types of filter for a filter clause.
GenericClause
          This class represents a generic clause in an interface, which is either a join or a filter.
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.
IOptionnallyPersistedObject
          This interface marks objects that may or may not be persisted in the repository.
These objects exist in memory, but for performance reasons we would not want to persist them.
ISourceColumn
          Implementations of this class represent columns that can be found in source datastores of OdiInterfaces.
These source columns are not persisted in the repository, and are merely a view in memory of the real underlying columns in the source datastore.
Join
           
Join.JoinType
          Deprecated. use Join.isOrdered() or Join.isCross() instead.
JournalizedSourceColumn
          This class represents columns for a journalized source datastore in an interface.
ObjTrace.TraceSeverity
          Severity of trace message.
ObjTrace.TraceType
          Types of trace message.
SourceColumn
          A basic implementation for source columns.
Note that the objects returned by the getters are provided for read-only purposes.
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.
SourceSet
          A source set groups all joins and mappings that will be executed on the same physical schema.
TargetColumn
          A target column is a column of a OdiInterface.TargetDataStore in an OdiInterface.
It contains information about how the column is mapped (indicators, potentially a target SQL mapping text).
When the target datastore has an underlying OdiDataStore, each TargetMapping points to one OdiColumn of this OdiDataStore.
In this case, TargetColumns are persisted according to an IMappingPersistencePolicy for obvious performance reasons (on a target datastore with 500 columns on which only 10 columns are mapped, this can make a difference).
On temporary target datastores, target columns do not reflect an OdiColumn and are systematically persisted.
Note that all setters in this class should not be used directly.
TargetMapping
          This class represents a mapping in an interface.
The mapping is in a dataset and has an execution location.
Created on 20 dec.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.domain.xrefs.expression
ISourceColumn
          Implementations of this class represent columns that can be found in source datastores of OdiInterfaces.
These source columns are not persisted in the repository, and are merely a view in memory of the real underlying columns in the source datastore.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.data
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive
DataSet
          This class represents a dataset inside an OdiInterface.
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.
Join
           
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.
TargetColumn
          A target column is a column of a OdiInterface.TargetDataStore in an OdiInterface.
It contains information about how the column is mapped (indicators, potentially a target SQL mapping text).
When the target datastore has an underlying OdiDataStore, each TargetMapping points to one OdiColumn of this OdiDataStore.
In this case, TargetColumns are persisted according to an IMappingPersistencePolicy for obvious performance reasons (on a target datastore with 500 columns on which only 10 columns are mapped, this can make a difference).
On temporary target datastores, target columns do not reflect an OdiColumn and are systematically persisted.
Note that all setters in this class should not be used directly.
TargetMapping
          This class represents a mapping in an interface.
The mapping is in a dataset and has an execution location.
Created on 20 dec.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support
DataSet
          This class represents a dataset inside an OdiInterface.
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.
SourceSet
          A source set groups all joins and mappings that will be executed on the same physical schema.
TargetColumn
          A target column is a column of a OdiInterface.TargetDataStore in an OdiInterface.
It contains information about how the column is mapped (indicators, potentially a target SQL mapping text).
When the target datastore has an underlying OdiDataStore, each TargetMapping points to one OdiColumn of this OdiDataStore.
In this case, TargetColumns are persisted according to an IMappingPersistencePolicy for obvious performance reasons (on a target datastore with 500 columns on which only 10 columns are mapped, this can make a difference).
On temporary target datastores, target columns do not reflect an OdiColumn and are systematically persisted.
Note that all setters in this class should not be used directly.
TargetMapping
          This class represents a mapping in an interface.
The mapping is in a dataset and has an execution location.
Created on 20 dec.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.actionlistener
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.
Join
           
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.actions
DataSet
          This class represents a dataset inside an OdiInterface.
GenericClause
          This class represents a generic clause in an interface, which is either a join or a filter.
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.
Join
           
SourceColumn
          A basic implementation for source columns.
Note that the objects returned by the getters are provided for read-only purposes.
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.
SourceSet
          A source set groups all joins and mappings that will be executed on the same physical schema.
TargetColumn
          A target column is a column of a OdiInterface.TargetDataStore in an OdiInterface.
It contains information about how the column is mapped (indicators, potentially a target SQL mapping text).
When the target datastore has an underlying OdiDataStore, each TargetMapping points to one OdiColumn of this OdiDataStore.
In this case, TargetColumns are persisted according to an IMappingPersistencePolicy for obvious performance reasons (on a target datastore with 500 columns on which only 10 columns are mapped, this can make a difference).
On temporary target datastores, target columns do not reflect an OdiColumn and are systematically persisted.
Note that all setters in this class should not be used directly.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.aliascomputers
DataSet
          This class represents a dataset inside an OdiInterface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.clauseimporters
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.execarea
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.issues
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.km
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.mapping.automap
DataSet
          This class represents a dataset inside an OdiInterface.
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.mapping.choosers
DataSet
          This class represents a dataset inside an OdiInterface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.mapping.matchpolicy
TargetColumn
          A target column is a column of a OdiInterface.TargetDataStore in an OdiInterface.
It contains information about how the column is mapped (indicators, potentially a target SQL mapping text).
When the target datastore has an underlying OdiDataStore, each TargetMapping points to one OdiColumn of this OdiDataStore.
In this case, TargetColumns are persisted according to an IMappingPersistencePolicy for obvious performance reasons (on a target datastore with 500 columns on which only 10 columns are mapped, this can make a difference).
On temporary target datastores, target columns do not reflect an OdiColumn and are systematically persisted.
Note that all setters in this class should not be used directly.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.mapping.persistencepolicy
TargetColumn
          A target column is a column of a OdiInterface.TargetDataStore in an OdiInterface.
It contains information about how the column is mapped (indicators, potentially a target SQL mapping text).
When the target datastore has an underlying OdiDataStore, each TargetMapping points to one OdiColumn of this OdiDataStore.
In this case, TargetColumns are persisted according to an IMappingPersistencePolicy for obvious performance reasons (on a target datastore with 500 columns on which only 10 columns are mapped, this can make a difference).
On temporary target datastores, target columns do not reflect an OdiColumn and are systematically persisted.
Note that all setters in this class should not be used directly.
TargetMapping
          This class represents a mapping in an interface.
The mapping is in a dataset and has an execution location.
Created on 20 dec.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.references
ISourceColumn
          Implementations of this class represent columns that can be found in source datastores of OdiInterfaces.
These source columns are not persisted in the repository, and are merely a view in memory of the real underlying columns in the source datastore.
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.references.managers
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.
Join
           
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.sourceset.computers
DataSet
          This class represents a dataset inside an OdiInterface.
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.
Join
           
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.sourceset.creators
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.
SourceSet
          A source set groups all joins and mappings that will be executed on the same physical schema.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.textholder
DataSet
          This class represents a dataset inside an OdiInterface.
IInterfaceSubComponent
          This interface is used to mark objects contained in an interface.
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.
SourceSet
          A source set groups all joins and mappings that will be executed on the same physical schema.

 

Classes in oracle.odi.domain.project.interfaces used by oracle.odi.interfaces.interactive.support.xrefs
DataSet
          This class represents a dataset inside an OdiInterface.
SourceDataStore
          A class that represents a OdiDataStore object that is used as a source in an ODI interface.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.