Package | Description |
---|---|
oracle.odi.domain.adapter.flexfields |
This package contains base interface classes for flexfield related objects in Oracle Data Integrator.
|
oracle.odi.domain.dimension | |
oracle.odi.domain.flexfields |
Provides class related to FlexFields override concerns.
|
oracle.odi.domain.mapping |
This package contains the Oracle Data Integrator Mapping implementation.
|
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.runtime.loadplan | |
oracle.odi.domain.runtime.lpi | |
oracle.odi.domain.runtime.scenario |
This package contains classes for managing Oracle Data Integrator Scenarios and related objects.
|
oracle.odi.domain.topology |
This package contains the Oracle Data Integrator Topology domain model implementation.
|
Modifier and Type | Method and Description |
---|---|
IFlexFieldUser |
IOverridenFlexFieldValue.getFlexFieldUser()
Gets the flex field user.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiCube
A class to represent a cube object.
|
class |
OdiDimension
A class to represent a dimension object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFlexFieldUser
This interface is implemented by ODI objects for which an
OdiFlexField 's
default value can be overridden. |
Modifier and Type | Class and Description |
---|---|
class |
Mapping
A class to represent the top level mapping, which is a component owner.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiColumn
An OdiColumn represents the data structure of a column part of an
OdiDataStore . |
class |
OdiCondition
An OdiCondition allows to define a data constraint to check on an
OdiDataStore . |
class |
OdiDataStore
An OdiDataStore represents a two-dimensional tabular data structure, generally a database table structure.
|
class |
OdiKey
A key for an
OdiDataStore . |
class |
OdiModel
An OdiModel represents a set of datastores corresponding to data structures contained in a physical schema.
|
class |
OdiReference
An OdiReference is a reference between a foreign
OdiDataStore and a primary OdiDataStore . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponentKM
Represents Extract Knowledge Module
OdiXKM class is defined to only use ComponentKMLine as ProcedureLine.
|
class |
ComponentKM
Deprecated.
This class is deprecated. If you want a class that refers to all
component KM classes (IKM, LKM, CKM, XKM) then use AbstractComponentKM
instead. If you want a class that refers to a concrete component KM
then use the OdiXKM class.
|
class |
OdiCKM
Represents the Control Knowledge Module.
|
class |
OdiIKM
Represents an Integration Knowledge Module.
|
class |
OdiInterface
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
An OdiInterface is the main class that implement target datastore feeding, suppling data from several source
datastores.
If an interface is constructed with a reference object, the interface will represented a shortcut to
the reference object. When an interface is used as a shortcut, most properties are accessed through
the base object. The This class is not intended to be used directly to create a consistent OdiInterface instance.
A consistent OdiInterface is an OdiInterface instance that would be executed as is without any consistency issues
regarding mappings, execution locations, etc. Creating a consistent This class is provided for internal use only, or for ODI consumers that want to read an existing OdiInterface instance.
Any direct changes to that class or any of its enclosing members from package StagingArea and TargetDataStore are non-nullable instances. |
class |
OdiJKM
Represents a journalization knowledge module.
|
class |
OdiKM
Abstract base class that all knowledge modules types subclasses.
|
class |
OdiLKM
Represents the Loading Knowledge Module.
|
class |
OdiPackage
Represents an ODI package.
|
class |
OdiProcedure
Abstract high-level object encompassing ODI User Procedures and ODI Knowledge
Modules.
|
class |
OdiProject
An OdiProject is a top level workbench object in ODI.
|
class |
OdiRKM
Represents the Reverse Knowledge Module.
|
class |
OdiUserProcedure
Represents the ODI user procedures.
|
class |
OdiXKM
Represents Extract Knowledge Module
OdiXKM class is defined to only use OdiXKMLine as ProcedureLine.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiLoadPlan
An OdiLoadPlan is the root entity of the Load Plan aggregate.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiLoadPlanInstance
The OdiLoadPlanInstance represents the state of an OdiLoadPlan once it's started.
Its main use is to keep an history of a load plan start, in order to be able to restart it in the same state. |
Modifier and Type | Class and Description |
---|---|
class |
OdiScenario
An ODI Scenario is designed to put a source component (interface, package, procedure, variable)
into production.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOdiWsBasePhysicalSchema
An AbstractOdiWsBasePhysicalSchema an extension of OdiPhysicalSchema and serves as the parent for the other Web Services Technology specific physical schema.
|
class |
OdiBICSPhysicalSchema
The Class OdiBICSPhysicalSchema.
|
class |
OdiContext
An ODI Context.
|
class |
OdiDataServer
An
OdiDataServer is a data server that is defined for a technology
into the physical topology of ODI. |
class |
OdiHadoopDataServer
The
OdiHadoopDataServer class contains information to connect to the
described hadoop data server and how to manage that connection with properties
like "hadoopJobTrackerUri" and "hadoopNameNodeUri". |
class |
OdiHBaseDataServer
The
OdiHBaseDataServer class contains information to connect to the
described HBase data server and how to manage that connection with properties |
class |
OdiHiveDataServer
The
OdiHiveDataServer class contains information to connect to the
described Hive data server and how to manage that connection with properties |
class |
OdiLogicalSchema
An ODI logical schema.
|
class |
OdiPhysicalSchema
An
OdiPhysicalSchema is a physical schema defined for a data server
into the physical topology of ODI. |
class |
OdiPigDataServer
The
OdiPigDataServer class contains information to connect to the
described Pig data server and how to manage that connection with properties
pigExecType |
class |
oracle.odi.domain.topology.OdiRestPhysicalSchema |
class |
OdiSparkPythonDataServer
The
OdiSparkPythonDataServer class contains information to connect to the
described SparkPython data server and how to manage that connection with properties |
class |
OdiTechnology
A technology that is defined within the physical topology provided by ODI.
|
class |
OdiWsPhysicalSchema
A
OdiWsPhysicalSchema is an extension of AbstractOdiWsBasePhysicalSchema
and encapsulates the properties specific to Web Services Technology
For details regarding the parent Physical Schema see AbstractOdiWsBasePhysicalSchema |