Skip navigation links

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

E17060-02


Uses of Package
oracle.odi.domain.project

Packages that use oracle.odi.domain.project
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.project.finder This package contains Oracle Data Integrator Finder interfaces for domain project objects.
 
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.domain.runtime.loadplan   
oracle.odi.domain.runtime.lpi   
oracle.odi.domain.xrefs Provides cross reference class hierarchy. 
oracle.odi.domain.xrefs.expression Provides classes to manage expressions. 
oracle.odi.domain.xrefs.expression.contexts Defines contexts (aka scope) for expression parsing. 
oracle.odi.generation This package contains the generation services for Oracle Data Integrator. 
oracle.odi.generation.support This package contains the generation services for Oracle Data Integrator. 
oracle.odi.impexp This package contains the export and import services for Oracle Data Integrator. 
oracle.odi.impexp.support Provides classes to allow for running the different types of OracleDI exports and imports. 
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 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.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.km.optionretainer This package contains the implementations on retaining existing knowledge module options when a different knowledge module is used in 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.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.targetkeychoosers This package contains the implementations for finding an update key for the target datastores when working with Oracle Data Integrator interfaces. 
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 used by oracle.odi.domain.model
IOptionValue
          This represents the value taken by ProcedureOption when the procedure is used (StepProcedure, OdiModel...).
OdiCKM
          Represents the Control Knowledge Module.
OdiJKM
          Represents a journalization knowledge module.
OdiRKM
          Represents the Reverse Knowledge Module.
OdiSKM
          Represents the Service Knowledge Module.

 

Classes in oracle.odi.domain.project used by oracle.odi.domain.project
IOdiScenarioSource
          Marker interface for objects that can produce OdiScenario.
IOdiScenarioSourceContainer
          Marker interface for objects that can hold scenario sources such projects and folders.
IOptionValue
          This represents the value taken by ProcedureOption when the procedure is used (StepProcedure, OdiModel...).
OdiCKM
          Represents the Control Knowledge Module.
OdiFolder
          An OdiFolder is a workbench entity that ODI users will use to organize their work related to a single OdiProject.
OdiIKM
          Represents an Integration Knowledge Module.
OdiIKMLine
          Subclass of ProcedureLine providing IKM specific properties used during code generation.
OdiIKMLine.TemporaryIndexLocation
          Internal Enum that represents the location where temporary indexes can be created by an OdiIKMLine when executed.
Possible values are:
NONE: do not create any temporary index
ON_SOURCE: create temporary index on source
OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.
OdiInterface.CheckableFlowConstraint
          A constraint that can be checkable on the flow and potentially overriden in the interface.
Constraints include OdiKeys, OdiConditions and OdiReferences.
This class enables to manipulate the constraints and how they can be overridden in the interface.
Note that as for all objects inside interfaces, you should use IInteractiveInterfaceHelpers to modify constraints.
OdiInterface.DatabaseSchema
          The database schema on which the temporary target datastore is located.
OdiInterface.ExecutionLocation
          The execution location for Join, Filter, TargetMapping and TargetColumn expressions.
OdiInterface.IPersistenceComparable
          For internal use only.
OdiInterface.StagingArea
          Represents the staging area of the interface.
OdiInterface.TargetDataStore
          Represents the target datastore of the interface, which may be either a temporary datastore or an underlying existing OdiDataStore defined in an OdiModel.
It is located on an OdiLogicalSchema, which is either deduced from the underlying OdiDataStore or either shared with the Staging Area for a temporary datastore.
It contains TargetColumns which are either the mirror of existing OdiColumns from the underlying OdiDataStore, or either temporary target columns.
OdiJKM
          Represents a journalization knowledge module.
OdiJKMLine.RepeatOrder
          Defines if the command should be iterated for all the datastores when processing a CDC-related operation on a group of datastores (model or CDC set).
OdiKM
          Abstract base class that all knowledge modules types subclasses.
OdiLKM
          Represents the Loading Knowledge Module.
OdiLKMLine.TemporaryIndexLocation
          Internal Enum that represents the location where temporary indexes can be created by an OdiLKMLine when executed.
OdiPackage
          Represents an ODI package.
OdiProcedure
          Abstract high-level object encompassing ODI User Procedures and ODI Knowledge Modules.
OdiProcedureLine
          An OdiProcedureLine holds metadata about a task to be executed by ODI Execution Engine.
OdiProcedureLine.LogCounter
          Internal Enum that represents the different log counter type an OdiProcedureLine can use.
OdiProcedureLineCmd
          The OdiProcedureLineCmd contains information about the source or target line.
OdiProcedureLineCmd.CommitMode
          Commit Mode
OdiProcedureLineCmd.IsolationLevel
          Isolation Level
OdiProject
          An OdiProject is a top level workbench object in ODI.
OdiRKM
          Represents the Reverse Knowledge Module.
OdiSequence
          Represents design time metadata about a sequence.
OdiSequence.SequenceType
          Type of an ODI Sequence.
OdiSKM
          Represents the Service Knowledge Module.
OdiTechnologyAlreadyImplementedException
          Thrown when some user function's implementation is including for support the OdiTechnology which is already implemented by that user function (i.e.
OdiUserFunction
          Represents design time metadata about a customized function that can be used in expressions of other objects such as OdiInterface, OdiUserProcedure.
OdiUserFunctionImpl
          Represents metadata of an actual OdiUserFunction implementation for one or several OdiTechnology.
OdiUserProcedure
          Represents the ODI user procedures.
OdiVariable
          Represents design time metadata about a variable.
OdiVariable.Action
          Defines the type of persistence to be applied to an OdiVariable's value at runtime.
OdiVariable.DataType
          Defines the data type of an OdiVariable.
ProcedureOption
          Represents the option for an OdiProcedure.
ProcedureOption.OptionType
          ProcedureOption locally defines the Enum OptionType which represents the types a ProcedureOption can have.
Step
          Abstract base class of package's steps.
Step.LogLevel
          Defines the log level for a Step.
StepDataStore.IDataStoreAction
          Type safety interface that implementation classes will use to define datastore actions.
StepModel.IModelAction
          Type safety interface that implementation classes will use to define model actions.
StepModel.SimpleJournalizeModel
          Used to encapsulate informations about the simple journalizing that has to be done over the model related to an StepModel instance.
StepVariable
          Subclass of Step that will be used inside an OdiPackage to express usage/action of a variable for further use inside that OdiPackage.
StepVariable.IVariableAction
          Type safety interface that implementation classes will use to define variable actions.

 

Classes in oracle.odi.domain.project used by oracle.odi.domain.project.finder
OdiFolder
          An OdiFolder is a workbench entity that ODI users will use to organize their work related to a single OdiProject.
OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.
OdiKM
          Abstract base class that all knowledge modules types subclasses.
OdiPackage
          Represents an ODI package.
OdiProject
          An OdiProject is a top level workbench object in ODI.
OdiSequence
          Represents design time metadata about a sequence.
OdiSKM
          Represents the Service Knowledge Module.
OdiUserFunction
          Represents design time metadata about a customized function that can be used in expressions of other objects such as OdiInterface, OdiUserProcedure.
OdiUserProcedure
          Represents the ODI user procedures.
OdiVariable
          Represents design time metadata about a variable.

 

Classes in oracle.odi.domain.project used by oracle.odi.domain.project.interfaces
IOptionValue
          This represents the value taken by ProcedureOption when the procedure is used (StepProcedure, OdiModel...).
OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.
OdiInterface.ExecutionLocation
          The execution location for Join, Filter, TargetMapping and TargetColumn expressions.
OdiInterface.IPersistenceComparable
          For internal use only.
OdiInterface.TargetDataStore
          Represents the target datastore of the interface, which may be either a temporary datastore or an underlying existing OdiDataStore defined in an OdiModel.
It is located on an OdiLogicalSchema, which is either deduced from the underlying OdiDataStore or either shared with the Staging Area for a temporary datastore.
It contains TargetColumns which are either the mirror of existing OdiColumns from the underlying OdiDataStore, or either temporary target columns.
OdiLKM
          Represents the Loading Knowledge Module.

 

Classes in oracle.odi.domain.project used by oracle.odi.domain.runtime.loadplan
OdiVariable
          Represents design time metadata about a variable.
OdiVariable.DataType
          Defines the data type of an OdiVariable.

 

Classes in oracle.odi.domain.project used by oracle.odi.domain.runtime.lpi
OdiVariable.DataType
          Defines the data type of an OdiVariable.

 

Classes in oracle.odi.domain.project used by oracle.odi.domain.xrefs
OdiSequence
          Represents design time metadata about a sequence.
OdiUserFunction
          Represents design time metadata about a customized function that can be used in expressions of other objects such as OdiInterface, OdiUserProcedure.
OdiVariable
          Represents design time metadata about a variable.

 

Classes in oracle.odi.domain.project used by oracle.odi.domain.xrefs.expression
OdiSequence
          Represents design time metadata about a sequence.
OdiUserFunction
          Represents design time metadata about a customized function that can be used in expressions of other objects such as OdiInterface, OdiUserProcedure.
OdiVariable
          Represents design time metadata about a variable.

 

Classes in oracle.odi.domain.project used by oracle.odi.domain.xrefs.expression.contexts
OdiProject
          An OdiProject is a top level workbench object in ODI.

 

Classes in oracle.odi.domain.project used by oracle.odi.generation
IOdiScenarioSource
          Marker interface for objects that can produce OdiScenario.
IOdiScenarioSourceContainer
          Marker interface for objects that can hold scenario sources such projects and folders.

 

Classes in oracle.odi.domain.project used by oracle.odi.generation.support
IOdiScenarioSource
          Marker interface for objects that can produce OdiScenario.
IOdiScenarioSourceContainer
          Marker interface for objects that can hold scenario sources such projects and folders.

 

Classes in oracle.odi.domain.project used by oracle.odi.impexp
IOdiScenarioSourceContainer
          Marker interface for objects that can hold scenario sources such projects and folders.
OdiProcedure
          Abstract high-level object encompassing ODI User Procedures and ODI Knowledge Modules.

 

Classes in oracle.odi.domain.project used by oracle.odi.impexp.support
IOdiScenarioSourceContainer
          Marker interface for objects that can hold scenario sources such projects and folders.
OdiProcedure
          Abstract high-level object encompassing ODI User Procedures and ODI Knowledge Modules.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.basic
OdiCKM
          Represents the Control Knowledge Module.
OdiIKM
          Represents an Integration Knowledge Module.
OdiInterface.ExecutionLocation
          The execution location for Join, Filter, TargetMapping and TargetColumn expressions.
OdiLKM
          Represents the Loading Knowledge Module.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive
OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.
OdiInterface.ExecutionLocation
          The execution location for Join, Filter, TargetMapping and TargetColumn expressions.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive.support
IOptionValue
          This represents the value taken by ProcedureOption when the procedure is used (StepProcedure, OdiModel...).
OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.
OdiInterface.ExecutionLocation
          The execution location for Join, Filter, TargetMapping and TargetColumn expressions.
OdiKM
          Abstract base class that all knowledge modules types subclasses.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive.support.actionlistener
OdiInterface.ExecutionLocation
          The execution location for Join, Filter, TargetMapping and TargetColumn expressions.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive.support.actions
IOptionValue
          This represents the value taken by ProcedureOption when the procedure is used (StepProcedure, OdiModel...).
OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.
OdiInterface.DatabaseSchema
          The database schema on which the temporary target datastore is located.
OdiInterface.ExecutionLocation
          The execution location for Join, Filter, TargetMapping and TargetColumn expressions.
OdiInterface.TargetDataStore
          Represents the target datastore of the interface, which may be either a temporary datastore or an underlying existing OdiDataStore defined in an OdiModel.
It is located on an OdiLogicalSchema, which is either deduced from the underlying OdiDataStore or either shared with the Staging Area for a temporary datastore.
It contains TargetColumns which are either the mirror of existing OdiColumns from the underlying OdiDataStore, or either temporary target columns.
OdiKM
          Abstract base class that all knowledge modules types subclasses.
ProcedureOption.OptionType
          ProcedureOption locally defines the Enum OptionType which represents the types a ProcedureOption can have.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive.support.km
IOptionValue
          This represents the value taken by ProcedureOption when the procedure is used (StepProcedure, OdiModel...).
OdiKM
          Abstract base class that all knowledge modules types subclasses.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive.support.km.optionretainer
IOptionValue
          This represents the value taken by ProcedureOption when the procedure is used (StepProcedure, OdiModel...).
OdiKM
          Abstract base class that all knowledge modules types subclasses.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive.support.mapping.choosers
OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive.support.references.managers
OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive.support.sourceset.computers
OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.
OdiInterface.ExecutionLocation
          The execution location for Join, Filter, TargetMapping and TargetColumn expressions.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive.support.targetkeychoosers
OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive.support.textholder
OdiInterface.ExecutionLocation
          The execution location for Join, Filter, TargetMapping and TargetColumn expressions.

 

Classes in oracle.odi.domain.project used by oracle.odi.interfaces.interactive.support.xrefs
OdiProject
          An OdiProject is a top level workbench object in ODI.

 


Skip navigation links

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

E17060-02


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