Skip navigation links

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

E17060-02

A B C D E F G H I J K L M N O P R S T U V W X Z


O

obfuscate(String) - Static method in class oracle.odi.domain.util.ObfuscatedString
Deprecated. use ObfuscatedString.obfuscate(char[]) instead for better security
obfuscate(char[]) - Static method in class oracle.odi.domain.util.ObfuscatedString
Creates an ObfuscatedString instance from the given not obfuscated password as a char array.
ObfuscatedString - Class in oracle.odi.domain.util
An obfuscated string.
objectAdded(IInterfaceSubComponent) - Method in interface oracle.odi.interfaces.interactive.IInterfaceActionListener
Responds to the completion of the action of adding an ODI interface child object.
objectAdded(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerAbstract
 
objectAdded(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerComposer
 
objectAdded(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerEraser
Marks data set as "dirty" (to indicate source set recomputing is required) when an interface sub-component is added.
objectAdded(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerLazy
 
objectAdded(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerOneTable
 
objectAdded(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerRetainer
Marks data set as "dirty" (to indicate source set recomputing is required) when an interface sub-component is added.
objectChanged(IInterfaceSubComponent) - Method in interface oracle.odi.interfaces.interactive.IInterfaceActionListener
Responds to the completion of the action of modifying an ODI interface child object.
objectChanged(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerAbstract
 
objectChanged(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerComposer
 
objectChanged(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerEraser
Marks data set of a source data store as "dirty" (to indicate source set recomputing is required) when that source data store is modified.
objectChanged(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerLazy
 
objectChanged(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerOneTable
 
objectChanged(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerRetainer
Marks data set of a source data store as "dirty" (to indicate source set recomputing is required) when that source data store is modified.
objectRemoved(IInterfaceSubComponent) - Method in interface oracle.odi.interfaces.interactive.IInterfaceActionListener
Responds to the completion of the action of removing an ODI interface child object.
objectRemoved(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerAbstract
 
objectRemoved(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerComposer
 
objectRemoved(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerEraser
Marks data set (of a source data store or an executable text holder) as "dirty" (to indicate source set recomputing is required) when a source data store has been removed or when an interface sub-component that has an executable text holder has been removed.
objectRemoved(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerLazy
 
objectRemoved(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerOneTable
 
objectRemoved(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerRetainer
Marks data set (of a source data store or an executable text holder) as "dirty" (to indicate source set recomputing is required) when a source data store has been removed or when an interface sub-component that has an executable text holder has been removed.
objectRenamed(IInterfaceSubComponent, String, String) - Method in interface oracle.odi.interfaces.interactive.IInterfaceActionListener
Responds to the completion of the action of renaming an ODI interface child object.
objectRenamed(IInterfaceSubComponent, String, String) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerAbstract
 
objectRenamed(IInterfaceSubComponent, String, String) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerComposer
 
objectRenamed(IInterfaceSubComponent, String, String) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerEraser
Marks data set as "dirty" (to indicate source set recomputing is required) when that data set is renamed.
objectRenamed(IInterfaceSubComponent, String, String) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerLazy
 
objectRenamed(IInterfaceSubComponent, String, String) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerOneTable
 
objectRenamed(IInterfaceSubComponent, String, String) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerRetainer
Marks data set as "dirty" (to indicate source set recomputing is required) when that data set is renamed.
ObjTrace - Class in oracle.odi.domain.project.interfaces
This class represents trace messages of an object in the repository.
ObjTrace(OdiInterface) - Constructor for class oracle.odi.domain.project.interfaces.ObjTrace
Internal use only Creates a new trace message object for the specified interface.
ObjTrace.TraceSeverity - Enum in oracle.odi.domain.project.interfaces
Severity of trace message.
ObjTrace.TraceType - Enum in oracle.odi.domain.project.interfaces
Types of trace message.
ODI_ID - Static variable in class oracle.odi.setup.support.SchemaVersionUtil
 
OdiCaseElse - Class in oracle.odi.domain.runtime.loadplan
This class represents the 'else' clause in a "case-when-else" step of an OdiLoadPlan.
OdiCaseElseInstance - Class in oracle.odi.domain.runtime.lpi
This class represents the OdiLoadPlanCaseElse class in the OdiLoadPlanInstance hierarchy
OdiCaseElseInstance() - Constructor for class oracle.odi.domain.runtime.lpi.OdiCaseElseInstance
 
OdiCaseWhen - Class in oracle.odi.domain.runtime.loadplan
This class represents the 'when' clause in a "case-when-else" step of an OdiLoadPlan.
OdiCaseWhen.ComparisonOperator - Enum in oracle.odi.domain.runtime.loadplan
Comparisons possible for the OdiLoadPlanVariable defined on the parent OdiLoadPlanStepCase.
OdiCaseWhenInstance - Class in oracle.odi.domain.runtime.lpi
This class represents the OdiCaseWhen class in the OdiLoadPlanInstance hierarchy
OdiCaseWhenInstance() - Constructor for class oracle.odi.domain.runtime.lpi.OdiCaseWhenInstance
 
OdiCheckedException - Exception in oracle.odi.exception
Top level ODI SDK's checked exception class to be sub-classed by all specific custom checked exceptions of ODI SDK.
OdiCKM - Class in oracle.odi.domain.project
Represents the Control Knowledge Module.
OdiCKM(OdiProject, String) - Constructor for class oracle.odi.domain.project.OdiCKM
Constructor that sets the parent project and the name of the KM.
OdiCKMLine - Class in oracle.odi.domain.project
Subclass of ProcedureLine providing CKM specific properties used during code generation.
OdiColumn - Class in oracle.odi.domain.model
An OdiColumn represents the data structure of a column part of an OdiDataStore.
OdiColumn(OdiDataStore, String) - Constructor for class oracle.odi.domain.model.OdiColumn
Creates a column with the given name, bound to datastore pDatastore.
OdiColumn.FileDescriptor - Class in oracle.odi.domain.model
Defines OdiColumn properties that are specific to OdiColumns on FILE technologies.
OdiColumn.FileDescriptor() - Constructor for class oracle.odi.domain.model.OdiColumn.FileDescriptor
Creates a new OdiColumn.FileDescriptor.
OdiColumn.FileDescriptor(Integer, int, String, String, String, OdiColumn.FileDescriptor.OnErrorOption) - Constructor for class oracle.odi.domain.model.OdiColumn.FileDescriptor
Deprecated. 
OdiColumn.FileDescriptor(Integer, int, String, String[], boolean, String, OdiColumn.FileDescriptor.OnErrorOption) - Constructor for class oracle.odi.domain.model.OdiColumn.FileDescriptor
Creates a new OdiColumn.FileDescriptor.
OdiColumn.FileDescriptor.OnErrorOption - Enum in oracle.odi.domain.model
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 - Enum in oracle.odi.domain.model
Defines the possible Slowly Changing Dimension behaviors related to OdiColumn.
OdiCondition - Class in oracle.odi.domain.model
An OdiCondition allows to define a data constraint to check on an OdiDataStore.
OdiCondition(OdiDataStore, String) - Constructor for class oracle.odi.domain.model.OdiCondition
Creates a condition belonging to pDatastore with the name pName.
OdiCondition.ConditionType - Enum in oracle.odi.domain.model
Defines the type of an OdiCondition.
OdiConfigurationException - Exception in oracle.odi.core.config
Abstract root class for hierarchy of ODI configuration exceptions that are thrown when an invalid configuration data is detected when creating configuration objects, or when creating an OdiInstance.
OdiConfigurationException(String, Throwable) - Constructor for exception oracle.odi.core.config.OdiConfigurationException
Create a new OdiConfigurationException.
OdiConfigurationException(String) - Constructor for exception oracle.odi.core.config.OdiConfigurationException
Create a new OdiConfigurationException.
OdiConfigurationException(Throwable) - Constructor for exception oracle.odi.core.config.OdiConfigurationException
Create a new OdiConfigurationException.
OdiConnectionNotFoundException - Exception in oracle.odi.interfaces.data
An exception used when setting up runtime data access or checking expressions.
OdiConnectionNotFoundException() - Constructor for exception oracle.odi.interfaces.data.OdiConnectionNotFoundException
Create a new OdiConnectionNotFoundException.
OdiContext - Class in oracle.odi.domain.topology
An ODI Context.
OdiContext(String) - Constructor for class oracle.odi.domain.topology.OdiContext
Create a new OdiContext with given code.
OdiContext(String, String) - Constructor for class oracle.odi.domain.topology.OdiContext
Create a new OdiContext with given name and code.
OdiContextualAgentMapping - Class in oracle.odi.domain.topology
Agent mapping between a physical agent and a logical agent applying for an ODI context.
OdiContextualAgentMapping(OdiContext, OdiLogicalAgent, OdiPhysicalAgent) - Constructor for class oracle.odi.domain.topology.OdiContextualAgentMapping
Create a new OdiContextualAgentMapping.
OdiContextualAgentMapping.OdiContextualAgentMappingId - Class in oracle.odi.domain.topology
Defines the identifier class for OdiContextualAgentMapping class.
OdiContextualAgentMapping.OdiContextualAgentMappingId(Number, Number) - Constructor for class oracle.odi.domain.topology.OdiContextualAgentMapping.OdiContextualAgentMappingId
Create a new OdiContextualAgentMapping.OdiContextualAgentMappingId.
OdiContextualSchemaMapping - Class in oracle.odi.domain.topology
Schema mapping between physical schema and logical schema applying for an ODI context.
OdiContextualSchemaMapping(OdiContext, OdiLogicalSchema, OdiPhysicalSchema) - Constructor for class oracle.odi.domain.topology.OdiContextualSchemaMapping
Construct a new OdiContextualSchemaMapping that maps together the given logical and physical schemas for the specified context.
OdiContextualSchemaMapping.OdiContextualSchemaMappingId - Class in oracle.odi.domain.topology
Implements the composite key for OdiContextualSchemaMapping.
OdiContextualSchemaMapping.OdiContextualSchemaMappingId(Number, Number) - Constructor for class oracle.odi.domain.topology.OdiContextualSchemaMapping.OdiContextualSchemaMappingId
Create a new OdiContextualSchemaMapping.OdiContextualSchemaMappingId.
OdiDataServer - Class in oracle.odi.domain.topology
An OdiDataServer is a data server that is defined for a technology into the physical topology of ODI.
OdiDataServer(OdiTechnology, String) - Constructor for class oracle.odi.domain.topology.OdiDataServer
Construct a new OdiDataServer.
OdiDataStore - Class in oracle.odi.domain.model
An OdiDataStore represents a two-dimensional tabular data structure, generally a database table structure.
OdiDataStore(AbstractOdiSubModel, String) - Constructor for class oracle.odi.domain.model.OdiDataStore
Construct a new OdiDataStore.
OdiDataStore(OdiModel, String) - Constructor for class oracle.odi.domain.model.OdiDataStore
Construct a new OdiDataStore.
OdiDataStore.CdcDescriptor - Class in oracle.odi.domain.model
A Change Data Capture descriptor.
OdiDataStore.CdcDescriptor(boolean, int) - Constructor for class oracle.odi.domain.model.OdiDataStore.CdcDescriptor
Create a CdcDescriptor.
OdiDataStore.DataStoreType - Enum in oracle.odi.domain.model
Defines the type of a datastore.
OdiDataStore.FileDescriptor - Class in oracle.odi.domain.model
A FileDescriptor holds the OdiDataStore configuration specific to datastore defined on a FILE OdiTechnology.
OdiDataStore.FileDescriptor(OdiDataStore.FileDescriptor.Format, String, String, String, int, String) - Constructor for class oracle.odi.domain.model.OdiDataStore.FileDescriptor
Create a FileDescriptor.
OdiDataStore.FileDescriptor.Format - Enum in oracle.odi.domain.model
Defines the type of file that the datastore represents.
OdiDataStore.OlapType - Enum in oracle.odi.domain.model
Defines the OLAP type of a datastore.
OdiDataStore.PartitioningPolicy - Enum in oracle.odi.domain.model
Defines the partitioning policy on the datastore.
OdiDataStoreExpressionContext - Class in oracle.odi.domain.xrefs.expression.contexts
Context that has to be used to get SnpsExpressionTags relative to an OdiDataStore.
OdiDataStoreExpressionContext(OdiDataStore) - Constructor for class oracle.odi.domain.xrefs.expression.contexts.OdiDataStoreExpressionContext
Create a new OdiDataStoreExpressionContext.
OdiDataStoreExpressionContext(OdiDataStore, String) - Constructor for class oracle.odi.domain.xrefs.expression.contexts.OdiDataStoreExpressionContext
Create a new OdiDataStoreExpressionContext.
OdiDataType - Class in oracle.odi.domain.topology
An OdiDataType is a domain entity describing a single data type defined for an ODI technology.
OdiDomainException - Exception in oracle.odi.domain
Abstract root exception for odi domain packages.
OdiDomainException(String, Throwable) - Constructor for exception oracle.odi.domain.OdiDomainException
Create a new OdiDomainException.
OdiDomainException(String) - Constructor for exception oracle.odi.domain.OdiDomainException
Create a new OdiDomainException.
OdiDomainException(Throwable) - Constructor for exception oracle.odi.domain.OdiDomainException
Create a new OdiDomainException.
OdiEnterpriseScheduler - Class in oracle.odi.domain.topology
ODI domain object representing an ODI enterprise scheduler.
OdiEnterpriseScheduler() - Constructor for class oracle.odi.domain.topology.OdiEnterpriseScheduler
 
OdiEntityManagerFactoryUtils - Class in oracle.odi.core.persistence
Helper class that provides utility methods for IOdiEntityManager.
OdiEntityManagerFactoryUtils() - Constructor for class oracle.odi.core.persistence.OdiEntityManagerFactoryUtils
 
OdiException - Exception in oracle.odi.core.exception
Root "checked" exception in the ODI exceptions hierarchy.
OdiException(String, Throwable) - Constructor for exception oracle.odi.core.exception.OdiException
Create a new OdiException.
OdiException(String) - Constructor for exception oracle.odi.core.exception.OdiException
Create a new OdiException.
OdiException(Throwable) - Constructor for exception oracle.odi.core.exception.OdiException
Create a new OdiException.
OdiFilter - Class in oracle.odi.domain.model
An OdiFilter allows to define data filter relative to an OdiDataStore.
OdiFilter(OdiDataStore, String) - Constructor for class oracle.odi.domain.model.OdiFilter
Construct a new OdiFilter.
OdiFlexField - Class in oracle.odi.domain.topology
An ODI Flex Field enabling generic/flexible definition of custom informations for an ODI entity (aka IOdiEntity).
OdiFlexField(Class<? extends IFlexFieldUser>, String) - Constructor for class oracle.odi.domain.topology.OdiFlexField
Create a new OdiFlexField.
OdiFlexField.FlexFieldType - Enum in oracle.odi.domain.topology
Type safe enum for types of OdiFlexField.
OdiFolder - Class in oracle.odi.domain.project
An OdiFolder is a workbench entity that ODI users will use to organize their work related to a single OdiProject.
OdiFolder(OdiProject, String) - Constructor for class oracle.odi.domain.project.OdiFolder
Constructor who sets the parent project and the name of the folder.
OdiFolder(OdiFolder, String) - Constructor for class oracle.odi.domain.project.OdiFolder
Constructor who sets parent folder and the name of the folder.
OdiGlobalSubModel - Class in oracle.odi.domain.model
AbstractOdiSubModel subclass, to manage global ODI submodels.
OdiIKM - Class in oracle.odi.domain.project
Represents an Integration Knowledge Module.
OdiIKM(OdiProject, String) - Constructor for class oracle.odi.domain.project.OdiIKM
Constructor that sets the parent project and the name of the IKM.
OdiIKMLine - Class in oracle.odi.domain.project
Subclass of ProcedureLine providing IKM specific properties used during code generation.
OdiIKMLine.TemporaryIndexLocation - Enum in oracle.odi.domain.project
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
OdiIllegalArgumentException - Exception in oracle.odi.interfaces.interactive.exceptions
OdiIllegalArgumentException is an ODI replacement for IllegalArgumentException.
OdiIllegalArgumentException(MessageHandle, Object...) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.OdiIllegalArgumentException
Create a new OdiIllegalArgumentException.
OdiIllegalArgumentException(String, Object...) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.OdiIllegalArgumentException
Create a new OdiIllegalArgumentException, using the odi_interface resource bundle.
OdiIllegalStateException - Exception in oracle.odi.interfaces.interactive.exceptions
OdiIllegalStateException is an ODI replacement for IllegalStateException.
OdiIllegalStateException(MessageHandle, Object...) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.OdiIllegalStateException
Create a new OdiIllegalStateException.
OdiIllegalStateException(String, Object...) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.OdiIllegalStateException
Create a new OdiIllegalStateException, using the odi_interface resource bundle.
OdiImportException - Exception in oracle.odi.impexp
Exception thrown when import of objects in ODI repository fails.
OdiImportException(String, Throwable) - Constructor for exception oracle.odi.impexp.OdiImportException
Constructs an OdiImportException object.
OdiImportException(String) - Constructor for exception oracle.odi.impexp.OdiImportException
Constructs an OdiImportException object.
OdiImportException(Throwable) - Constructor for exception oracle.odi.impexp.OdiImportException
Constructs an OdiImportException object.
OdiImportForbiddenException - Exception in oracle.odi.impexp
Exception thrown when the import is forbidden.
OdiImportForbiddenException(String, Throwable) - Constructor for exception oracle.odi.impexp.OdiImportForbiddenException
Constructs an OdiImportForbiddenException object.
OdiImportForbiddenException(String) - Constructor for exception oracle.odi.impexp.OdiImportForbiddenException
Constructs an OdiImportForbiddenException object.
OdiImportForbiddenException(Throwable) - Constructor for exception oracle.odi.impexp.OdiImportForbiddenException
Constructs an OdiImportForbiddenException object.
OdiImportNotConsistentSynonymException - Exception in oracle.odi.impexp
Exception thrown when an import object's identifier is not consistent with the identifier of the object in the repository.
OdiImportNotConsistentSynonymException(String, Throwable) - Constructor for exception oracle.odi.impexp.OdiImportNotConsistentSynonymException
Constructs an OdiImportNotConsistentSynonymException object.
OdiImportNotConsistentSynonymException(String) - Constructor for exception oracle.odi.impexp.OdiImportNotConsistentSynonymException
Constructs an OdiImportNotConsistentSynonymException object.
OdiImportNotConsistentSynonymException(Throwable) - Constructor for exception oracle.odi.impexp.OdiImportNotConsistentSynonymException
Constructs an OdiImportNotConsistentSynonymException object.
OdiImportNotSupportedException - Exception in oracle.odi.impexp
Exception thrown when trying to import an object under an IImportRoot that doesn't support this object's class.
OdiImportNotSupportedException(String, Throwable) - Constructor for exception oracle.odi.impexp.OdiImportNotSupportedException
Constructs an OdiImportNotSupportedException object.
OdiImportNotSupportedException(String) - Constructor for exception oracle.odi.impexp.OdiImportNotSupportedException
Constructs an OdiImportNotSupportedException object.
OdiImportNotSupportedException(Throwable) - Constructor for exception oracle.odi.impexp.OdiImportNotSupportedException
Constructs an OdiImportNotSupportedException object.
OdiImportReplaceException - Exception in oracle.odi.impexp
Exception thrown when an import-replace operation fails.
OdiImportReplaceException(String) - Constructor for exception oracle.odi.impexp.OdiImportReplaceException
Constructs an OdiImportReplaceException object.
OdiImportReplaceException(Throwable) - Constructor for exception oracle.odi.impexp.OdiImportReplaceException
Constructs an OdiImportReplaceException object.
OdiImportReplaceException(String, Throwable) - Constructor for exception oracle.odi.impexp.OdiImportReplaceException
Constructs an OdiImportReplaceException object.
OdiImportUserProcedureOverKMException - Exception in oracle.odi.impexp
This exception prevents the user from updating an OdiUserProcedure with an OdiKM when importing.
OdiImportUserProcedureOverKMException(String, Throwable) - Constructor for exception oracle.odi.impexp.OdiImportUserProcedureOverKMException
Constructs an OdiImportUserProcedureOverKMException object.
OdiImportUserProcedureOverKMException(String) - Constructor for exception oracle.odi.impexp.OdiImportUserProcedureOverKMException
Constructs an OdiImportUserProcedureOverKMException object.
OdiImportUserProcedureOverKMException(Throwable) - Constructor for exception oracle.odi.impexp.OdiImportUserProcedureOverKMException
Constructs an OdiImportUserProcedureOverKMException object.
OdiIndexType - Class in oracle.odi.domain.topology
An OdiIndexType is a domain entity describing a single type of SGBDR index for an ODI technology.
OdiIndexType(OdiTechnology, String, String) - Constructor for class oracle.odi.domain.topology.OdiIndexType
Create a new OdiIndexType.
OdiInstance - Class in oracle.odi.core
Represents an instance of ODI master / work repositories.
OdiInstanceConfig - Class in oracle.odi.core.config
Holds all configuration information required by an instance of ODI.
OdiInstanceConfig(MasterRepositoryDbInfo, WorkRepositoryDbInfo, int, String, boolean) - Constructor for class oracle.odi.core.config.OdiInstanceConfig
Constructs an OdiInstanceConfig with given parameters and the optimistic locking enabled.
OdiInstanceConfig(MasterRepositoryDbInfo, WorkRepositoryDbInfo, int, String, boolean, boolean) - Constructor for class oracle.odi.core.config.OdiInstanceConfig
Constructs an OdiInstanceConfig with given parameters.
OdiInstanceConfig(MasterRepositoryDbInfo, WorkRepositoryDbInfo, int) - Constructor for class oracle.odi.core.config.OdiInstanceConfig
Constructs an OdiInstanceConfig with no data source selector and with full persistence support.
OdiInstanceConfig(MasterRepositoryDbInfo, WorkRepositoryDbInfo) - Constructor for class oracle.odi.core.config.OdiInstanceConfig
Constructs an OdiInstanceConfig with no data source selector, with full persistence support and with no specific JDBC data source timeout.
OdiInterface - Class in oracle.odi.domain.project
An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.
OdiInterface(OdiFolder, String, OdiContext) - Constructor for class oracle.odi.domain.project.OdiInterface
For internal use only Creates a new interface.
OdiInterface.CheckableFlowConstraint - Class in oracle.odi.domain.project
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.ColumnSorterId - Class in oracle.odi.domain.project
Sorter for TargetColumns by id.
OdiInterface.ColumnSorterId() - Constructor for class oracle.odi.domain.project.OdiInterface.ColumnSorterId
 
OdiInterface.ColumnSorterPosition - Class in oracle.odi.domain.project
Comparator used to sort TargetColumns by position.
OdiInterface.ColumnSorterPosition() - Constructor for class oracle.odi.domain.project.OdiInterface.ColumnSorterPosition
 
OdiInterface.DatabaseSchema - Enum in oracle.odi.domain.project
The database schema on which the temporary target datastore is located.
OdiInterface.ExecutionLocation - Enum in oracle.odi.domain.project
The execution location for Join, Filter, TargetMapping and TargetColumn expressions.
OdiInterface.IPersistenceComparable<T extends OdiInterface.IPersistenceComparable<?>> - Interface in oracle.odi.domain.project
For internal use only.
OdiInterface.StagingArea - Class in oracle.odi.domain.project
Represents the staging area of the interface.
OdiInterface.TargetDataStore - Class in oracle.odi.domain.project
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.
OdiInterfaceDataAccessChecker - Class in oracle.odi.interfaces.data
A class used to do data access checking for the sources and targets of an interface.
OdiInterfaceDataAccessChecker() - Constructor for class oracle.odi.interfaces.data.OdiInterfaceDataAccessChecker
 
OdiInterfaceDataAccessHelperFactory - Class in oracle.odi.interfaces.data.impl
A factory to create IOdiInterfaceDataAccessHelper instances.
OdiInterfaceDataAccessHelperFactory() - Constructor for class oracle.odi.interfaces.data.impl.OdiInterfaceDataAccessHelperFactory
 
OdiInterfaceExpressionCheckerFactory - Class in oracle.odi.interfaces.data.impl
A factory to create IOdiInterfaceExpressionChecker interface instances.
OdiInterfaceExpressionCheckerFactory() - Constructor for class oracle.odi.interfaces.data.impl.OdiInterfaceExpressionCheckerFactory
 
OdiInterfaceFatalIssueException - Exception in oracle.odi.interfaces.interactive.exceptions
Thrown when an interface contains fatal issues and cannot be saved.
OdiInterfaceFatalIssueException(IInterfaceIssue) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.OdiInterfaceFatalIssueException
Constructs a new OdiInterfaceFatalIssueException.
OdiInterfaceNotReadyForPersistException - Exception in oracle.odi.interfaces.basic
Thrown when the interface cannot be saved due to errors.
OdiInterfaceNotReadyForPersistException(MessageHandle, Object...) - Constructor for exception oracle.odi.interfaces.basic.OdiInterfaceNotReadyForPersistException
Construct a new OdiInterfaceNotReadyForPersistException.
OdiInterfaceNotReadyForPersistException - Exception in oracle.odi.interfaces.interactive.exceptions
Thrown when an interface object contains error and cannot be saved to the repository.
OdiInterfaceNotReadyForPersistException(MessageHandle, Object...) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.OdiInterfaceNotReadyForPersistException
Construct a new OdiInterfaceNotReadyForPersistException.
OdiJKM - Class in oracle.odi.domain.project
Represents a journalization knowledge module.
OdiJKM(OdiProject, String) - Constructor for class oracle.odi.domain.project.OdiJKM
Constructor that sets the parent project and the name of the KM.
OdiJKMLine - Class in oracle.odi.domain.project
Subclass of ProcedureLine providing JKM specific properties used during code generation.
OdiJKMLine.RepeatOrder - Enum in oracle.odi.domain.project
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).
OdiKey - Class in oracle.odi.domain.model
A key for an OdiDataStore.
OdiKey(OdiDataStore, String) - Constructor for class oracle.odi.domain.model.OdiKey
Construct a new OdiKey.
OdiKey.KeyType - Enum in oracle.odi.domain.model
Defines the type of an OdiKey instance.
OdiKM<L extends OdiProcedureLine> - Class in oracle.odi.domain.project
Abstract base class that all knowledge modules types subclasses.
OdiKMComparator - Class in oracle.odi.domain.project
Class implements a Comparator for sorting KM.
OdiKMComparator(OdiTechnology, OdiTechnology) - Constructor for class oracle.odi.domain.project.OdiKMComparator
Constructs an OdiKMComparator object.
OdiLKM - Class in oracle.odi.domain.project
Represents the Loading Knowledge Module.
OdiLKM(OdiProject, String) - Constructor for class oracle.odi.domain.project.OdiLKM
Constructor that sets the parent project and the name of the KM.
OdiLKMLine - Class in oracle.odi.domain.project
Subclass of ProcedureLine providing LKM specific properties used during code generation.
OdiLKMLine.TemporaryIndexLocation - Enum in oracle.odi.domain.project
Internal Enum that represents the location where temporary indexes can be created by an OdiLKMLine when executed.
OdiLoadPlan - Class in oracle.odi.domain.runtime.loadplan
An OdiLoadPlan is the root entity of the Load Plan aggregate.
OdiLoadPlan(String) - Constructor for class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
Create an OdiLoadPlan instance.
Creates a default root OdiLoadPlanStep.
OdiLoadPlan.SessionLogsBehavior - Enum in oracle.odi.domain.runtime.loadplan
Indicates how logs will be maintained by default for the session of each of the scenarios started by the Load Plan.
OdiLoadPlan.SessionStepLogsBehavior - Enum in oracle.odi.domain.runtime.loadplan
Indicates how logs will be maintained by default for the session steps of each of the scenarios started by the Load Plan.
OdiLoadPlanCaseCondition - Class in oracle.odi.domain.runtime.loadplan
Abstract class representing the clauses available in a stepCase (Case-when-else).
OdiLoadPlanElement - Class in oracle.odi.domain.runtime.loadplan
Abstract class representing an object in the OdiLoadPlan hierarchy of steps
OdiLoadPlanException - Class in oracle.odi.domain.runtime.loadplan
An OdiLoadPlanException represents some action that can be executed when the OdiLoadPlan faces an error.
On each step, the OdiLoadPlan can define an OdiLoadPlanException to be executed in such a case.
The OdiLoadPlan manages a list of OdiLoadPlanException.
OdiLoadPlanInstance - Class in oracle.odi.domain.runtime.lpi
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.
OdiLoadPlanInstanceBaseLog - Interface in oracle.odi.domain.runtime.lpi
 
OdiLoadPlanInstanceCaseCondition - Class in oracle.odi.domain.runtime.lpi
Abstract class representing the clauses available in a stepCase (Case-when-else).
OdiLoadPlanInstanceCaseCondition() - Constructor for class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceCaseCondition
 
OdiLoadPlanInstanceElement - Class in oracle.odi.domain.runtime.lpi
Abstract class representing an object in the OdiLoadPlanInstance hierarchy of steps
OdiLoadPlanInstanceElement() - Constructor for class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceElement
 
OdiLoadPlanInstanceException - Class in oracle.odi.domain.runtime.lpi
This class represents the OdiLoadPlanException class in the OdiLoadPlanInstance hierarchy
OdiLoadPlanInstanceExceptionLog - Class in oracle.odi.domain.runtime.lpi
This class represents the logs for the execution of an exception when the execution of a step of the load plan failed.
OdiLoadPlanInstanceRun - Class in oracle.odi.domain.runtime.lpi
Class representing the attempt to execute an OdiLoadPlanInstance
OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId - Class in oracle.odi.domain.runtime.lpi
Implements the composite key for OdiContextualSchemaMapping.
OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId(Number, Long) - Constructor for class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId
Create a new OdiContextualSchemaMapping.OdiContextualSchemaMappingId.
OdiLoadPlanInstanceRun.Status - Enum in oracle.odi.domain.runtime.lpi
Execution status
OdiLoadPlanInstanceRun.StepCaseConditionStatus - Enum in oracle.odi.domain.runtime.lpi
Case step clause Evaluation status
OdiLoadPlanInstanceRunCriteria - Class in oracle.odi.domain.runtime.lpi.finder
 
OdiLoadPlanInstanceRunCriteria() - Constructor for class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
 
OdiLoadPlanInstanceSessionLog - Interface in oracle.odi.domain.runtime.lpi
 
OdiLoadPlanInstanceStep - Class in oracle.odi.domain.runtime.lpi
This class represents the OdiLoadPlanStep class in the OdiLoadPlanInstance hierarchy
OdiLoadPlanInstanceStep() - Constructor for class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
 
OdiLoadPlanInstanceStepCase - Class in oracle.odi.domain.runtime.lpi
This class represents the OdiLoadPlanStepCase class in the OdiLoadPlanInstance hierarchy
OdiLoadPlanInstanceStepContainer - Class in oracle.odi.domain.runtime.lpi
This abstract class represents the steps that serve as container for other steps.
OdiLoadPlanInstanceStepContainer() - Constructor for class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepContainer
 
OdiLoadPlanInstanceStepLog - Class in oracle.odi.domain.runtime.lpi
 
OdiLoadPlanInstanceStepLog() - Constructor for class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
OdiLoadPlanInstanceStepParallel - Class in oracle.odi.domain.runtime.lpi
This class represents the OdiLoadPlanStepParallel class in the OdiLoadPlanInstance hierarchy
OdiLoadPlanInstanceStepRunScenario - Class in oracle.odi.domain.runtime.lpi
This class represents the OdiLoadPlanStepRunScenario class in the OdiLoadPlanInstance hierarchy
OdiLoadPlanInstanceStepSerial - Class in oracle.odi.domain.runtime.lpi
This class represents the OdiLoadPlanStepSerial class in the OdiLoadPlanInstance hierarchy
OdiLoadPlanInstanceStepVariable - Class in oracle.odi.domain.runtime.lpi
This class represents the OdiLoadPlanStepVariable class in the OdiLoadPlanInstance hierarchy
OdiLoadPlanInstanceVariable - Class in oracle.odi.domain.runtime.lpi
This class represents the OdiLoadPlanVariable class in the OdiLoadPlanInstance hierarchy
OdiLoadPlanInstanceVariableLog - Class in oracle.odi.domain.runtime.lpi
 
OdiLoadPlanInstanceVariableLog() - Constructor for class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
 
OdiLoadPlanStep - Class in oracle.odi.domain.runtime.loadplan
The OdiLoadPlanStep is an abstract class for the steps of the aggregate OdiLoadPlan.
The implementations are: OdiLoadPlanStepSerial OdiLoadPlanStepParallel OdiLoadPlanStepCase OdiLoadPlanStepRunScenario
OdiLoadPlanStep.ExceptionBehavior - Enum in oracle.odi.domain.runtime.loadplan
Behavior in case the OdiLoadPlanStep execution throws an exception.
OdiLoadPlanStep.RegenerationMode - Enum in oracle.odi.domain.runtime.loadplan
Defines the regeneration modes of a step
OdiLoadPlanStepCase - Class in oracle.odi.domain.runtime.loadplan
An OdiLoadPlanStepCase is one of the OdiLoadPlanStepCase.
It represents an aggregate "case-when*-else" (* there can be multiple when clauses).
OdiLoadPlanStepContainer - Class in oracle.odi.domain.runtime.loadplan
This abstract class represents the steps that serve as container for other steps.
OdiLoadPlanStepParallel - Class in oracle.odi.domain.runtime.loadplan
Concrete class for OdiLoadPlanStep describing the execution of children step in parallel.
OdiLoadPlanStepParallel.RestartType - Enum in oracle.odi.domain.runtime.loadplan
Restart behavior of this step when the Load Plan is restarted.
OdiLoadPlanStepRunScenario - Class in oracle.odi.domain.runtime.loadplan
Concrete class for OdiLoadPlanStep defining the execution of an OdiScenario
OdiLoadPlanStepRunScenario.RestartType - Enum in oracle.odi.domain.runtime.loadplan
Restart behavior of this step when the Load Plan is restarted.
OdiLoadPlanStepSerial - Class in oracle.odi.domain.runtime.loadplan
Concrete class for OdiLoadPlanStep describing the execution of children steps in a given order.
OdiLoadPlanStepSerial.RestartType - Enum in oracle.odi.domain.runtime.loadplan
Restart behavior of this step when the Load Plan is restarted.
Values can be:
-From Failure: When restarting the Load Plan and this step is known to be in failure (i.e.
OdiLoadPlanStepVariable - Class in oracle.odi.domain.runtime.loadplan
This class represents the association between an OdiLoadPlanVariable and an OdiLoadPlanStep.
OdiLoadPlanVariable - Class in oracle.odi.domain.runtime.loadplan
The OdiLoadPlanVariable is the inclusion of an OdiVariable in the context of an OdiLoadPlan.
OdiLoadPlanVariableUsedException - Exception in oracle.odi.domain.runtime.loadplan
Thrown when trying to remove a load plan variable currently used as a test variable in a step case.
OdiLoadPlanVariableUsedException() - Constructor for exception oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariableUsedException
 
OdiLogicalAgent - Class in oracle.odi.domain.topology
An ODI logical agent to be used as reference to an OdiPhysicalAgent for a given OdiContext.
OdiLogicalAgent(String) - Constructor for class oracle.odi.domain.topology.OdiLogicalAgent
Create a new OdiLogicalAgent.
OdiLogicalSchema - Class in oracle.odi.domain.topology
An ODI logical schema.
OdiLogicalSchema(OdiTechnology, String) - Constructor for class oracle.odi.domain.topology.OdiLogicalSchema
Construct a new OdiLogicalSchema.
OdiMainPartition - Class in oracle.odi.domain.model
Represents a main partition of an OdiDataStore.
OdiMainPartition(OdiDataStore, String) - Constructor for class oracle.odi.domain.model.OdiMainPartition
Constructs a new main partition.
OdiMasterRepositoryInfo - Class in oracle.odi.domain.topology
Metadata about an ODI Master Repository.
OdiModel - Class in oracle.odi.domain.model
An OdiModel represents a set of datastores corresponding to data structures contained in a physical schema.
OdiModel(OdiLogicalSchema, String, String) - Constructor for class oracle.odi.domain.model.OdiModel
Constructor that sets the logical schema, name and the code.
OdiModel.ReverseObjectType - Enum in oracle.odi.domain.model
Defines the object type to be reverse engineered.
OdiModel.ReverseType - Enum in oracle.odi.domain.model
Defines the type of reverse engineering.
OdiModelFolder - Class in oracle.odi.domain.model
An OdiModelFolder is used to arrange OdiModels.
OdiModelFolder(String) - Constructor for class oracle.odi.domain.model.OdiModelFolder
Creates a "root" model folder.
OdiModelFolder(OdiModelFolder, String) - Constructor for class oracle.odi.domain.model.OdiModelFolder
Creates a model folder as a child of the given model folder.
OdiOnConnectConfig - Class in oracle.odi.domain.topology
Holds configuration information related to OnConnect command to be applied to an OdiDataServer's connection when it is obtained.
OdiOnConnectConfig(String, LogLevel, Set<TransactionChannel>, boolean, boolean, boolean) - Constructor for class oracle.odi.domain.topology.OdiOnConnectConfig
Create a new OdiOnConnectConfig
OdiOnDisconnectConfig - Class in oracle.odi.domain.topology
Holds configuration information related to OnDisconnect command to be applied to an OdiDataServer's connection when it is released.
OdiOnDisconnectConfig(String, LogLevel, Set<TransactionChannel>, boolean, boolean, boolean) - Constructor for class oracle.odi.domain.topology.OdiOnDisconnectConfig
Create a new OdiOnDisconnectConfig
OdiOriginalObjectNotExistException - Exception in oracle.odi.domain.runtime.loadplan
Thrown when trying to regenerate a scenario and the original object (package, procedure, etc...) doesn't exist anymore.
OdiOriginalObjectNotExistException() - Constructor for exception oracle.odi.domain.runtime.loadplan.OdiOriginalObjectNotExistException
 
OdiPackage - Class in oracle.odi.domain.project
Represents an ODI package.
OdiPackage(OdiFolder, String) - Constructor for class oracle.odi.domain.project.OdiPackage
Constructor that sets the parentFolder and the name of the package.
OdiPartition - Class in oracle.odi.domain.model
An OdiPartition is an abstract class defining database partitioning.
OdiPhysicalAgent - Class in oracle.odi.domain.topology
An ODI physical agent, holding metadata about a deployed runtime agent.
OdiPhysicalAgent(String) - Constructor for class oracle.odi.domain.topology.OdiPhysicalAgent
Construct a new OdiPhysicalAgent with the given name.
OdiPhysicalAgentDataSource - Class in oracle.odi.domain.topology
OdiPhysicalAgentDataSource allows to override connection settings of an AbstractOdiDataServer with J2EE DataSource settings for an ODI agent deployed into a J2EE server.
OdiPhysicalAgentDataSource(OdiPhysicalAgent, AbstractOdiDataServer) - Constructor for class oracle.odi.domain.topology.OdiPhysicalAgentDataSource
Create a new OdiPhysicalAgentDataSource.
OdiPhysicalAgentDataSource.OdiPhysicalAgentDataSourceId - Class in oracle.odi.domain.topology
Identifier class for OdiPhysicalAgentDataSource.
OdiPhysicalAgentDataSource.OdiPhysicalAgentDataSourceId(Number, Number) - Constructor for class oracle.odi.domain.topology.OdiPhysicalAgentDataSource.OdiPhysicalAgentDataSourceId
Create a new OdiPhysicalAgentDataSource.OdiPhysicalAgentDataSourceId.
OdiPhysicalSchema - Class in oracle.odi.domain.topology
An OdiPhysicalSchema is a physical schema defined for a data server into the physical topology of ODI.
OdiPhysicalSchema(OdiDataServer) - Constructor for class oracle.odi.domain.topology.OdiPhysicalSchema
Construct a new OdiPhysicalSchema and add it to the given OdiDataServer's physical schemas.
OdiProcedure<L extends OdiProcedureLine> - Class in oracle.odi.domain.project
Abstract high-level object encompassing ODI User Procedures and ODI Knowledge Modules.
OdiProcedureLine - Class in oracle.odi.domain.project
An OdiProcedureLine holds metadata about a task to be executed by ODI Execution Engine.
OdiProcedureLine.LogCounter - Enum in oracle.odi.domain.project
Internal Enum that represents the different log counter type an OdiProcedureLine can use.
OdiProcedureLine.OdiProcedureLineId - Class in oracle.odi.domain.project
An OdiProcedureLineId represents the identity of an OdiProcedureLine object.
OdiProcedureLine.OdiProcedureLineId(Number, Number) - Constructor for class oracle.odi.domain.project.OdiProcedureLine.OdiProcedureLineId
Construct the OdiProcedureLineId using the OdiProcedure id and the line order.
OdiProcedureLineCmd - Class in oracle.odi.domain.project
The OdiProcedureLineCmd contains information about the source or target line.
OdiProcedureLineCmd() - Constructor for class oracle.odi.domain.project.OdiProcedureLineCmd
Create a new OdiProceudreLineCmd setting no attributes.
OdiProcedureLineCmd(OdiProcedureLineCmd.CommitMode, Integer, boolean, OdiProcedureLineCmd.IsolationLevel, OdiContext, OdiTechnology, OdiLogicalSchema, Expression) - Constructor for class oracle.odi.domain.project.OdiProcedureLineCmd
Create a new OdiProcdureLine setting all attributes to specific values.
OdiProcedureLineCmd(OdiProcedureLineCmd) - Constructor for class oracle.odi.domain.project.OdiProcedureLineCmd
Copy Constructor for OdiProcdureLineCmd.
OdiProcedureLineCmd.CommitMode - Enum in oracle.odi.domain.project
Commit Mode
OdiProcedureLineCmd.IsolationLevel - Enum in oracle.odi.domain.project
Isolation Level
OdiProject - Class in oracle.odi.domain.project
An OdiProject is a top level workbench object in ODI.
OdiProject(String, String) - Constructor for class oracle.odi.domain.project.OdiProject
Constructs an OdiProject object.
OdiProjectExpressionContext - Class in oracle.odi.domain.xrefs.expression.contexts
Context that has to be used to get SnpsExpressionTags relative to an OdiProject.
OdiProjectExpressionContext(OdiProject) - Constructor for class oracle.odi.domain.xrefs.expression.contexts.OdiProjectExpressionContext
Create a new OdiProjectExpressionContext.
OdiProjectExpressionContext(OdiProject, IOdiVariableFinder, IOdiSequenceFinder, IOdiUserFunctionFinder) - Constructor for class oracle.odi.domain.xrefs.expression.contexts.OdiProjectExpressionContext
Create a new OdiProjectExpressionContext.
OdiReference - Class in oracle.odi.domain.model
An OdiReference is a reference between a foreign OdiDataStore and a primary OdiDataStore.
OdiReference(OdiDataStore, OdiDataStore, String) - Constructor for class oracle.odi.domain.model.OdiReference
Creates an OdiReference for the given foreign and primary OdiDataStores.
OdiReference.ReferenceType - Enum in oracle.odi.domain.model
Defines the possible types of references.
OdiRepositoryServer - Class in oracle.odi.domain.topology
An OdiRepositoryServer.
OdiRKM - Class in oracle.odi.domain.project
Represents the Reverse Knowledge Module.
OdiRKM(OdiProject, String) - Constructor for class oracle.odi.domain.project.OdiRKM
Constructor that sets the parent project and the name of the KM.
OdiRKMLine - Class in oracle.odi.domain.project
Subclass of ProcedureLine providing RKM specific properties used during reverse engineering.
OdiRuntimeException - Exception in oracle.odi.core.exception
ODI "unchecked" exception used to report unexpected errors such as security failure, repository configuration errors.
OdiRuntimeException() - Constructor for exception oracle.odi.core.exception.OdiRuntimeException
Create a new OdiRuntimeException.
OdiRuntimeException(String, Throwable) - Constructor for exception oracle.odi.core.exception.OdiRuntimeException
Create a new OdiRuntimeException.
OdiRuntimeException(String) - Constructor for exception oracle.odi.core.exception.OdiRuntimeException
Create a new OdiRuntimeException.
OdiRuntimeException(Throwable) - Constructor for exception oracle.odi.core.exception.OdiRuntimeException
Create a new OdiRuntimeException.
OdiScenario - Class in oracle.odi.domain.runtime.scenario
An ODI Scenario is designed to put a source component (interface, package, procedure, variable) into production.
OdiScenarioFolder - Class in oracle.odi.domain.runtime.scenario
*
OdiScenarioFolder(String) - Constructor for class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Constructs the top-level OdiScenarioFolder specified by the given name.
OdiScenarioFolder(OdiScenarioFolder, String) - Constructor for class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Constructs the OdiScenarioFolder specified by the given name within the given parent scenario folder.
OdiScenarioGeneratorException - Exception in oracle.odi.generation
Runtime exception thrown when the generation of a scenario failed.
OdiScenarioGeneratorException(String, Throwable) - Constructor for exception oracle.odi.generation.OdiScenarioGeneratorException
Construct OdiScenarioGenerator exception with message and cause.
OdiScenarioGeneratorException(String) - Constructor for exception oracle.odi.generation.OdiScenarioGeneratorException
Construct OdiScenarioGenerator exception with message.
OdiScenarioGeneratorException(Throwable) - Constructor for exception oracle.odi.generation.OdiScenarioGeneratorException
Construct OdiScenarioGenerator exception with cause.
OdiScenarioGeneratorImpl - Class in oracle.odi.generation.support
Default IOdiScenarioGenerator implementation.
OdiScenarioGeneratorImpl(OdiInstance) - Constructor for class oracle.odi.generation.support.OdiScenarioGeneratorImpl
Construct an IOdiScenarioGenerator for generating a scenario.
OdiScenarioNotFoundException - Exception in oracle.odi.generation
Raised when one scenario generation process was not able to find a scenario from the given scenario tag.
OdiScenarioNotFoundException(Tag) - Constructor for exception oracle.odi.generation.OdiScenarioNotFoundException
 
OdiScenarioReport - Class in oracle.odi.domain.runtime.scenario
Defines execution report of an OdiScenario.
OdiScenarioSequence - Class in oracle.odi.domain.runtime.scenario
Defines a sequence inside an OdiScenario.
OdiScenarioVariable - Class in oracle.odi.domain.runtime.scenario
Defines a variable inside an OdiScenario and is part of the OdiScenario - OdiScenarioVariable - OdiScenarioSequence - OdiScenarioReport aggregate.
OdiSecurityException - Exception in oracle.odi.core.security
Abstract superclass for all exceptions thrown in the security package and subpackages.
OdiSecurityException() - Constructor for exception oracle.odi.core.security.OdiSecurityException
Construct a new empty OdiSecurityException.
OdiSecurityException(String, Throwable) - Constructor for exception oracle.odi.core.security.OdiSecurityException
Construct a new OdiSecurityException.
OdiSecurityException(String) - Constructor for exception oracle.odi.core.security.OdiSecurityException
Construct a new OdiSecurityException.
OdiSecurityException(Throwable) - Constructor for exception oracle.odi.core.security.OdiSecurityException
Construct a new OdiSecurityException.
OdiSequence - Class in oracle.odi.domain.project
Represents design time metadata about a sequence.
OdiSequence(OdiProject, String, Integer) - Constructor for class oracle.odi.domain.project.OdiSequence
Construct a new OdiSequence.
OdiSequence.SequenceType - Enum in oracle.odi.domain.project
Type of an ODI Sequence.
OdiSequenceCrossRef - Class in oracle.odi.domain.xrefs
A cross reference, referencing an OdiSequence.
OdiSequenceCrossRef(int, String, OdiSequence) - Constructor for class oracle.odi.domain.xrefs.OdiSequenceCrossRef
Create a new OdiSequenceCrossRef.
OdiSession - Class in oracle.odi.domain.runtime.session
An OdiSession is an execution (of a scenario, an interface, a package or a procedure, ...) undertaken by an execution agent.
OdiSessionCriteria - Class in oracle.odi.domain.runtime.session.finder
Class represents search criteria for searching OdiSession instances.
OdiSessionCriteria() - Constructor for class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
 
OdiSessionFolder - Class in oracle.odi.domain.runtime.session
An OdiSessionFolder is used to group OdiSession using predefined Keywords.
OdiSessionFolder(String) - Constructor for class oracle.odi.domain.runtime.session.OdiSessionFolder
Constructs a new OdiSessionFolder, specified by name.
OdiSessionStepLog - Class in oracle.odi.domain.runtime.session
Execution log of an OdiSession's step.
OdiSessionStepLog.OdiSessionStepLogId - Class in oracle.odi.domain.runtime.session
 
OdiSessionStepLog.OdiSessionStepLogId(Number, int, int) - Constructor for class oracle.odi.domain.runtime.session.OdiSessionStepLog.OdiSessionStepLogId
 
OdiSessionTaskLog - Class in oracle.odi.domain.runtime.session
Execution log of an OdiSession's task.
OdiSessionTaskLog.CommitMode - Enum in oracle.odi.domain.runtime.session
Type safe enum that represents commit mode applied to a task when executed.
OdiSessionTaskLog.IsolationLevel - Enum in oracle.odi.domain.runtime.session
Type safe enum that represents DB isolation level applied to a task when executed.
OdiSessionTaskLog.LogCounter - Enum in oracle.odi.domain.runtime.session
Type safe enum that represents different log counter types defined for a task.
OdiSessionVariable - Class in oracle.odi.domain.runtime.session
Defines a variable inside an OdiSession and is part of the OdiSession - OdiSessionVariable - OdiSessionStepLog aggregate.
OdiSKM - Class in oracle.odi.domain.project
Represents the Service Knowledge Module.
OdiSKM(OdiProject, String) - Constructor for class oracle.odi.domain.project.OdiSKM
Constructor that sets the parent project and the name of the KM
OdiStandardSequenceValue - Class in oracle.odi.domain.runtime.sequence
OdiStandardSequenceValue class represents current value of ODI sequences of SequenceType.STANDARD type.
OdiStandardSequenceValue() - Constructor for class oracle.odi.domain.runtime.sequence.OdiStandardSequenceValue
 
OdiStepReport - Class in oracle.odi.domain.runtime.scenario
Defines execution report of an OdiScenario's step.
OdiSubModel - Class in oracle.odi.domain.model
A sub model is a group of functionally homogeneous datastores within a model.
OdiSubModel(OdiModel, String, String) - Constructor for class oracle.odi.domain.model.OdiSubModel
Creates a sub model with a parent model, a name and a code.
OdiSubModel(OdiSubModel, String, String) - Constructor for class oracle.odi.domain.model.OdiSubModel
Creates a sub model with a parent sub model, a name and a code.
OdiSubModel.DistributionRule - Enum in oracle.odi.domain.model
Defines data store distribution rule that apply to an OdiSubModel.
OdiSubPartition - Class in oracle.odi.domain.model
Subclasses OdiPartition, and is a child of a OdiMainPartition instance.
OdiSubPartition(OdiMainPartition, String) - Constructor for class oracle.odi.domain.model.OdiSubPartition
Construct a new OdiSubPartition.
OdiTechnology - Class in oracle.odi.domain.topology
A technology that is defined within the physical topology provided by ODI.
OdiTechnology.ExecutionChannel - Enum in oracle.odi.domain.topology
Type safe enum representing the execution channel applying to an OdiTechnology.
OdiTechnology.PartitionCapability - Enum in oracle.odi.domain.topology
Typesafe enum that allow to define Partition capability for an OdiTechnology.
OdiTechnology.SqlJoinCapability - Enum in oracle.odi.domain.topology
Type safe enum representing the Join capability for a technology supporting the SQL dialect.
OdiTechnologyAlreadyImplementedException - Exception in oracle.odi.domain.project
Thrown when some user function's implementation is including for support the OdiTechnology which is already implemented by that user function (i.e.
OdiTechnologyAlreadyImplementedException(String) - Constructor for exception oracle.odi.domain.project.OdiTechnologyAlreadyImplementedException
Constructs a new OdiTechnologyAlreadyImplementedException.
OdiTechnologyAlreadyImplementedException(OdiUserFunction, OdiTechnology) - Constructor for exception oracle.odi.domain.project.OdiTechnologyAlreadyImplementedException
Constructs a new OdiTechnologyAlreadyImplementedException.
OdiUncheckedException - Exception in oracle.odi.exception
Top level ODI SDK's unchecked exception to be sub-classed by all specific custom unchecked exceptions of ODI SDK.
OdiUser - Class in oracle.odi.domain.security
The OdiUser class contains informations about a user including password and supervisor.
OdiUserFunction - Class in oracle.odi.domain.project
Represents design time metadata about a customized function that can be used in expressions of other objects such as OdiInterface, OdiUserProcedure.
OdiUserFunction(String, String, String) - Constructor for class oracle.odi.domain.project.OdiUserFunction
Constructs a new global (i.e.
OdiUserFunction(OdiProject, String, String, String) - Constructor for class oracle.odi.domain.project.OdiUserFunction
Constructs a new OdiUserFunction with the given name, group name and functional string owned by the given OdiProject.
OdiUserFunctionCrossRef - Class in oracle.odi.domain.xrefs
A cross reference, referencing an OdiUserFunction.
OdiUserFunctionCrossRef(int, String, OdiUserFunction, String) - Constructor for class oracle.odi.domain.xrefs.OdiUserFunctionCrossRef
Create a new OdiUserFunctionCrossRef.
OdiUserFunctionImpl - Class in oracle.odi.domain.project
Represents metadata of an actual OdiUserFunction implementation for one or several OdiTechnology.
OdiUserProcedure - Class in oracle.odi.domain.project
Represents the ODI user procedures.
OdiUserProcedure(OdiFolder, String) - Constructor for class oracle.odi.domain.project.OdiUserProcedure
Constructor that sets the parent OdiFolder and the name of this OdiUserProcedure instance.
OdiUserProcedureLine - Class in oracle.odi.domain.project
Subclass of ProcedureLine providing User Procedure specific properties.
OdiVariable - Class in oracle.odi.domain.project
Represents design time metadata about a variable.
OdiVariable(String) - Constructor for class oracle.odi.domain.project.OdiVariable
Construct a new global (i.e.
OdiVariable(OdiProject, String) - Constructor for class oracle.odi.domain.project.OdiVariable
Construct a new OdiVariable with the given name owned by the given OdiProject.
OdiVariable.Action - Enum in oracle.odi.domain.project
Defines the type of persistence to be applied to an OdiVariable's value at runtime.
OdiVariable.DataType - Enum in oracle.odi.domain.project
Defines the data type of an OdiVariable.
OdiVariableChangedDatatypeException - Exception in oracle.odi.domain.runtime.loadplan
Thrown when trying to remove a load plan variable currently used as a test variable in a step case.
OdiVariableChangedDatatypeException() - Constructor for exception oracle.odi.domain.runtime.loadplan.OdiVariableChangedDatatypeException
 
OdiVariableCrossRef - Class in oracle.odi.domain.xrefs
A cross reference, referencing an OdiVariable.
OdiVariableCrossRef(int, String, OdiVariable) - Constructor for class oracle.odi.domain.xrefs.OdiVariableCrossRef
Create a new OdiVariableCrossRef.
OdiVariableNotExistException - Exception in oracle.odi.domain.runtime.loadplan
Thrown when trying to regenerate an OdiLoadPlanVariable and the original OdiVariable doesn't exist anymore.
OdiVariableNotExistException() - Constructor for exception oracle.odi.domain.runtime.loadplan.OdiVariableNotExistException
 
OdiVariableTextGeneratorDwgImpl - Class in oracle.odi.generation.support
Default IOdiVariableTextGenerator implementation.
OdiVariableTextGeneratorDwgImpl(OdiInstance) - Constructor for class oracle.odi.generation.support.OdiVariableTextGeneratorDwgImpl
Construct an OdiVariableTextGeneratorDwgImpl object.
OdiVariableTextGeneratorDwgImplFactory - Class in oracle.odi.generation.support
Factory class extending the OdiVariableTextGeneratorFactory.
OdiVariableTextGeneratorDwgImplFactory() - Constructor for class oracle.odi.generation.support.OdiVariableTextGeneratorDwgImplFactory
 
OdiVariableTextGeneratorException - Exception in oracle.odi.generation
Runtime exception thrown when the generation of variable text failed.
OdiVariableTextGeneratorException(String, Throwable) - Constructor for exception oracle.odi.generation.OdiVariableTextGeneratorException
Constructs OdiVariableTextGeneratorException with message and cause.
OdiVariableTextGeneratorException(String) - Constructor for exception oracle.odi.generation.OdiVariableTextGeneratorException
Constructs OdiVariableTextGeneratorException with message.
OdiVariableTextGeneratorException(Throwable) - Constructor for exception oracle.odi.generation.OdiVariableTextGeneratorException
Constructs OdiVariableTextGeneratorException with cause.
OdiVariableTextGeneratorFactory - Class in oracle.odi.generation
Factory that has to be used to obtain an instance of the IOdiVariableTextGenerator interface.
OdiVariableTextGeneratorFactory() - Constructor for class oracle.odi.generation.OdiVariableTextGeneratorFactory
 
OdiVariableValue - Class in oracle.odi.domain.runtime.variable
An OdiVariableValue is used to store a value taken by a variable during execution when defined as oracle.odi.domain.runtime.variable.Action.HISTORIZE or oracle.odi.domain.runtime.variable.Action.LATEST_VALUE.
OdiVariableValue() - Constructor for class oracle.odi.domain.runtime.variable.OdiVariableValue
 
OdiVariableValue.OdiVariableValueId - Class in oracle.odi.domain.runtime.variable
Identifier class forOdiVariableValue.
OdiVariableValueHistory - Class in oracle.odi.domain.runtime.variable
The value history of a OdiVariable.
OdiVariableValueHistory(Collection<OdiVariableValue>) - Constructor for class oracle.odi.domain.runtime.variable.OdiVariableValueHistory
Creates OdiVariableValueHistory instance from the list of variable's values.
OdiWorkRepositoryInfo - Class in oracle.odi.domain.topology
Metadata about an ODI Work Repository.
OdiWorkRepositoryInfo.WorkRepType - Enum in oracle.odi.domain.topology
Type of an ODI Work Repository.
oracle.odi.core - package oracle.odi.core
Provides the OdiInstance class that is the entry point to Oracle Data Integrator core infrastructure.
oracle.odi.core.config - package oracle.odi.core.config
Provides classes for Oracle Data Integrator core infrastructure configuration, including exception hierarchy related to configuration issues.
oracle.odi.core.exception - package oracle.odi.core.exception
Provides root exception types for Oracle Data Integrator.
oracle.odi.core.persistence - package oracle.odi.core.persistence
Provides Oracle Data Integrator core infrastructure persistence management API.
oracle.odi.core.persistence.transaction - package oracle.odi.core.persistence.transaction
Provides Oracle Data Integrator core infrastructure transaction management API.
oracle.odi.core.persistence.transaction.support - package oracle.odi.core.persistence.transaction.support
Support classes for oracle.odi.core.persistence.transaction package.
oracle.odi.core.repository - package oracle.odi.core.repository
Provides repository abstraction for Oracle Data Integrator core infrastructure.
oracle.odi.core.security - package oracle.odi.core.security
This package (and its sub packages) implements the security layer for ODI SDK including login authentication, password management and privileges check.
oracle.odi.domain - package oracle.odi.domain
Root package of Oracle Data Integrator domain concerns, providing commons classes required by sub-packages.
oracle.odi.domain.finder - package oracle.odi.domain.finder
Provides foundation of finder concerns.
oracle.odi.domain.flexfields - package oracle.odi.domain.flexfields
Provides class related to FlexFields override concerns.
oracle.odi.domain.impexp - package oracle.odi.domain.impexp
Provides foundation for exportable and importable objects.
oracle.odi.domain.model - package oracle.odi.domain.model
This package contains the Oracle Data Integrator Data Model domain implementation.
oracle.odi.domain.model.finder - package oracle.odi.domain.model.finder
This package contains Oracle Data Integrator Finder interfaces for domain model objects.
oracle.odi.domain.project - package oracle.odi.domain.project
This package contains the Oracle Data Integrator Project implementation.
oracle.odi.domain.project.finder - package oracle.odi.domain.project.finder
This package contains Oracle Data Integrator Finder interfaces for domain project objects.
oracle.odi.domain.project.interfaces - package oracle.odi.domain.project.interfaces
This package contains Oracle Data Integrator Interface implementation.
oracle.odi.domain.relational - package oracle.odi.domain.relational
Provides classes related to relational structures.
oracle.odi.domain.runtime.loadplan - package oracle.odi.domain.runtime.loadplan
 
oracle.odi.domain.runtime.loadplan.finder - package oracle.odi.domain.runtime.loadplan.finder
 
oracle.odi.domain.runtime.lpi - package oracle.odi.domain.runtime.lpi
 
oracle.odi.domain.runtime.lpi.finder - package oracle.odi.domain.runtime.lpi.finder
 
oracle.odi.domain.runtime.purge - package oracle.odi.domain.runtime.purge
 
oracle.odi.domain.runtime.purge.support - package oracle.odi.domain.runtime.purge.support
 
oracle.odi.domain.runtime.scenario - package oracle.odi.domain.runtime.scenario
This package contains classes for managing Oracle Data Integrator Scenarios and related objects.
oracle.odi.domain.runtime.scenario.finder - package oracle.odi.domain.runtime.scenario.finder
This package contains classes for searching Oracle Data Integrator scenarios.
oracle.odi.domain.runtime.sequence - package oracle.odi.domain.runtime.sequence
This package contains classes for managing Oracle Data Integrator Sequences and their values.
oracle.odi.domain.runtime.sequence.finder - package oracle.odi.domain.runtime.sequence.finder
This package contains classes for searching Oracle Data Integrator runtime sequences.
oracle.odi.domain.runtime.session - package oracle.odi.domain.runtime.session
This package contains classes for managing Oracle Data Integrator Sessions and related objects.
oracle.odi.domain.runtime.session.finder - package oracle.odi.domain.runtime.session.finder
This package contains classes for searching Oracle Data Integrator sessions.
oracle.odi.domain.runtime.startup - package oracle.odi.domain.runtime.startup
Provides classes for handling Oracle Data Integrator sessions startup parameters.
oracle.odi.domain.runtime.step - package oracle.odi.domain.runtime.step
This package contains enumeration StepType for managing types of OdiSessionStepLog.
oracle.odi.domain.runtime.variable - package oracle.odi.domain.runtime.variable
This package contains classes for needed to create and work with Oracle Data Integrator variables and their values.
oracle.odi.domain.runtime.variable.finder - package oracle.odi.domain.runtime.variable.finder
This package contains classes for searching Oracle Data Integrator runtime variables and their values.
oracle.odi.domain.security - package oracle.odi.domain.security
This package contains user implementation.
oracle.odi.domain.security.finder - package oracle.odi.domain.security.finder
This package contains Finder implementation to look for user objects.
oracle.odi.domain.topology - package oracle.odi.domain.topology
This package contains the Oracle Data Integrator Topology domain model implementation.
oracle.odi.domain.topology.finder - package oracle.odi.domain.topology.finder
This package contains classes for searching Oracle Data Integrator topology entities.
oracle.odi.domain.util - package oracle.odi.domain.util
Oracle Data Integrator domain utility package.
oracle.odi.domain.xrefs - package oracle.odi.domain.xrefs
Provides cross reference class hierarchy.
oracle.odi.domain.xrefs.expression - package oracle.odi.domain.xrefs.expression
Provides classes to manage expressions.
oracle.odi.domain.xrefs.expression.contexts - package oracle.odi.domain.xrefs.expression.contexts
Defines contexts (aka scope) for expression parsing.
oracle.odi.exception - package oracle.odi.exception
This package contains checked and unchecked exceptions that serve as a basis for all other exceptions in ODI SDK API.
oracle.odi.generation - package oracle.odi.generation
This package contains the generation services for Oracle Data Integrator.
oracle.odi.generation.support - package oracle.odi.generation.support
This package contains the generation services for Oracle Data Integrator.
oracle.odi.impexp - package oracle.odi.impexp
This package contains the export and import services for Oracle Data Integrator.
oracle.odi.impexp.resource - package oracle.odi.impexp.resource
Provides classes to manage export and import resources such as folders, XML files, and zip files.
oracle.odi.impexp.support - package oracle.odi.impexp.support
Provides classes to allow for running the different types of OracleDI exports and imports.
oracle.odi.interfaces - package oracle.odi.interfaces
This package contains the Oracle Data Integrator Interface implementation.
oracle.odi.interfaces.basic - package oracle.odi.interfaces.basic
Provides a simple helper to create basic ODI interfaces from scratch.
oracle.odi.interfaces.data - package oracle.odi.interfaces.data
This package contains the Oracle Data Integrator interface data and expression checking utility interface.
oracle.odi.interfaces.data.impl - package oracle.odi.interfaces.data.impl
This package contains the Oracle Data Integrator interface data and expression checking utility interface implementation classes.
oracle.odi.interfaces.interactive - package oracle.odi.interfaces.interactive
Provides interfaces for interactive handling of Oracle Data Integrator interfaces.
oracle.odi.interfaces.interactive.exceptions - package oracle.odi.interfaces.interactive.exceptions
This package contains the exception classes thrown during interactive handling of interface objects in Oracle Data Integrator.
oracle.odi.interfaces.interactive.support - package 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 - package 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 - package 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 - package 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 - package 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 - package 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 - package oracle.odi.interfaces.interactive.support.issues
Provides interfaces for managing Oracle Data Integrator interface issues.
oracle.odi.interfaces.interactive.support.issues.autofixmanager - package oracle.odi.interfaces.interactive.support.issues.autofixmanager
Contains classes which handles the auto-fixing of Oracle Data Integrator interface sub-component issues.
oracle.odi.interfaces.interactive.support.issues.predicates - package oracle.odi.interfaces.interactive.support.issues.predicates
Contains classes which supports the checking of interface issue severity levels.
oracle.odi.interfaces.interactive.support.km - package 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 - package 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.automap - package 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 - package 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 - package 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 - package 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 - package 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.breakers - package oracle.odi.interfaces.interactive.support.references.breakers
This package contains the implementations, when working with Oracle Data Integrator interfaces, on removing cross references during a deletion of a source datastore.
oracle.odi.interfaces.interactive.support.references.managers - package 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 - package 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 - package oracle.odi.interfaces.interactive.support.sourceset.creators
Contains classes which handles the Oracle Data Integrator interface source set creation.
oracle.odi.interfaces.interactive.support.targetkeychoosers - package 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 - package 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 - package 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.
oracle.odi.languages - package oracle.odi.languages
Provides the interface to obtain a language to build or parse expressions with.
oracle.odi.languages.support - package oracle.odi.languages.support
Classes supporting the oracle.odi.languages package.
oracle.odi.missingref - package oracle.odi.missingref
Provides classes to manage missing references which may occur when doing versioning or import/export operations.
oracle.odi.missingref.support - package oracle.odi.missingref.support
Provides classes to support the management of missing references which may occur when doing versioning or import/export operations.
oracle.odi.runtime.agent - package oracle.odi.runtime.agent
This package contains classes for invoking executions on local Oracle Data Integrator agents.
oracle.odi.runtime.agent.invocation - package oracle.odi.runtime.agent.invocation
This package contains classes for invoking executions on local or remote Oracle Data Integrator agents.
oracle.odi.setup - package oracle.odi.setup
Provides classes for ODI master and work repository related operations.
oracle.odi.setup.restricted - package oracle.odi.setup.restricted
Provides some utility classes related to repository setup.
oracle.odi.setup.support - package oracle.odi.setup.support
Provides implementation classes of the repository setup services.

Skip navigation links

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

E17060-02

A B C D E F G H I J K L M N O P R S T U V W X Z


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