Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator
12c Release 1 (12.1.2)

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

D

DAILY - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.Frequency
Indicates every day repetition.
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
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.mapping.component
This is a delegate class for implementing a composite component containing other components as sub-components.
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 DataSets using Set operators (such as UNION, MINUS, etc.). DataSets contain SourceDataStores, Joins, Filters and TargetMappings (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.
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(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
 
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
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.
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.
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_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.
DefaultDelegate - Class in oracle.odi.domain.mapping.component
A default component delegate class.
DefaultDelegate(MapComponentOwner, String, String) - Constructor for class oracle.odi.domain.mapping.component.DefaultDelegate
Creates a default component delegate.
DefaultDelegate(MapComponentOwner, 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.DefaultConnectorPointDelegate - Class in oracle.odi.domain.mapping.component
 
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.
DELETE - Static variable in class oracle.odi.domain.project.OdiProcedureLine.LogCounter
Execution will increment the DELETE counter.
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.
deleteODIMasterReposCredentials(String, char[], String) - Static method in class oracle.odi.core.security.PasswordProtectedWalletUtils
This method will delete the ODI master repos db user credentials associated with the loginName from.
deleteODIUserCredentials(String, char[], String) - Static method in class oracle.odi.core.security.PasswordProtectedWalletUtils
This method will delete the ODI user credentials associated with the loginName from wallet.
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
 
deleteWallet(String, char[]) - Static method in class oracle.odi.core.security.PasswordProtectedWalletUtils
This method will delete the wallet located at Wrl.
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.ExecutionLocationType - Class in oracle.odi.domain.mapping.physical
A way to categorize the execution location type of an execution unit.
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.
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.
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(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
 
doesWalletExist(String) - Static method in class oracle.odi.core.security.PasswordProtectedWalletUtils
This method will check if a password protected wallet already exists at the given location Wrl.
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
 
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.
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(Level) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
 
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.
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
 
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.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator
12c Release 1 (12.1.2)

E39365-03

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