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

E17060-01

Package oracle.odi.domain.model

This package contains the Oracle Data Integrator Data Model domain implementation.

See:
          Description

Class Summary
AbstractOdiSubModel Abstract base class for sub-models.
KeyColumn Internal: Association class between an OdiKey and an OdiColumn.
KeyColumn.KeyColumnId Internal: Composite ID class for KeyColumn object.
OdiColumn An OdiColumn represents the data structure of a column part of an OdiDataStore.
OdiColumn.FileDescriptor Defines OdiColumn properties that are specific to OdiColumns on FILE technologies.
OdiCondition An OdiCondition allows to define a data constraint to check on an OdiDataStore.
OdiDataStore An OdiDataStore represents a two-dimensional tabular data structure, generally a database table structure.
OdiDataStore.CdcDescriptor A Change Data Capture descriptor.
OdiDataStore.FileDescriptor A FileDescriptor holds the OdiDataStore configuration specific to datastore defined on a FILE OdiTechnology.
OdiFilter An OdiFilter allows to define data filter relative to an OdiDataStore.
OdiGlobalSubModel AbstractOdiSubModel subclass, to manage global ODI submodels.
OdiKey A key for an OdiDataStore.
OdiMainPartition Represents a main partition of an OdiDataStore.
OdiModel An OdiModel represents a set of datastores corresponding to data structures contained in a physical schema.
OdiModelFolder An OdiModelFolder is used to arrange OdiModels.
OdiPartition An OdiPartition is an abstract class defining database partitioning.
OdiReference An OdiReference is a reference between a foreign OdiDataStore and a primary OdiDataStore.
OdiSubModel A sub model is a group of functionally homogeneous datastores within a model.
OdiSubPartition Subclasses OdiPartition, and is a child of a OdiMainPartition instance.
ReferenceColumn A reference column for an OdiReference.
ReferenceColumn.ReferenceColumnId Internal: .
 

Enum Summary
OdiColumn.FileDescriptor.OnErrorOption Defines the possible action in that can be taken during file loading if when the actual content of the file does not match the column definition.
OdiColumn.ScdType Defines the possible Slowly Changing Dimension behaviors related to OdiColumn.
OdiCondition.ConditionType Defines the type of an OdiCondition.
OdiDataStore.DataStoreType Defines the type of a datastore.
OdiDataStore.FileDescriptor.Format Defines the type of file that the datastore represents.
OdiDataStore.OlapType Defines the OLAP type of a datastore.
OdiDataStore.PartitioningPolicy Defines the partitioning policy on the datastore.
OdiKey.KeyType Defines the type of an OdiKey instance.
OdiModel.ReverseObjectType Defines the object type to be reverse engineered.
OdiModel.ReverseType Defines the type of reverse engineering.
OdiReference.ReferenceType Defines the possible types of references.
OdiSubModel.DistributionRule Defines data store distribution rule that apply to an OdiSubModel.
 

Package oracle.odi.domain.model Description

This package contains the Oracle Data Integrator Data Model domain implementation.

The Data Model domain includes models, submodels, datastores structure as well as references and constraints defined on those datastores.

The Data Model defined can then be used in integration projects using the Oracled Data Integrator Project domain. See oracle.odi.domain.project package.

Since:
11.1.1.3.0

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

E17060-01

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