Skip navigation links

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

E17060-04

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


D

DataAccessInfo - Class in oracle.odi.interfaces.data
Instances of this class contain information about how to query the runtime data from various source and target objects associated with an interface.
DataAccessInfo(DataSource, String, boolean) - Constructor for class oracle.odi.interfaces.data.DataAccessInfo
Constructor for the data access info class.
DataServiceGeneratorException - Exception in oracle.odi.generation
Checked exception thrown when the generation of a Data Service failed.
DataServiceGeneratorException(Throwable, MessageHandle, Object...) - Constructor for exception oracle.odi.generation.DataServiceGeneratorException
Construct data service generator exception with message an cause.
DataServiceGeneratorImpl - Class in oracle.odi.generation.support
Default IDataServiceGenerator implementation.
DataServiceGeneratorImpl(OdiInstance) - Constructor for class oracle.odi.generation.support.DataServiceGeneratorImpl
Construct an IDataServiceGenerator for generating a data service.
DataSet - Class in oracle.odi.domain.project.interfaces
This class represents a dataset inside an OdiInterface.
DataSet(OdiInterface, String) - Constructor for class oracle.odi.domain.project.interfaces.DataSet
Internal use only Builds a new DataSet in the given parent interface.
dataSetRemoved(DataSet) - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
This method must be called by the user when a <@link DataSet> is removed from the current interface, so that the cache can be cleaned up.
Note that there is no need for a dataSetAdded method, as the cache will be automatically populated when the context for the new <@link DataSet> is requested using the giveContext method.
dataStoreAdded(SourceDataStore) - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
This method will be called by <@link oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions InteractiveInterfaceHelperWithActions> after a <@link SourceDataStore> has been added to a DataSet.
DataStoreReferenceBreakerClauses - Class in oracle.odi.interfaces.interactive.support.references.breakers
This implementation deletes any clauses involved in the references.
This is because the default behaviour is to delete any clause referencing the source datastore that is being deleted.
DataStoreReferenceBreakerClauses() - Constructor for class oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerClauses
 
DataStoreReferenceBreakerComposer - Class in oracle.odi.interfaces.interactive.support.references.breakers
A composer of reference breakers.
DataStoreReferenceBreakerComposer(IDataStoreReferenceBreaker[]) - Constructor for class oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerComposer
Constructor.
DataStoreReferenceBreakerLazy - Class in oracle.odi.interfaces.interactive.support.references.breakers
This implementation is lazy and doesn't do anything to break references.
DataStoreReferenceBreakerLazy() - Constructor for class oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerLazy
 
DataStoreReferenceBreakerTargetMapping - Class in oracle.odi.interfaces.interactive.support.references.breakers
This implementation removes references to source datastore from target mappings by switching the mappings to the target.
DataStoreReferenceBreakerTargetMapping() - Constructor for class oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerTargetMapping
 
dataStoreRemoved(SourceDataStore) - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
This method will be called by <@link oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions InteractiveInterfaceHelperWithActions> after a <@link SourceDataStore> is removed from a DataSet.
DDLDiff - Class in oracle.odi.generation
Class describing a difference between an ODI object of an ODI model and a database object such as a table, column, primary key, foreign key, unique key, index and check constraint.
DDLDiff.DiffType - Enum in oracle.odi.generation
Type of difference as detected by the DDL Generator.
DDLDiff.ObjectType - Enum in oracle.odi.generation
Type of object for which the difference is detected.
DDLDifferences - Class in oracle.odi.generation
Class that holds the current model ID on which the DDL differences were detected as well as the list of all differences.
DDLGeneratorServiceException - Exception in oracle.odi.generation
Unchecked exception thrown when the generation of a DDL difference or DDL user procedure failed.
DDLGeneratorServiceException(String, Throwable) - Constructor for exception oracle.odi.generation.DDLGeneratorServiceException
Construct DDLGeneratorService exception with message and cause.
DDLGeneratorServiceException(String) - Constructor for exception oracle.odi.generation.DDLGeneratorServiceException
Construct DDLGeneratorService exception with message.
DDLGeneratorServiceException(Throwable) - Constructor for exception oracle.odi.generation.DDLGeneratorServiceException
Construct DDLGeneratorService exception with cause.
DDLGeneratorServiceImpl - Class in oracle.odi.generation.support
Default IDDLGeneratorService implementation.
DDLGeneratorServiceImpl(OdiInstance) - Constructor for class oracle.odi.generation.support.DDLGeneratorServiceImpl
Construct a DDLGenerationServiceImpl to use as a IDDLGeneratorService for the DDL generation service.
DECIMAL_SEPARATOR_MAX_LENGTH - Static variable in class oracle.odi.domain.model.OdiColumn.FileDescriptor
Maximum length supported for the "decimalSeparator" property.
DEFAULT_APPLICATION_NAME - Static variable in class oracle.odi.domain.topology.OdiPhysicalAgent
Constant field value representing the default agent application name.
DEFAULT_ERROR_TABLE_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the errorTablePrefix.
DEFAULT_INACTIVE_CONNECTION_TIMEOUT - Static variable in class oracle.odi.core.config.PoolingAttributes
Inactive connection timeout default value.
DEFAULT_INITIAL_POOL_SIZE - Static variable in class oracle.odi.core.config.PoolingAttributes
Initial pool size default value.
DEFAULT_INTEGRATION_TABLE_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the integrationTablePrefix.
DEFAULT_JAVA_CHARSET - Static variable in class oracle.odi.impexp.EncodingOptions
Default value of Java character set used in export.
DEFAULT_JOURNAL_TABLE_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the journalTablePrefix.
DEFAULT_JOURNAL_TRIGGER_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the journalTriggerPrefix.
DEFAULT_JOURNAL_VIEW_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the journalViwPrefix.
DEFAULT_LOADING_TABLE_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the loadingTablePrefix.
DEFAULT_MAPPING_EXECUTION_LOCATION - Static variable in class oracle.odi.domain.project.OdiInterface
The default location for newly mapped mappings.
DEFAULT_MAX_POOL_SIZE - Static variable in class oracle.odi.core.config.PoolingAttributes
Max pool size default value.
DEFAULT_MIN_POOL_SIZE - Static variable in class oracle.odi.core.config.PoolingAttributes
Min pool size default value.
DEFAULT_STATEMENT_CACHE_SIZE - Static variable in class oracle.odi.core.config.PoolingAttributes
Default JDBC Statement cache size.
DEFAULT_TEMPORARY_INDEX_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the temporaryIndexPrefix.
DEFAULT_VALUE_MAX_LENGTH - Static variable in class oracle.odi.domain.model.OdiColumn
Maximum length supported for the "defaultValue" property.
DEFAULT_XML_CHARSET - Static variable in class oracle.odi.impexp.EncodingOptions
Default value of XML character set used in export.
DEFAULT_XML_VERSION - Static variable in class oracle.odi.impexp.EncodingOptions
Default value of XML version.
DefaultMissingRef - Class in oracle.odi.missingref.support
Default IMissingRef implementation.
DefaultMissingRef() - Constructor for class oracle.odi.missingref.support.DefaultMissingRef
FOR INTERNAL USE ONLY.
DefaultTransactionDefinition - Class in oracle.odi.core.persistence.transaction.support
Default implementation of ITransactionDefinition interface, allowing for bean-style configuration and default values (PROPAGATION_REQUIRED, TIMEOUT_DEFAULT).
DefaultTransactionDefinition() - Constructor for class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition using default values.
DefaultTransactionDefinition(int) - Constructor for class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition with the given propagation behavior
DefaultTransactionDefinition(ITransactionDefinition) - Constructor for class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
Copy constructor.
deMaterializeShortcutable(IOdiShortcutable, IOdiShortcutable) - Method in interface oracle.odi.domain.shortcuts.IOdiShortcutService
DeMaterialize a real object to shortcut.
deMaterializeShortcutable(IOdiShortcutable, IOdiShortcutable) - Method in class oracle.odi.domain.shortcuts.support.OdiShortcutServiceImpl
 
DESCRIPTION_MAX_LENGTH - Static variable in class oracle.odi.domain.project.ProcedureOption
Maximum length of a procedure option description.
detach(IOdiEntity) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Detach the given entity from the persistent context.
doesUserAlreadyExists(String, boolean, long) - Method in class oracle.odi.core.security.SecurityManager
 
doInTransaction(ITransactionStatus) - Method in interface oracle.odi.core.persistence.transaction.support.ITransactionCallback
Gets called by TransactionTemplate.execute(ITransactionCallback) within a transactional context.
doInTransaction(ITransactionStatus) - Method in class oracle.odi.core.persistence.transaction.support.TransactionCallbackWithoutResult
 
DomainRuntimeException - Exception in oracle.odi.domain
Top level ODI Domain unchecked exception to be sub-classed by all specific custom unchecked exceptions of ODI Domain.
DomainRuntimeException(MessageHandle, Object...) - Constructor for exception oracle.odi.domain.DomainRuntimeException
 
DomainRuntimeException(Throwable, MessageHandle, Object...) - Constructor for exception oracle.odi.domain.DomainRuntimeException
 
DomainRuntimeException(Throwable) - Constructor for exception oracle.odi.domain.DomainRuntimeException
 
duplicate() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanCaseCondition
 
duplicate(OdiLoadPlanStepCase) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanCaseCondition
 
duplicate() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
 
duplicate() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
Create a duplicated step just placed just after this step/step container
duplicate(OdiLoadPlanStep) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
 
DuplicateIdException - Exception in oracle.odi.interfaces.interactive.exceptions
Thrown when a duplicate object ids is detected by IdManager.
DuplicateIdException(String, Throwable) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.DuplicateIdException
Constructs a new DuplicateIdException.
DuplicateIdException(String) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.DuplicateIdException
Constructs a new DuplicateIdException.
DuplicateIdException(Throwable) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.DuplicateIdException
Constructs a new DuplicateIdException.

Skip navigation links

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

E17060-04

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 © 2010, 2013, Oracle and/or its affiliates. All rights reserved.