- DAILY - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.Frequency
-
Indicates every day repetition.
- DATA_SERVER_OBJECT_NAME - Static variable in interface oracle.odi.impexp.smartie.ISmartImportService
-
- DataAccessInfo - Class in oracle.odi.interfaces.data
-
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Instances of this class contain information about how to query the runtime data from various source and target objects associated with an interface. The query information can be used to show or retrieve the data. Instances of this class are created by an <@link IOdiInterfaceDataAccessHelper> instance.
- DataAccessInfo(DataSource, String, boolean) - Constructor for class oracle.odi.interfaces.data.DataAccessInfo
-
Deprecated.
Constructor for the data access info class.
- DatabaseValidationException - Exception in oracle.odi.setup
-
- DatabaseValidationException(MessageHandle, Object[]) - Constructor for exception oracle.odi.setup.DatabaseValidationException
-
- DatabaseValidationException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.setup.DatabaseValidationException
-
- 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
-
- DataServiceGeneratorImpl(OdiInstance) - Constructor for class oracle.odi.generation.support.DataServiceGeneratorImpl
-
- Dataset - Class in oracle.odi.domain.mapping.component
-
This is a delegate class for implementing a composite component containing other components as sub-components.
- Dataset(MapComponent) - Constructor for class oracle.odi.domain.mapping.component.Dataset
-
Constructs a Dataset instance for the input mapping component.
- Dataset(MapComponentType) - Constructor for class oracle.odi.domain.mapping.component.Dataset
-
Constructs a Dataset instance of the given type.
- Dataset(MapComponentOwner, String) - Constructor for class oracle.odi.domain.mapping.component.Dataset
-
Constructs a Dataset instance whose owner and name are as in the arguments.
- Dataset(MapComponentOwner, String, String) - Constructor for class oracle.odi.domain.mapping.component.Dataset
-
Constructs a Dataset instance whose owner, type, and name are as in the arguments.
- DataSet - Class in oracle.odi.domain.project.interfaces
-
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This class represents a dataset inside an OdiInterface
. A DataSet
is a subset of sources that can be combined with other DataSet
s using Set operators (such as UNION, MINUS, etc.). DataSet
s contain SourceDataStore
s, Join
s, Filter
s and TargetMapping
s (which are occurrences of mappings executed on Source or Staging Area.
Note that this class is provided in read-only mode.
To make any modification to a DataSet
please use instances of IInteractiveInterfaceHelper
such as InteractiveInterfaceHelperWithActions
.
- DataSet(OdiInterface, String) - Constructor for class oracle.odi.domain.project.interfaces.DataSet
-
Deprecated.
Internal use only Builds a new DataSet in the given parent interface.
- Dataset.EntityRelationship - Class in oracle.odi.domain.mapping.component
-
This class represents an entity relationship in a Dataset.
- Dataset.EntityRelationship(IMapComponent) - Constructor for class oracle.odi.domain.mapping.component.Dataset.EntityRelationship
-
Constructs an entity relationship instance representing the input mapping component.
- DATASET_DEFAULT_JOIN_NAME - Static variable in class oracle.odi.domain.mapping.component.Dataset
-
The name of the default Join component.
- dataSetRemoved(DataSet) - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
-
Deprecated.
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.
- DATASETS_DESIGN - Static variable in class oracle.odi.interfaces.interactive.IInterfaceIssue.Origin
-
Deprecated.
Issue on the DataSet design (SourceDataStores, Joins, TargetMappings, ...).
- DataSourceManager - Class in oracle.odi.core
-
Manages and gives access to JDBC DataSource for given DataSourceDefinition
instances.
- DataSourceManager() - Constructor for class oracle.odi.core.DataSourceManager
-
- DataSourceManager(int) - Constructor for class oracle.odi.core.DataSourceManager
-
- DataStorageDelegate - Class in oracle.odi.domain.mapping.component
-
A base delegate class for DatastoreComponent and FileComponent.
- DataStorageDelegate(MapComponent) - Constructor for class oracle.odi.domain.mapping.component.DataStorageDelegate
-
- DataStorageDelegate(MapComponentType) - Constructor for class oracle.odi.domain.mapping.component.DataStorageDelegate
-
- DataStorageDelegate(MapComponentOwner, String, String) - Constructor for class oracle.odi.domain.mapping.component.DataStorageDelegate
-
- DATASTORE_OBJECT_NAME - Static variable in interface oracle.odi.impexp.smartie.ISmartImportService
-
- DATASTORE_ORDER_PROPKEY - Static variable in class oracle.odi.domain.mapping.component.DataStorageDelegate
-
Property key name for the datastore order property.
- dataStoreAdded(SourceDataStore) - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
-
Deprecated.
This method will be called by <@link oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions InteractiveInterfaceHelperWithActions> after a <@link SourceDataStore> has been added to a DataSet
.
- DatastoreComponent - Class in oracle.odi.domain.mapping.component
-
A delegate class for a simple datastore mapping component.
- DatastoreComponent(MapComponent) - Constructor for class oracle.odi.domain.mapping.component.DatastoreComponent
-
- DatastoreComponent(MapComponentType) - Constructor for class oracle.odi.domain.mapping.component.DatastoreComponent
-
- DatastoreComponent(MapComponentOwner, String) - Constructor for class oracle.odi.domain.mapping.component.DatastoreComponent
-
Creates a new persistent datastore component.
- DatastoreComponent(MapComponentOwner, IModelObject, boolean) - Constructor for class oracle.odi.domain.mapping.component.DatastoreComponent
-
Creates a new persistent datastore component.
- DatastoreComponent(MapComponentOwner, IModelObject) - Constructor for class oracle.odi.domain.mapping.component.DatastoreComponent
-
Creates a new persistent datastore component.
- DatastoreConstraint - Class in oracle.odi.domain.mapping
-
A class that represents the constraints of a datastore component.
- DatastoreConstraint() - Constructor for class oracle.odi.domain.mapping.DatastoreConstraint
-
- DatastoreConstraint(String, String, Object, DatastoreOverridenConstraint, MapComponent) - Constructor for class oracle.odi.domain.mapping.DatastoreConstraint
-
Creates a new constraint.
- DatastoreConstraint(String, String, Object, MapComponent) - Constructor for class oracle.odi.domain.mapping.DatastoreConstraint
-
Creates a new constraint.
- DatastoreOverridenConstraint - Class in oracle.odi.domain.mapping
-
A class that represents the overriding constraints of a datastore component.
- DatastoreOverridenConstraint(MapComponent, String, String, boolean) - Constructor for class oracle.odi.domain.mapping.DatastoreOverridenConstraint
-
Creates a new Overriding constraint for this Map Component.
- DataStoreReferenceBreakerClauses - Class in oracle.odi.interfaces.interactive.support.references.breakers
-
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. 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
-
Deprecated.
- DataStoreReferenceBreakerComposer - Class in oracle.odi.interfaces.interactive.support.references.breakers
-
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. A composer of reference breakers. All internal breakers are called one after the other.
- DataStoreReferenceBreakerComposer(IDataStoreReferenceBreaker[]) - Constructor for class oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerComposer
-
Deprecated.
Constructor.
- DataStoreReferenceBreakerLazy - Class in oracle.odi.interfaces.interactive.support.references.breakers
-
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation is lazy and doesn't do anything to break references.
- DataStoreReferenceBreakerLazy() - Constructor for class oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerLazy
-
Deprecated.
- DataStoreReferenceBreakerTargetMapping - Class in oracle.odi.interfaces.interactive.support.references.breakers
-
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. 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
-
Deprecated.
- dataStoreRemoved(SourceDataStore) - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
-
Deprecated.
This method will be called by <@link oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions InteractiveInterfaceHelperWithActions> after a <@link SourceDataStore> is removed from a DataSet
.
- dataType - Variable in class oracle.odi.domain.adapter.topology.IDataType.ConvertedDataType
-
- DATE - Static variable in class oracle.odi.domain.project.OdiVariable.DataType
-
Date variable's value type.
- DATE - Static variable in class oracle.odi.domain.runtime.variable.VariableType
-
For date value.
- DB_CONDITION - Static variable in class oracle.odi.domain.model.OdiCondition.ConditionType
-
The condition is defined in DataBase.
- DB_ERROR - Static variable in class oracle.odi.interfaces.data.CheckResponse.Response
-
Deprecated.
A database error occurred when checking the expression.
- DB_REFERENCE - Static variable in class oracle.odi.domain.model.OdiReference.ReferenceType
-
A reference based on column equality that exists in the database engine.
- 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 - Class in oracle.odi.generation
-
Type of difference as detected by the DDL Generator.
- DDLDiff.ObjectType - Class 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
-
<pChecked 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
-
- DDLGeneratorServiceImpl(OdiInstance) - Constructor for class oracle.odi.generation.support.DDLGeneratorServiceImpl
-
Construct a DDLGenerationServiceImpl to use as a
IDDLGeneratorService
for the DDL generation service.
- DebugParams - Class in oracle.odi.runtime.agent.invocation
-
Stores debug parameters for the Session
- DebugParams(boolean, boolean, boolean) - Constructor for class oracle.odi.runtime.agent.invocation.DebugParams
-
Creates an instance with the provided configuration.
- DECEMBER - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.MonthOfYear
-
Enumeration constant indicating the month of December.
- DECIMAL_SEPARATOR_MAX_LENGTH - Static variable in class oracle.odi.domain.model.OdiColumn.FileDescriptor
-
Maximum length supported for the "decimalSeparator" property.
- decIndentLevel() - Static method in class oracle.odi.domain.root.RootIssue
-
- DECLARE_VARIABLE - Static variable in class oracle.odi.domain.runtime.step.StepType
-
Declare Variable step type.
- DECORATOR - Static variable in class oracle.odi.domain.mapping.IMapComponent.ComponentCategory
-
A decorator is a selector that can add some attributes of it's own, but does not define a new projection.
- DECORATOR - Static variable in class oracle.odi.domain.mapping.MapAttribute.AttributeType
-
- DEFAULT - Static variable in class oracle.odi.domain.project.OdiProcedureLineCmd.IsolationLevel
-
default mode will be used (i.e.
- DEFAULT - Static variable in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.IsolationLevel
-
Default isolation level (DB or driver specific).
- DEFAULT_APPLICATION_NAME - Static variable in class oracle.odi.domain.topology.OdiPhysicalAgent
-
Constant field value representing the default agent application name.
- DEFAULT_CONNECTION_TYPE_SELECTOR - Static variable in class oracle.odi.domain.mapping.MapAttribute
-
- 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
-
Deprecated.
- 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_SEPARATORS - Static variable in class oracle.odi.core.config.OdiCoreConstants
-
- 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_VALUES - Static variable in class oracle.odi.domain.mapping.component.LookupComponent.NO_MATCH_ROWS
-
- 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.
- DefaultDelegate - Class in oracle.odi.domain.mapping.component
-
A default component delegate class.
- DefaultDelegate(MapComponent) - Constructor for class oracle.odi.domain.mapping.component.DefaultDelegate
-
For internal use only.
- DefaultDelegate(MapComponentOwner, String, String) - Constructor for class oracle.odi.domain.mapping.component.DefaultDelegate
-
Creates a default component delegate.
- DefaultDelegate(IMapComponentOwner, String, String, IModelObject) - Constructor for class oracle.odi.domain.mapping.component.DefaultDelegate
-
Creates a default component delegate that is bound to a repository object.
- DefaultDelegate.DefaultAttributeDelegate - Class in oracle.odi.domain.mapping.component
-
A default component attribute delegate class.
- DefaultDelegate.DefaultAttributeDelegate(MapAttribute) - Constructor for class oracle.odi.domain.mapping.component.DefaultDelegate.DefaultAttributeDelegate
-
For internal use only.
- DefaultDelegate.DefaultConnectorPointDelegate - Class in oracle.odi.domain.mapping.component
-
- DefaultDelegate.DefaultConnectorPointDelegate(MapConnectorPoint) - Constructor for class oracle.odi.domain.mapping.component.DefaultDelegate.DefaultConnectorPointDelegate
-
For internal use only.
- DEFAULTINITIALVERSION - Static variable in class oracle.odi.domain.mapping.component.registration.ComponentRegistryHelper
-
- DefaultMissingRef - Class in oracle.odi.missingref.support
-
- 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
-
- DefaultTransactionDefinition(int) - Constructor for class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
-
- DefaultTransactionDefinition(ITransactionDefinition) - Constructor for class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
-
Copy constructor.
- DELETE - Static variable in class oracle.odi.domain.adapter.IModelObjectChange.ChangeType
-
- delete() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- DELETE - Static variable in class oracle.odi.domain.project.OdiProcedureLine.LogCounter
-
Execution will increment the DELETE counter.
- delete() - Method in class oracle.odi.domain.root.PropertyOwner
-
- delete() - Method in class oracle.odi.domain.root.Root
-
- DELETE - Static variable in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.LogCounter
-
Execution will increment the DELETE counter.
- DELETE_LOCAL - Static variable in class oracle.odi.domain.project.OdiProcedureLine.LogCounter
-
Execution will increment the DELETE counter for the current task only.
- DELETE_LOCAL - Static variable in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.LogCounter
-
Execution will increment the DELETE counter for the current task only.
- deleteReferencesTo(IMapComponent) - Method in interface oracle.odi.domain.mapping.IMapRootContainer
-
- deleteReferencesTo(MapConnectorPoint) - Method in interface oracle.odi.domain.mapping.IMapRootContainer
-
- deleteReferencesTo(IMapComponent) - Method in class oracle.odi.domain.mapping.Mapping
-
- deleteReferencesTo(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.Mapping
-
- deleteReferencesTo(MapExpression) - Method in class oracle.odi.domain.mapping.Mapping
-
- deleteReferencesTo(IMapComponent) - Method in class oracle.odi.domain.mapping.MapRootContainer
-
- deleteReferencesTo(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapRootContainer
-
- deleteReferencesTo(MapExpression) - Method in class oracle.odi.domain.mapping.MapRootContainer
-
- deleteReferencesTo(IMapComponent) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- deleteReferencesTo(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- deleteReferencesTo(MapExpression) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- deleteReferencesTo(IMapComponent) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
-
- deleteReferencesTo(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
-
- deleteReferencesTo(MapExpression) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
-
- deleteReferencesTo(IMapComponent) - Method in class oracle.odi.domain.mapping.ReusableMapping
-
- deleteReferencesTo(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.ReusableMapping
-
- deleteReferencesTo(MapExpression) - Method in class oracle.odi.domain.mapping.ReusableMapping
-
- DELIMITED - Static variable in class oracle.odi.domain.model.OdiDataStore.FileDescriptor.Format
-
Delimited file.
- 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
-
- DeploymentSpec - Class in oracle.odi.domain.mapping.physical
-
- DeploymentSpec(MapPhysicalDesign) - Constructor for class oracle.odi.domain.mapping.physical.DeploymentSpec
-
- DES56 - Static variable in class oracle.odi.core.security.CryptoAlgo
-
- DESCENDING - Static variable in class oracle.odi.domain.project.OdiJKMLine.RepeatOrder
-
Execute for each of the journaled tables in descending order.
- DESCRIPTION_MAX_LENGTH - Static variable in class oracle.odi.domain.project.ProcedureOption
-
Maximum length of a procedure option description.
- DESIGN - Static variable in class oracle.odi.core.repository.WorkRepository.WorkType
-
A design time work repository.
- DESIGN_TIME - Static variable in class oracle.odi.domain.topology.OdiWorkRepositoryInfo.WorkRepType
-
Design time work repository type.
- detach(IOdiEntity) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
-
Detach the given entity from the persistent context.
- DIFFERENT - Static variable in class oracle.odi.domain.runtime.loadplan.OdiCaseWhen.ComparisonOperator
-
<> Different
- DIFFERENT - Static variable in class oracle.odi.domain.runtime.session.VariableOperator
-
Correspond to operator <>.
- DIMENSION - Static variable in class oracle.odi.domain.model.OdiDataStore.OlapType
-
A dimension table.
- disableMapChangeEventHandling() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
-
- disableMapChangeEventHandling() - Method in class oracle.odi.domain.mapping.MapComponentOwner
-
- disableReferenceTableCaching() - Method in class oracle.odi.core.OdiInstance
-
- displayIssues(List, boolean, Level) - Static method in class oracle.odi.domain.root.Root
-
Display a list of issue objects to the mapping logger.
- displayIssues(List, Logger, boolean, Level) - Static method in class oracle.odi.domain.root.Root
-
Display a list of issue objects to the system logger.
- displayIssues(List, OutputStream, boolean) - Static method in class oracle.odi.domain.root.Root
-
Display a list of issue objects, to the specified output stream.
- displayIssues(List, boolean) - Static method in class oracle.odi.domain.root.RootIssue
-
Formats a string of issues for display.
- displayIssues(List, RootIssue.Level) - Static method in class oracle.odi.domain.root.RootIssue
-
Returns a string of issues formatted for display.
- displayIssues(List, OutputStream, boolean) - Static method in class oracle.odi.domain.root.RootIssue
-
Displays a list of issue objects, to the specified output stream.
- displayIssues(List, Logger, boolean, Level) - Static method in class oracle.odi.domain.root.RootIssue
-
- DISTINCT_ROW - Static variable in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnStagingAreaSetIndicator.StagingAreaIndicator
-
Deprecated.
Represents an indicator that, if set to true, specifies that a distinct clause will be added to the stage table loading, to eliminate duplicate rows.
- DistinctComponent - Class in oracle.odi.domain.mapping.component
-
A delegate class for the distinct mapping component.
- DistinctComponent(MapComponent) - Constructor for class oracle.odi.domain.mapping.component.DistinctComponent
-
- DistinctComponent(MapComponentType) - Constructor for class oracle.odi.domain.mapping.component.DistinctComponent
-
- DistinctComponent(MapComponentOwner, String) - Constructor for class oracle.odi.domain.mapping.component.DistinctComponent
-
Constructs a new persistent distinct component.
- DO_NOT_COMMIT - Static variable in class oracle.odi.domain.project.OdiProcedureLineCmd.CommitMode
-
execution will not commit underlying DB transaction.
- doesExitOnFailure() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
-
- doesExitOnFailure() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
-
Deprecated.
- doesExitOnSuccess() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
-
- doesExitOnSuccess() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
-
Deprecated.
- doesUserAlreadyExist(String, boolean, long) - Method in class oracle.odi.core.security.SecurityManager
-
- doInTransaction(ITransactionStatus) - Method in interface oracle.odi.core.persistence.transaction.support.ITransactionCallback
-
- doInTransaction(ITransactionStatus) - Method in class oracle.odi.core.persistence.transaction.support.TransactionCallbackWithoutResult
-
- DOMAIN_HOME - Static variable in class oracle.odi.core.config.OdiCoreConstants
-
- 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
-
- DONE - Static variable in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun.Status
-
- DONE - Static variable in class oracle.odi.domain.runtime.session.Status
-
The status for succeeded execution.
- DONE - Static variable in class oracle.odi.runtime.agent.invocation.ExecutionInfo.SessionStatus
-
Session done with no error or warning.
- DONE_IN_PREVIOUS_EXECUTION - Static variable in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun.Status
-
This status defines the fact that the step was already executed and reached a status done in a previous run.
It means the current step has not been executed in this run because it's already been a success and hasn't been restarted.
- DOWNSTREAM - Static variable in class oracle.odi.domain.mapping.physical.MapPhysicalDesign.PushDirection
-
- DRIVER_INPUT - Static variable in class oracle.odi.domain.mapping.component.SubqueryFilterComponent
-
Input connector point role value.
- DRIVER_ROLE - Static variable in class oracle.odi.domain.mapping.component.LookupComponent
-
- DROPPED - Static variable in class oracle.odi.generation.DDLDiff.DiffType
-
Current object exists in Database but not in ODI.
- dump() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- dump(OutputStream) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- dump(Logger, Level) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- dump(OutputStream, boolean) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- dump(Level) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- dump(OutputStream, boolean) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
-
- dump(Level) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
-
- dump() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign.ExecutionUnitGraph
-
- dump() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign.ExecutionUnitGraphNode
-
- dump() - Method in interface oracle.odi.domain.root.IRoot
-
Dump metadata and state information about this object to the system output stream.
- dump(OutputStream) - Method in interface oracle.odi.domain.root.IRoot
-
Dump metadata and state information about this object to the specified output stream.
- dump(Level) - Method in class oracle.odi.domain.root.Root
-
- dump() - Method in class oracle.odi.domain.root.Root
-
Validate the object and dump the issue list to the current console log.
- dump(OutputStream) - Method in class oracle.odi.domain.root.Root
-
- dump(Logger, Level) - Method in class oracle.odi.domain.root.Root
-
Validate the object and display the list of issues to the specified log, at the specified level.
- dumpAttributeList(List) - Static method in class oracle.odi.domain.mapping.MapAttribute
-
A utility method to dump a specified list of attributes for a specified component to the console.
- dumpDeepStructure(IExecutable, OutputStream) - Static method in class oracle.odi.domain.runtime.common.ExecutableHelper
-
- dumpLineOrder() - Method in class oracle.odi.domain.project.OdiProcedure
-
- dumpStructure(IExecutable, OutputStream) - Static method in class oracle.odi.domain.runtime.common.ExecutableHelper
-
- dumpTaskDeepStructure(PrintStream, IStepTask, String) - Static method in class oracle.odi.domain.runtime.common.ExecutableHelper
-
- dumpTaskStructure(PrintStream, IStepTask, String) - Static method in class oracle.odi.domain.runtime.common.ExecutableHelper
-
- dumpToString() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- dumpToString() - Method in class oracle.odi.domain.root.Root
-
Get a string representing a metadata dump for the object.
- 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
-
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Thrown when a duplicate object ids is detected by IdManager
.
- DuplicateIdException(String, Throwable) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.DuplicateIdException
-
Deprecated.
Constructs a new DuplicateIdException
.
- DuplicateIdException(String) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.DuplicateIdException
-
Deprecated.
Constructs a new DuplicateIdException
.
- DuplicateIdException(Throwable) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.DuplicateIdException
-
Deprecated.
Constructs a new DuplicateIdException
.
- duplicateLine(L) - Method in class oracle.odi.domain.project.OdiProcedure
-
Duplicates specified line and adds the new line to the end of list of lines.
- duplicateOption(ProcedureOption) - Method in class oracle.odi.domain.project.OdiProcedure
-
Duplicates specified option and adds the new option to the end of list of options.