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


T

Tag - Class in oracle.odi.domain.runtime.scenario
A tag, made of a name and a version label.
Tag(String, String) - Constructor for class oracle.odi.domain.runtime.scenario.Tag
Constructs a Tag object with given name and version.
TargetColumn - Class in oracle.odi.domain.project.interfaces
A target column is a column of a OdiInterface.TargetDataStore in an OdiInterface.
It contains information about how the column is mapped (indicators, potentially a target SQL mapping text).
When the target datastore has an underlying OdiDataStore, each TargetMapping points to one OdiColumn of this OdiDataStore.
In this case, TargetColumns are persisted according to an IMappingPersistencePolicy for obvious performance reasons (on a target datastore with 500 columns on which only 10 columns are mapped, this can make a difference).
On temporary target datastores, target columns do not reflect an OdiColumn and are systematically persisted.
Note that all setters in this class should not be used directly.
TargetColumn(OdiInterface, OdiColumn, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.domain.project.interfaces.TargetColumn
Internal use only Creates a new target column object.
TargetColumn(OdiInterface, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.domain.project.interfaces.TargetColumn
Internal use only Creates a new target column object.
TargetColumn(OdiInterface, String, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.domain.project.interfaces.TargetColumn
Internal use only Creates a new target column object.
targetDataStoreMoved(OdiPhysicalSchema, OdiPhysicalSchema) - Method in interface oracle.odi.interfaces.interactive.IInterfaceActionListener
Responds to the completion of the action of changing the physical schema of an ODI interface target data store.
targetDataStoreMoved(OdiPhysicalSchema, OdiPhysicalSchema) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerAbstract
 
targetDataStoreMoved(OdiPhysicalSchema, OdiPhysicalSchema) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerComposer
 
targetDataStoreMoved(OdiPhysicalSchema, OdiPhysicalSchema) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerEraser
Marks data set as "dirty" (to indicate source set recomputing is required) when the physical schema of an interface target data store has changed and the staging area is same as target.
targetDataStoreMoved(OdiPhysicalSchema, OdiPhysicalSchema) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerLazy
 
targetDataStoreMoved(OdiPhysicalSchema, OdiPhysicalSchema) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerOneTable
 
targetDataStoreMoved(OdiPhysicalSchema, OdiPhysicalSchema) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerRetainer
Marks data set as "dirty" (to indicate source set recomputing is required) when the physical schema of an interface target data store has changed and the staging area is same as target.
targetDataStoreReplaced() - Method in interface oracle.odi.interfaces.interactive.IInterfaceActionListener
Responds to the completion of the action of replacing an ODI interface target data store.
targetDataStoreReplaced() - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerAbstract
 
targetDataStoreReplaced() - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerComposer
 
targetDataStoreReplaced() - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerAbstract
 
TargetIsTemporaryException - Exception in oracle.odi.interfaces
Thrown to indicate that the target of the interface is temporary.
TargetIsTemporaryException() - Constructor for exception oracle.odi.interfaces.TargetIsTemporaryException
Construct a new TargetIsTemporaryException.
TargetKeyChooserAnyKey - Class in oracle.odi.interfaces.interactive.support.targetkeychoosers
This implementation chooses the first key given in the list of keys on the target datastore.
TargetKeyChooserAnyKey() - Constructor for class oracle.odi.interfaces.interactive.support.targetkeychoosers.TargetKeyChooserAnyKey
 
TargetKeyChooserComposer - Class in oracle.odi.interfaces.interactive.support.targetkeychoosers
This implementation composes on other target key choosers and selects the first update key found by the choosers.
TargetKeyChooserComposer(ITargetKeyChooser[]) - Constructor for class oracle.odi.interfaces.interactive.support.targetkeychoosers.TargetKeyChooserComposer
Creates a chooser from other choosers.
To choose the key, all choosers are called in the order in which they appear in the array, and the first non null key is returned.
TargetKeyChooserFixed - Class in oracle.odi.interfaces.interactive.support.targetkeychoosers
The purpose of this target key chooser is to choose the key with a given name on the target datastore.
If the given key name is not found on the datastore's keys, then no update key is selected by this implementation.
TargetKeyChooserFixed(String) - Constructor for class oracle.odi.interfaces.interactive.support.targetkeychoosers.TargetKeyChooserFixed
Creates a target key chooser for this key name.
TargetKeyChooserLazy - Class in oracle.odi.interfaces.interactive.support.targetkeychoosers
A lazy implementation of a target key chooser.
By using this target key chooser, no update key will be automatically selected on the target datastore.
TargetKeyChooserLazy() - Constructor for class oracle.odi.interfaces.interactive.support.targetkeychoosers.TargetKeyChooserLazy
 
TargetKeyChooserPrimaryKey - Class in oracle.odi.interfaces.interactive.support.targetkeychoosers
This implementation chooses the primary key as update key for the given target datastore.
If no primary key is defined on the target datastore, then no update key will be automatically selected for this datastore.
TargetKeyChooserPrimaryKey() - Constructor for class oracle.odi.interfaces.interactive.support.targetkeychoosers.TargetKeyChooserPrimaryKey
 
TargetMapping - Class in oracle.odi.domain.project.interfaces
This class represents a mapping in an interface.
The mapping is in a dataset and has an execution location.
Created on 20 dec.
TargetMapping(DataSet, TargetColumn, String, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.domain.project.interfaces.TargetMapping
Internal use only Builds a TargetMapping for a TargetColumn on a DataSet with a given SQL String expression.
TargetMapping(DataSet, TargetColumn, Expression, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.domain.project.interfaces.TargetMapping
Internal use only Builds a TargetMapping for a TargetColumn on a DataSet with a given SQL String expression.
TaskType - Enum in oracle.odi.domain.runtime.session
Type safe enum defining the type of a task.
TechnologyName - Enum in oracle.odi.setup
Enumeration that defines all the available database technology names for an ODI repository.
TechnologyNameUtils - Class in oracle.odi.setup.support
Internal helper class to convert between technology internal name (tehcIntName) to @link{TechnologyName} and vice versa.
TechnologyNameUtils() - Constructor for class oracle.odi.setup.support.TechnologyNameUtils
 
TEMPORARY_INDEX_PREFIX_MAX_LENGTH - Static variable in class oracle.odi.domain.topology.OdiTechnology
Max length of temporary index prefix.
TemporaryTargetUpdateKey - Class in oracle.odi.domain.project.interfaces
This class represents the target update key for an interface when the target of the interface is a temporary datastore.
TemporaryTargetUpdateKey(List<TargetColumn>) - Constructor for class oracle.odi.domain.project.interfaces.TemporaryTargetUpdateKey
For internal use only Create a new update key object for a temporary target datastore.
testDataServer(Number, StartupParams, String) - Method in class oracle.odi.runtime.agent.RuntimeAgent
Tests a data server as defined in the topology.
testDataServer(Number, String) - Method in class oracle.odi.runtime.agent.RuntimeAgent
 
testDataServer(Number, StartupParams) - Method in class oracle.odi.runtime.agent.RuntimeAgent
 
testDataServer(Number) - Method in class oracle.odi.runtime.agent.RuntimeAgent
 
textChanged(IExecutableTextHolder, String, String) - Method in interface oracle.odi.interfaces.interactive.IInterfaceActionListener
Responds to the completion of the action of changing the text of an ODI interface child object.
textChanged(IExecutableTextHolder, String, String) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerAbstract
 
textChanged(IExecutableTextHolder, String, String) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerComposer
 
textChanged(IExecutableTextHolder, String, String) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerEraser
Marks data set of an executable text holder as "dirty" (to indicate source set recomputing is required) when the text of the executable text holder has been modified.
textChanged(IExecutableTextHolder, String, String) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerLazy
 
textChanged(IExecutableTextHolder, String, String) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerOneTable
 
textChanged(IExecutableTextHolder, String, String) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerRetainer
Marks data set of an executable text holder as "dirty" (to indicate source set recomputing is required) when the text of the executable text holder has been modified.
textEnabled(IExecutableTextHolder) - Method in interface oracle.odi.interfaces.interactive.IInterfaceActionListener
Responds to the completion of the action of enabling the text of an ODI interface child object.
textEnabled(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerAbstract
 
textEnabled(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerComposer
 
textEnabled(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerEraser
 
textEnabled(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerLazy
 
textEnabled(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerOneTable
 
textEnabled(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerRetainer
 
TIMEOUT_DEFAULT - Static variable in interface oracle.odi.core.persistence.transaction.ITransactionDefinition
Use the default timeout of the underlying transaction system, or none if timeouts are not supported.
TimeRange - Class in oracle.odi.domain.runtime.scheduling
TimeRange is a value object grouping 2 time values: start time and end time.
TimeRange(RecurrenceAttributes.TimeOfDay, RecurrenceAttributes.TimeOfDay) - Constructor for class oracle.odi.domain.runtime.scheduling.TimeRange
Constructs the TimeRange with specified start time and end time.
TimeUnit - Enum in oracle.odi.domain.runtime.scheduling
Enumeration representing time unit.
toCalendar() - Method in class oracle.odi.domain.runtime.scheduling.ExplicitDate
Obtains the java.util.Calendar instance based on this ExplicitDate's properties.
toExpression() - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
Conversion method that takes the current state of this builder and returns it as an Expression instance.
toStartupParameters() - Method in class oracle.odi.domain.runtime.startup.StartupParametersBuilder
Conversion method that takes the current state of this builder and returns it as a StartupParameters instance.
toString() - Method in class oracle.odi.core.security.Permission
 
toString() - Method in class oracle.odi.core.security.PermissionType
 
toString() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
 
toString() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariable
 
toString() - Method in class oracle.odi.domain.runtime.purge.PurgeLogServiceReport.PurgedItem
Deprecated.  
toString() - Method in class oracle.odi.domain.runtime.purge.PurgeLogServiceReport
Deprecated. Readable Dump of the report
toString() - Method in class oracle.odi.domain.runtime.purge.support.PurgeLogServiceReport.PurgedItem
 
toString() - Method in class oracle.odi.domain.runtime.purge.support.PurgeLogServiceReport
Readable Dump of the report
toString() - Method in class oracle.odi.domain.runtime.scenario.Tag
 
toString() - Method in class oracle.odi.domain.runtime.scheduling.ExplicitDate
 
toString() - Method in class oracle.odi.domain.runtime.scheduling.Period
 
toString() - Method in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.DayOfMonth
 
toString() - Method in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.TimeOfDay
 
toString() - Method in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.Year
 
toString() - Method in class oracle.odi.domain.runtime.scheduling.TimeRange
 
toString() - Method in class oracle.odi.domain.topology.OdiDataType
 
toString() - Method in class oracle.odi.domain.util.ObfuscatedString
Returns a String object representing this ObfuscatedString.
toString() - Method in class oracle.odi.domain.xrefs.expression.Expression
 
toString() - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
Returns the string representation of the expression of this builder.
toString() - Method in class oracle.odi.setup.RepositoryUpgradeReport
 
TransactionCallbackWithoutResult - Class in oracle.odi.core.persistence.transaction.support
Simple convenience class for ITransactionCallback implementation.
TransactionCallbackWithoutResult() - Constructor for class oracle.odi.core.persistence.transaction.support.TransactionCallbackWithoutResult
 
TransactionChannel - Enum in oracle.odi.domain.runtime.session
Type safe enum defining transaction channels available through ODI.
TransactionException - Exception in oracle.odi.core.persistence.transaction
Superclass for all transaction exceptions.
TransactionManagerSpringAdapter - Class in oracle.odi.core.persistence.transaction.support
Implementation of ITransactionManager interface that delegates to a Spring transaction manager.
TransactionManagerSpringAdapter(PlatformTransactionManager, IOdiEntityManagerFactory) - Constructor for class oracle.odi.core.persistence.transaction.support.TransactionManagerSpringAdapter
Create a new TransactionManagerSpringAdapter.
TransactionSystemException - Exception in oracle.odi.core.persistence.transaction
Exception thrown when a general transaction system error is encountered, like on commit or rollback.
TransactionSystemException(MessageHandle, Object...) - Constructor for exception oracle.odi.core.persistence.transaction.TransactionSystemException
Base constructor with custom error message.
TransactionSystemException(Throwable, MessageHandle, Object...) - Constructor for exception oracle.odi.core.persistence.transaction.TransactionSystemException
Base constructor with custom error message.
TransactionTemplate - Class in oracle.odi.core.persistence.transaction.support
Template class that simplifies programmatic transaction demarcation and transaction exception handling against an ITransactionManager.
TransactionTemplate(ITransactionManager) - Constructor for class oracle.odi.core.persistence.transaction.support.TransactionTemplate
Construct a new TransactionTemplate using the given transaction manager.
TransactionTemplate(ITransactionManager, ITransactionDefinition) - Constructor for class oracle.odi.core.persistence.transaction.support.TransactionTemplate
Construct a new TransactionTemplate using the given transaction manager.
TransactionUsageException - Exception in oracle.odi.core.persistence.transaction
Exception, which shows inappropriate usage of a ODI transaction API.
TransactionUsageException(MessageHandle, Object...) - Constructor for exception oracle.odi.core.persistence.transaction.TransactionUsageException
Base constructor with custom error message.
TransactionUsageException(Throwable, MessageHandle, Object...) - Constructor for exception oracle.odi.core.persistence.transaction.TransactionUsageException
Base constructor with custom error message.
translateExceptionIfPossible(RuntimeException) - Method in class oracle.odi.core.repository.RepositoryAccessExceptionTranslator
Translate the given runtime exception thrown by a persistence framework to a corresponding exception from ODI RepositoryAccessException hierarchy, if possible.
translateSQLException(SQLException) - Method in class oracle.odi.core.repository.RepositoryAccessExceptionTranslator
Translate native exception in ODI Repository specific.

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.