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 

I

IActionHelper - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This interface provides the generic helper methods for various actions on ODI interface objects.
IAliasComputer - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This interface provides the alias name computation for ODI interface data stores.
IAutoFixManager - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This interface manages the auto-fixing of actions.
IAutoMappingComputer - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Provides a way of automatically generate mapping texts when changes occur in the interface.
For instance, when a SourceDataStore is added to the interface, an automapping computer is called to generate an auto-mapping on a target column (for instance a 1 to 1 column mapping)
IBasicInterfaceCreationHelper - Interface in oracle.odi.interfaces.basic
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Any class implementing this interface is a helper to create basic ODI interfaces from scratch.

These interfaces must comply with the following:

  • only one dataset
  • only one source table which may be journalized (in that case, the journalization filter text may be set by the user)
  • only one filter to be executed on source
  • mappings are to be executed on source or staging area only
  • three knowledge modules can be specified with their options: LKM, IKM and CKM
  • IBasicInterfaceCreationHelper.prepareSave() must be called before saving the interface to make sure that it is consistent and can be correctly saved

IBM_DB2_400 - Static variable in class oracle.odi.setup.TechnologyName
Enum value representing the IBM DB2 for AS400 technology.
IBM_DB2_UDB - Static variable in class oracle.odi.setup.TechnologyName
Enum value representing the IBM DB2 UDB technology.
IClauseImporter - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This interface imports the filter and join conditions for ODI interface objects.
IColumn - Interface in oracle.odi.domain.adapter.relational
An interface that represents a column type object in an external model.
IColumn - Interface in oracle.odi.domain.relational
Defines basic contract for a column.
IColumnRelationship - Interface in oracle.odi.domain.adapter.relational
An interface which represents a relationship between two columns in an external data storage model (e.g.
ICondition - Interface in oracle.odi.domain.adapter.relational
An interface which represents a data constraint to check against datastore objects.
IConnectionInfo - Interface in oracle.odi.domain.adapter.topology
Interface to describe connection settings for a server.
IContainer - Interface in oracle.odi.domain.adapter
An interface to represent a container in an external model.
IContext - Interface in oracle.odi.domain.adapter.topology
An interface for ODI context.
IDataServer - Interface in oracle.odi.domain.adapter.topology
An interface for ODI data server.
IDataServiceGenerator - Interface in oracle.odi.generation
Generate data services for a model.
IDataStore - Interface in oracle.odi.domain.adapter.relational
An interface that represents a data storage type external model object.
IDataStore - Interface in oracle.odi.domain.relational
Defines basic contract for a data store.
IDataStoreReferenceBreaker - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Makes sure that breaking (deleting) these references will not have a bad impact on the diagram, and throw a Veto if these references shouldn't be deleted.
This is called whenever we delete a source object, and it should take care of breaking references to the deleted object.
IDataStoreRelationship - Interface in oracle.odi.domain.adapter.relational
An interface which represents a relationship between two data storage objects (e.g.
IDataStoreRelationship.RelationshipType - Class in oracle.odi.domain.adapter.relational
Defines the possible types of relationship.
IDataType - Interface in oracle.odi.domain.adapter.topology
An interface for ODI data type.
IDataType.ConvertedDataType - Class in oracle.odi.domain.adapter.topology
 
IDataType.ConvertedDataType() - Constructor for class oracle.odi.domain.adapter.topology.IDataType.ConvertedDataType
 
IDDLGeneratorService - Interface in oracle.odi.generation
Generate DDL Diffs and DDL Generation User Procedures for a model.
IDefaultKMService - Interface in oracle.odi.domain.project
Interface defines "Default KM" service which aims to enforce uniqueness of default KM for given set of parameters (source and target technologies for all KMs except IKM, source and target technologies and Integration type for IKM), but it doesn't guarantee it for this release as it will require changes in different parts of product like Import-Export, Versioning, etc, which is out of scope for this release.
IDeploymentSpec - Interface in oracle.odi.domain.adapter.project
IDeploymentSpec is an interface representing a model object which is a deployment specification.
IdManager - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This is the interface for managing object ids for ODI interface objects.
IElementInExecutionArea - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Represents an object that will be located in a SourceSet, StagingArea or Target in interfaces.
This is only a wrapper on an IInterfaceSubComponent and sets it to be located on an IExecutionArea. The reason for not adding the property on the real IInterfaceSubComponents is that the execution area is only an internal and technical property used by the helper, and it has no persistence, so it wouldn't make sense for the IInterfaceSubComponents to hold it directly. Created on 4 janv. 08
IErrorTableRemover - Interface in oracle.odi.domain.runtime.errortable
Given a physical schema ID, interface to identify the error tables defined and also to drop all the error tables.
IExecutable - Interface in oracle.odi.domain.runtime.common
 
IExecutableSequence - Interface in oracle.odi.domain.runtime.common
 
IExecutableStep - Interface in oracle.odi.domain.runtime.common
 
IExecutableTextHolder - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Classes implementing this interface contain texts that can be executed on a location, thus enabling to access in a generic way any object containing an expression.
It has a Sql Expression and an OdiInterface.ExecutionLocation, some potential attached SourceDataStores, may be located in a DataSet, and may be part of a SourceSet.
The number of attached source datastores depends on the type of the object (target columns have 0, filters and mappings have 1, joins have 2...).
As all implementations have protected constructors, use ExecutableTextHolderFactory to instantiate text holders.
IExecutableVariable - Interface in oracle.odi.domain.runtime.common
 
IExecutionArea - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. A location in which some elements will be executed.
These execution areas are updated in real time by the helper, they help the source set computers group elements to generate the source sets.
IExportService - Interface in oracle.odi.impexp
This interface provides all the export methods.
IExportService.ExportLogType - Class in oracle.odi.impexp
Types of export log.
IExpressionContext - Interface in oracle.odi.domain.xrefs.expression.contexts
Interface to be implemented by objects that are contexts of Expression.
IExpressionReferencedObject - Interface in oracle.odi.domain.mapping.xreference
A marker interface for any object that can be referenced by an expression.
IFCORoot - Interface in oracle.odi.domain.root
 
IFileDescriptor - Interface in oracle.odi.domain.adapter.relational
An interface that represents the configuration specific to a file datastore (a data storage object under a model of file technology).
IFileFieldDescriptor - Interface in oracle.odi.domain.adapter.relational
An interface that represents the properties that are specific to columns (fields) in file datastore (a data storage object under a model of file technology).
IFilter - Interface in oracle.odi.domain.adapter.relational
An interface which represents a data filter for a data storage object in an external model.
IFinder - Interface in oracle.odi.domain.finder
Interface for base class domain finders.
IFlexField - Interface in oracle.odi.domain.adapter.topology
Interface for a flex field.
IFlexFieldUser - Interface in oracle.odi.domain.adapter.flexfields
The IFlexFieldUser interface is implemented by ODI objects for which an IFlexField's default value can be overridden.
IFlexFieldUser - Interface in oracle.odi.domain.flexfields
This interface is implemented by ODI objects for which an OdiFlexField's default value can be overridden.
IFlexFieldValue - Interface in oracle.odi.domain.adapter.flexfields
The IFlexFieldValue interface represents the value of a flex field.
IFlexFieldValue - Interface in oracle.odi.domain.flexfields
An actual flex field value.
IFlexFieldValueManager - Interface in oracle.odi.domain.adapter.flexfields
IFlexFieldValueManager is an interface representing multiple flex field values
IFolder - Interface in oracle.odi.domain.adapter.project
IFolder is an interface representing a folder.
IGlobalObjectHelper - Interface in oracle.odi.domain.adapter.project
An interface which is a helper for finding and storing global objects.
IImpacts - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Implementations of this interface represent impacts that have been caused by the execution of an action.
IImportExportResource - Interface in oracle.odi.impexp.resource
Import Resource can be used as a source for import or as a target for export.
IImportRoot - Interface in oracle.odi.domain.impexp
Interface for objects that are root container for import.
IImportService - Interface in oracle.odi.impexp
This interface provides all the import methods.
IIndexType - Interface in oracle.odi.domain.adapter.topology
IIndexType represents a model object which is an index type.
IInitializationCriteria - Interface in oracle.odi.core.persistence
Use this class to specify the level of initialization you want to provide.
IInteractiveInterfaceHelper - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Any class implementing this interface is a helper to manipulate Odi interfaces in an interactive way.
IInteractiveInterfaceHelperWithActions - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Any class implementing this interface is a helper to manipulate Odi interfaces in an interactive way.
IInterfaceAction - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This is the interface for performing various actions on ODI interface objects.
IInterfaceActionListener - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This is the interface for responding to the result of the various actions performed on ODI interface objects.
IInterfaceIssue - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This is the interface representing the errors (issues) related to ODI interface objects.
IInterfaceIssue.Origin - Class in oracle.odi.interfaces.interactive
Deprecated.
Origin indicates the area of the interface where the issue is related to.
IInterfaceIssue.Severity - Class in oracle.odi.interfaces.interactive
Deprecated.
Severity levels give information about the state of the interface and its children.
IInterfaceKMHolder - Interface in oracle.odi.interfaces.interactive.support.km
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Defines a knowledge module (KM) holder.
IInterfaceSubComponent - Interface in oracle.odi.domain.project.interfaces
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This interface is used to mark objects contained in an interface.

FIXME rename that interface IOdiInterfaceSubComponent for naming consistency. Postponed to a future release - more than 550 references.

TODO add a method getInterface() that will return the OdiInterface that component belongs to.

IInterfaceUndoListener - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This is the interface for managing the "undo" of actions performed on ODI interface objects.
IIssueFix - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This is the interface representing the fixes that can be applied to issues related to ODI interface objects.
IIssuesComputer - Interface in oracle.odi.interfaces.interactive.support.issues
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This is the interface that computes the errors (issues) related to ODI interface objects.
IIssuesComputerFactory - Interface in oracle.odi.interfaces.interactive.support.issues
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Factory to be used for obtaining an instance of the IIssuesComputer object.
IIssuesManager - Interface in oracle.odi.interfaces.interactive.support.issues
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This is the interface that manages the errors (issues) related to ODI interface objects.
IJMSCallBack - Interface in oracle.odi.interfaces.data
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. An interface used to have a way to process a request string from the JMS service, when checking the source/target data access. If the source or target data is connected to a data server with JMS technology, then the processRequest method will be called with the request string that has been recieved from JMS, and it will return an instance of the CallBackResult inner class. It is up to the user to provide an appropriate implementation for this interface, when using the data access helper classes.
IJMSCallBack.CallBackResult - Class in oracle.odi.interfaces.data
Deprecated.
An inner class used to return the result status when processing a JMS request.
IJMSCallBack.CallBackResult() - Constructor for class oracle.odi.interfaces.data.IJMSCallBack.CallBackResult
Deprecated.
A simple constructor.
IJMSCallBack.CallBackResult(String, String, String, String, String, String) - Constructor for class oracle.odi.interfaces.data.IJMSCallBack.CallBackResult
Deprecated.
A constructor that takes the stored message processing information as passed-in parameters.
IKey - Interface in oracle.odi.domain.adapter.relational
An interface which represents a key for a data storage object in an external model.
IKey - Interface in oracle.odi.domain.relational
Defines basic contract for a key.
IKM - Static variable in class oracle.odi.domain.adapter.project.IKnowledgeModule.KMType
IKM is a special type of Component KM that has extra metadata for ODI target loading (I = integration of source data into target).
IKM - Static variable in class oracle.odi.domain.project.ComponentKMLine.KMLineClassType
 
IKM - Static variable in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.KMType
Deprecated.
Integration Knowledge Module.
IKMOptionRetainer - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Implementers of this class are objects that retain KM and KM options. This means that when the KM is changed on these objects, they might do some actions not to lose the previous options, * typically using homonymy on options names.
IKnowledgeModule - Interface in oracle.odi.domain.adapter.project
An interface for knowledge module.
IKnowledgeModule.KMType - Class in oracle.odi.domain.adapter.project
Enumeration type for KM types.
IKnowledgeModule.LKMType - Class in oracle.odi.domain.adapter.project
Enumeration type for loading KM type.
IKnowledgeModule.ProcessingType - Class in oracle.odi.domain.adapter.project
Enumeration type for processing type.
ILanguage - Interface in oracle.odi.domain.adapter.topology
An interface for ODI language.
ILanguageElement - Interface in oracle.odi.domain.adapter.topology
An interface to represent an expression language element, with a name and an expression template.
ILanguageElementImpl - Interface in oracle.odi.domain.adapter.topology
An interface for language element implementation.
ILanguageImpl - Interface in oracle.odi.domain.adapter.topology
An interface for language implementation, which is a language that provides implementation for another language.
ILanguageProvider - Interface in oracle.odi.languages
Interface to be implemented by objects that can provide an SnpsLanguage instance from an ODI technology name (the internal one) and/or an ODI language name.
IllegalConfigurationArgumentException - Exception in oracle.odi.core.config
Exception thrown to indicate an illegal or inappropriate configuration.
IllegalConfigurationArgumentException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.config.IllegalConfigurationArgumentException
Base constructor with custom error message.
IllegalConfigurationArgumentException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.config.IllegalConfigurationArgumentException
Base constructor with custom error message.
IllegalExpressionObjectException - Exception in oracle.odi.domain.xrefs.expression
Deprecated.
replaced with DomainRuntimeException
IllegalExpressionObjectException(Object, SnpsLanguage) - Constructor for exception oracle.odi.domain.xrefs.expression.IllegalExpressionObjectException
Deprecated.
IllegalExpressionObjectException(String, Object, SnpsLanguage) - Constructor for exception oracle.odi.domain.xrefs.expression.IllegalExpressionObjectException
Deprecated.
IllegalMasterRepositoryStatusException - Exception in oracle.odi.core.config
Subclass of IllegalRepositoryStatusException thrown to indicate master repository status is invalid.
IllegalMasterRepositoryStatusException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.config.IllegalMasterRepositoryStatusException
Base constructor with custom error message.
IllegalMasterRepositoryStatusException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.config.IllegalMasterRepositoryStatusException
Base constructor with custom error message.
IllegalOdiInstanceStateException - Exception in oracle.odi.core
IllegalOdiInstanceStateException reports errors, which are related to the own state of the OdiInstance.
IllegalOdiInstanceStateException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.IllegalOdiInstanceStateException
Base constructor with custom error message.
IllegalRepositoryStatusException - Exception in oracle.odi.core.config
Abstract superclass for illegal repository status.
IllegalTransactionStateException - Exception in oracle.odi.core.persistence.transaction
Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.
IllegalTransactionStateException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.persistence.transaction.IllegalTransactionStateException
Base constructor with custom error message.
IllegalTransactionStateException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.persistence.transaction.IllegalTransactionStateException
Base constructor with custom error message.
IllegalTransactionStateException(Throwable) - Constructor for exception oracle.odi.core.persistence.transaction.IllegalTransactionStateException
Default error message is Messages.ERR_TRANSACTION_GENERAL_ILLEGAL_STATE.
IllegalWorkRepositoryStatusException - Exception in oracle.odi.core.config
Subclass of IllegalRepositoryStatusException thrown to indicate that work repository status is invalid.
IllegalWorkRepositoryStatusException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.config.IllegalWorkRepositoryStatusException
Base constructor with custom error message.
IllegalWorkRepositoryStatusException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.config.IllegalWorkRepositoryStatusException
Base constructor with custom error message.
ILocation - Interface in oracle.odi.domain.adapter.topology
An interface used to represent an adapter that retrieves location information for a model object.
ILogicalSchema - Interface in oracle.odi.domain.adapter.topology
An interface for ODI logical schema.
IMapAttribute - Interface in oracle.odi.domain.adapter.project
IMapAttribute is a marker interface for model objects that are map attributes.
IMapAttributeOwner - Interface in oracle.odi.domain.mapping
An interface to represent an object that owns MapAttribute instances, typically a MapConnectorPoint, but it can also be a MapAttribute for complex data types.
IMapComponent - Interface in oracle.odi.domain.adapter.project
IMapComponent is a marker interface for model objects which are map components.
IMapComponent - Interface in oracle.odi.domain.mapping
An interface to represent a map component within a component owner.
IMapComponent.ComponentCategory - Class in oracle.odi.domain.mapping
An enumeration to describe the fundamental operational category of the component.
IMapComponentOwner - Interface in oracle.odi.domain.mapping
An mapping used to specify an ODI mapping component owner.
IMapComponentTypeFinder - Interface in oracle.odi.domain.mapping.finder
Defines finder methods to load MapComponentType instances.
IMapConnectorPoint - Interface in oracle.odi.domain.adapter.project
IMapConnectorPoint is a marker interface for model object which are mapping connector points.
IMapExpression - Interface in oracle.odi.domain.adapter.project
IMapExpression is a marker interface for model objects which are mapping expressions.
IMapExpressionOwner - Interface in oracle.odi.domain.mapping
Marker interface for objects that can own MapExpression objects.
IMapping - Interface in oracle.odi.domain.adapter.project
IMapping is an interface for ODI mappings.
IMappingChooser - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Implementations of this interface are in charge of choosing a mapping SQL text for a given column name.
IMappingFinder - Interface in oracle.odi.domain.mapping.finder
Defines finder methods to load Mapping instances.
IMappingMatchPolicy - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. An interface that can be implemented to define a matching policy that is used to reuse mappings when the target data store of an interface is changed.
IMappingObject - Interface in oracle.odi.domain.root
An interface implemented by objects that are part of the mapping hierarchy, owned at the top level by a IMapRootContainer object.
IMappingPersistencePolicy - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Implementations on this class are telling which mappings and which columns need to be persisted in the repository.
Note that for safety reasons, implementations should at least persist columns and mappings that would be persisted by the default implementation (MappingPersistencePolicyDefault). However, other implementations might choose to persist mappings and/or columns that are not persisted by the default implementation.
IMapReferenceFinder - Interface in oracle.odi.domain.mapping.finder
Defines finder methods to load MapReference instances.
IMapRootContainer - Interface in oracle.odi.domain.mapping
The root container for a top-level, stand-alone graph of components (typically a Mapping or a ReusableMapping).
IMassImportExportResource - Interface in oracle.odi.impexp.resource
An IImportExportResource containing more than one exported root object.
IMasterOdiEntity - Interface in oracle.odi.domain
Marker interface for entities that resides in the ODI Master Repository.
IMasterRepositorySetup - Interface in oracle.odi.setup
This interface defines methods to create and upgrade an ODI Master Repository.
IMessageHandle - Interface in oracle.odi.domain.adapter
IMessageHandle represents a message associated with an error.
IMissingRef - Interface in oracle.odi.missingref
Interface that defines missing reference properties.
IMissingRefService - Interface in oracle.odi.missingref
This interface provide all the method needed to manage missing references.
IModel - Interface in oracle.odi.domain.adapter.relational
An interface representing a model, defined as a group of data stores and other model objects that reside on a single data server location.
IModelObject - Interface in oracle.odi.domain.adapter
A base interface for named model objects that may reside in the local repository or may reside in a remote repository and can be referenced and retrieved by the adapter manager using some combination of name, id, type, parent id, and parent type.
IModelObjectReference - Interface in oracle.odi.domain.adapter
An interface that specifies a reference to a model object in some repository.
IModelObjectWithLocation - Interface in oracle.odi.domain.adapter
A base interface for model objects that have an associated location.
Impacts - Class in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Default implementation for IImpacts.
Impacts(List, List) - Constructor for class oracle.odi.interfaces.interactive.support.Impacts
Deprecated.
Creates impacts with these modifications and reverse actions.
Impacts() - Constructor for class oracle.odi.interfaces.interactive.support.Impacts
Deprecated.
Empty impacts: empty modifications and empty reverse actions.
Impacts(List) - Constructor for class oracle.odi.interfaces.interactive.support.Impacts
Deprecated.
Build impacts from a list of impacts: adds the modifications and reverse actions of the list of impacts pImpactsList.
Impacts(IImpacts[]) - Constructor for class oracle.odi.interfaces.interactive.support.Impacts
Deprecated.
Same than Impacts(List<IImpacts>) with an array of impacts.
IMPORT_MODE_DUPLICATION - Static variable in interface oracle.odi.impexp.IImportService
Import in duplication mode : inserts a duplicated object.
IMPORT_MODE_SYNONYM_INSERT - Static variable in interface oracle.odi.impexp.IImportService
Import in synonym mode insert : inserts the object "as it is"; fails if the object already exists or if a parent object does not exist.
IMPORT_MODE_SYNONYM_INSERT_UPDATE - Static variable in interface oracle.odi.impexp.IImportService
Import in synonym mode insert update : inserts the object "as it is" if the object does not exist; updates if the object already exists.
IMPORT_MODE_SYNONYM_UPDATE - Static variable in interface oracle.odi.impexp.IImportService
Import in synonym mode update : updates the object if it exists.
importClauses(SourceDataStore, IInterfaceActionListener, IInterfaceUndoListener, IActionHelper) - Method in interface oracle.odi.interfaces.interactive.IClauseImporter
Deprecated.
Adds filter and join conditions to the interface.
importClauses(SourceDataStore, IInterfaceActionListener, IInterfaceUndoListener, IActionHelper) - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddLookup.MyClauseImporter
Deprecated.
 
importClauses(SourceDataStore, IInterfaceActionListener, IInterfaceUndoListener, IActionHelper) - Method in class oracle.odi.interfaces.interactive.support.clauseimporters.ClauseImporterDefault
Deprecated.
For internal use only Invoked to import join and filter clauses.
importClauses(SourceDataStore, IInterfaceActionListener, IInterfaceUndoListener, IActionHelper) - Method in class oracle.odi.interfaces.interactive.support.clauseimporters.ClauseImporterLazy
Deprecated.
For internal use only Invoked to import join and filter clauses.
importExecutionEnvironmentFromFolder(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported execution environment objects set from a given folder.
Execution Environment objects include : Technologies, Connections, Contexts, Agents, Generic Actions
importExecutionEnvironmentFromFolder(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importExecutionEnvironmentFromZipFile(int, String, boolean, String) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported execution environment objects set from a given zip file.
Execution Environment objects include : Technologies, Connections, Contexts, Agents, Generic Actions
importExecutionEnvironmentFromZipFile(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported execution environment objects set from a given zip file.
Execution Environment objects include : Technologies, Connections, Contexts, Agents, Generic Actions
importExecutionEnvironmentFromZipFile(int, String, boolean, String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importExecutionEnvironmentFromZipFile(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importFromXml(String, String) - Method in class oracle.odi.impexp.smartie.impl.SmartImportServiceImpl
This method performs a Smart Import for a Smart Export XML file.
importFromXml(String) - Method in class oracle.odi.impexp.smartie.impl.SmartImportServiceImpl
This method performs a Smart Import for a Smart Export XML file.
importFromXml(String) - Method in interface oracle.odi.impexp.smartie.ISmartImportService
This method performs a Smart Import for a Smart Export XML file.
importFromXml(String, String) - Method in interface oracle.odi.impexp.smartie.ISmartImportService
This method performs a Smart Import for a Smart Export XML file.
importLogicalTopologyFromFolder(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported Logical topology objects set from a given folder.
Logical Topology objects include : Technologies, Logical Agents, Logical Schemas, Actions Groups, Actions, Datatypes, Datatype Conversions
importLogicalTopologyFromFolder(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importLogicalTopologyFromZipFile(int, String, boolean, String) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported logical topology objects set from a given zip file.
Logical Topology objects include : Technologies, Logical Agents, Logical Schemas, Actions Groups, Actions, Datatypes, Datatype Conversions
importLogicalTopologyFromZipFile(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported logical topology objects set from a given zip file.
Logical Topology objects include : Technologies, Logical Agents, Logical Schemas, Actions Groups, Actions, Datatypes, Datatype Conversions
importLogicalTopologyFromZipFile(int, String, boolean, String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importLogicalTopologyFromZipFile(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importLogsFromFolder(String) - Method in interface oracle.odi.impexp.IImportService
Imports the previously exported execution logs (load plan runs, sessions and related objects) from a given folder.
importLogsFromFolder(String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importLogsFromZipFile(String, String) - Method in interface oracle.odi.impexp.IImportService
Imports the previously exported execution logs (load plan runs, sessions and related objects) from a given zip file.
importLogsFromZipFile(String) - Method in interface oracle.odi.impexp.IImportService
Imports the previously exported execution logs (load plan runs, sessions and related objects) from a given zip file.
importLogsFromZipFile(String, String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importLogsFromZipFile(String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importMasterFromFolder(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported master objects set from a given folder.
Master objects include : Objects, Methods, Profiles, Users, Languages, Versions, Solutions, Open Tools, Password rules & polices, Entities, Links, Fields, Lookups
importMasterFromFolder(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importMasterFromZipFile(int, String, boolean, String) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported master objects set from a given zip file.
Master objects include : Objects, Methods, Profiles, Users, Languages, Versions, Solutions, Open Tools, Password rules & polices, Entities, Links, Fields, Lookups
importMasterFromZipFile(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported master objects set from a given zip file.
Master objects include : Objects, Methods, Profiles, Users, Languages, Versions, Solutions, Open Tools, Password rules & polices, Entities, Links, Fields, Lookups
importMasterFromZipFile(int, String, boolean, String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importMasterFromZipFile(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importObjectFromXml(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
This method imports an object from an OracleDI export file (XML).
importObjectFromXml(int, String, IImportRoot, boolean) - Method in interface oracle.odi.impexp.IImportService
This method imports an object from an OracleDI export file (XML) under a parent object.
importObjectFromXml(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importObjectFromXml(int, String, IImportRoot, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importReplaceProcedure(OdiProcedure, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Replace an existing procedure with a procedure previously exported procedure in a XML file.
importReplaceProcedure(OdiProcedure, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importReplaceScenario(OdiScenario, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Replace an existing scenario with a procedure previously exported procedure in a XML file.
importReplaceScenario(OdiScenario, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importReplaceSKM(OdiSKM, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Replace an existing SKM with other SKM in a XML file
importReplaceSKM(OdiSKM, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importSecurityFromFolder(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported security objects set from a given folder.
Security objects include : Objects, Methods, Users, Profiles, Instances of Objects, Hosts, Password rules & policies
importSecurityFromFolder(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importSecurityFromZipFile(int, String, boolean, String) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported security objects set from a given zip file.
Security objects include : Objects, Methods, Users, Profiles, Instances of Objects, Hosts, Password rules & policies
importSecurityFromZipFile(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported security objects set from a given zip file.
Security objects include : Objects, Methods, Users, Profiles, Instances of Objects, Hosts, Password rules & policies
importSecurityFromZipFile(int, String, boolean, String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importSecurityFromZipFile(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
ImportServiceImpl - Class in oracle.odi.impexp.support
Default IImportService implementation.
ImportServiceImpl(OdiInstance) - Constructor for class oracle.odi.impexp.support.ImportServiceImpl
Constructs an ImportServiceImpl object.
importSessionsFromFolder(String) - Method in interface oracle.odi.impexp.IImportService
Deprecated.
use importLogsFromFolder instead
importSessionsFromFolder(String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importSessionsFromZipFile(String, String) - Method in interface oracle.odi.impexp.IImportService
Deprecated.
use importLogsFromZipFile instead
importSessionsFromZipFile(String) - Method in interface oracle.odi.impexp.IImportService
Deprecated.
use importLogsFromZipFile instead
importSessionsFromZipFile(String, String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importSessionsFromZipFile(String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importSolution(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Imports a solution and all its component objects from a zip file.
importSolution(int, String, boolean, String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importSolution(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importTopologyFromFolder(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported topology objects set from a given folder.
Topology objects include : Entity IDs, Local Repositories, Connections, Hosts, Logical Agents, Agents, Generic Actions, Technologies, Datatypes, Datatypes conversions
importTopologyFromFolder(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importTopologyFromZipFile(int, String, boolean, String) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported topology objects set from a given zip file.
Topology objects include : Entity IDs, Local Repositories, Connections, Hosts, Logical Agents, Agents, Generic Actions, Technologies, Datatypes, Datatypes conversions
importTopologyFromZipFile(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
Imports a previously exported topology objects set from a given zip file.
Topology objects include : Entity IDs, Local Repositories, Connections, Hosts, Logical Agents, Agents, Generic Actions, Technologies, Datatypes, Datatypes conversions
importTopologyFromZipFile(int, String, boolean, String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importTopologyFromZipFile(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importWorkRepositoryFromFolder(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
This method imports a previously exported work repository from a given folder.
importWorkRepositoryFromFolder(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importWorkRepositoryFromZipFile(int, String, boolean, String) - Method in interface oracle.odi.impexp.IImportService
This method imports a previously exported work repository from a given zip file.
importWorkRepositoryFromZipFile(int, String, boolean) - Method in interface oracle.odi.impexp.IImportService
This method imports a previously exported work repository from a given zip file.
importWorkRepositoryFromZipFile(int, String, boolean, String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
importWorkRepositoryFromZipFile(int, String, boolean) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
IN - Static variable in class oracle.odi.domain.runtime.session.VariableOperator
Correspond to operator IN.
INACTIVE - Static variable in class oracle.odi.domain.runtime.scheduling.ScheduleStatus
Enumeration constant indicating inactive status.
InactiveUserException - Exception in oracle.odi.core.security
Thrown to indicate that authentication failed because User is inactive.
INamedObject - Interface in oracle.odi.domain.root
The base interface for an ODI named object.
INCREMENTAL_MODE - Static variable in class oracle.odi.generation.GenerationOptions
In this mode, generated scenarii will replace have their version incremented from the existing scenarii.
INDEX - Static variable in class oracle.odi.domain.model.OdiKey.KeyType
An index.
indexOfPoint(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get the index of the specified point in this path specifier.
InexistentMappingException - Exception in oracle.odi.interfaces.interactive.support.sourceset.creators
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Thrown when there is an exception with the logical schema, context, or physical schema.
InexistentMappingException(OdiLogicalSchema, OdiContext) - Constructor for exception oracle.odi.interfaces.interactive.support.sourceset.creators.InexistentMappingException
Deprecated.
Constructs a new InexistentMappingException.
InexistentMappingException(MessageHandle, Object[]) - Constructor for exception oracle.odi.interfaces.interactive.support.sourceset.creators.InexistentMappingException
Deprecated.
Constructs a new InexistentMappingException.
INFO - Static variable in class oracle.odi.domain.root.RootIssue.Level
The message logged is for information only.
INFORMATION - Static variable in class oracle.odi.interfaces.interactive.IInterfaceIssue.Severity
Deprecated.
This level gives information on an object.
init() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Initializes this technology.
initCustomTemplateOption() - Method in class oracle.odi.domain.project.ComponentKM
Add a custom template option to the KM if it does not already exist.
initFlexFields(T) - Method in interface oracle.odi.domain.adapter.flexfields.IFlexFieldUser
Initialize flex fields related to this IFlexFieldUser
initFlexFields(IOdiFlexFieldFinder) - Method in interface oracle.odi.domain.adapter.flexfields.IFlexFieldValueManager
Initializes flex field values
initFlexFields(IOdiFlexFieldFinder) - Method in interface oracle.odi.domain.flexfields.IFlexFieldUser
Initialize flex fields related to this IFlexFieldUser.
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.model.OdiColumn
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.model.OdiCondition
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.model.OdiDataStore
See interface for specifics.
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.model.OdiKey
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.model.OdiModel
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.model.OdiReference
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.project.OdiPackage
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.project.OdiProcedure
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.project.OdiProject
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.topology.OdiContext
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.topology.OdiDataServer
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.topology.OdiLogicalSchema
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
 
initFlexFields(IOdiFlexFieldFinder) - Method in class oracle.odi.domain.topology.OdiTechnology
 
InitializationCriteriaForInterface - Class in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This class represents initialization criteria to load parts of an interface when a helper is instantiated.
It can be used to instanciate the full hierarchy of objects needed by an interface.
InitializationCriteriaForInterface() - Constructor for class oracle.odi.interfaces.interactive.support.InitializationCriteriaForInterface
Deprecated.
Basic constructor.
initialize(IOdiEntity, IInitializationCriteria) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
WARNING : This method is experimental and may be removed in future drop.
INITIALIZE_ALL - Static variable in interface oracle.odi.core.persistence.IInitializationCriteria
Basic Initialization criteria which specify to initialize ALL relationship recursively.
INITIALIZE_PRIVATE - Static variable in interface oracle.odi.core.persistence.IInitializationCriteria
Basic Initialization criteria which specify to initialize ALL private relationship recursively.
initializeConnectorPoint(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.component.JoinComponent
 
initializeConnectorPoint(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
initializeMappingsFromPersisted() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Internal use only Populates internal mapping between target column name and target mapping from persistence data structure.
initializeMappingsFromPersisted() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Internal use only Initialize internal persistence mapping.
initPhysicalNode(MapPhysicalNode, boolean) - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
Initializes the NODE_IS_JOURNALIZED property to the value of the JOURNALIZING_ENABLED property, if the node is initially created.
INNER - Static variable in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnJoinSetJoinProperties.JoinType
Deprecated.
Specifies a normal non-outer join.
INPUT - Static variable in class oracle.odi.domain.mapping.MapConnectorPoint.Direction
 
InputConnectorPoint - Class in oracle.odi.domain.mapping
InputConnectorPoint represents a mapping connector point for the input of a component.
InputSignature - Class in oracle.odi.domain.mapping.component
InputSignature is a mapping component used in processing the input to a reusable mapping.
InputSignature(MapComponentOwner, String) - Constructor for class oracle.odi.domain.mapping.component.InputSignature
Constructs a new persistent input signature component.
INSERT - Static variable in class oracle.odi.domain.project.OdiProcedureLine.LogCounter
Execution will increment the INSERT counter.
INSERT - Static variable in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.LogCounter
Execution will increment the INSERT counter.
INSERT - Static variable in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetIndicator.IndicatorType
Deprecated.
Indicates that a column will participate in insert operations.
INSERT_INDICATOR_PROPKEY - Static variable in class oracle.odi.domain.mapping.MapAttribute
The property name for a boolean property that indicates that this attribute will participate in an insert loading operation, if the owning component is a data storage target in the map.
INSERT_LOCAL - Static variable in class oracle.odi.domain.project.OdiProcedureLine.LogCounter
Execution will increment the INSERT counter for the current task only.
INSERT_LOCAL - Static variable in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.LogCounter
Execution will increment the INSERT counter for the current task only.
insertPointAtStart(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Insert a new path point at the start of the stored path point list for this path specifier.
INTEGER - Static variable in class oracle.odi.domain.mapping.properties.PropertyDefinition.PropertyType
Property that stores a integer value
INTEGRATION - Static variable in class oracle.odi.domain.runtime.session.TaskType
Data integration task type.
INTEGRATION_TABLE_PREFIX_MAX_LENGTH - Static variable in class oracle.odi.domain.topology.OdiTechnology
Max length of integration table prefix.
INTEGRATION_TYPE_APPEND - Static variable in class oracle.odi.domain.mapping.component.DatastoreComponent
Integration type property value for type control append.
INTEGRATION_TYPE_NONE - Static variable in class oracle.odi.domain.mapping.component.DatastoreComponent
Integration type property value for type none.
INTEGRATION_TYPE_PROPKEY - Static variable in class oracle.odi.domain.mapping.component.DataStorageDelegate
Property key name for the integration type property.
INTEGRATION_TYPE_PROPKEY - Static variable in class oracle.odi.domain.mapping.component.DatastoreComponent
Property key name for the integration type property.
INTEGRATION_TYPE_SCD - Static variable in class oracle.odi.domain.mapping.component.DatastoreComponent
Integration type property value for type slowly changing dimension.
INTEGRATION_TYPE_UPDATE - Static variable in class oracle.odi.domain.mapping.component.DatastoreComponent
Integration type property value for type incremental update.
InteractiveInterfaceHelperWithActions - Class in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceInterfaceHelperWithActions is a helper class that works in conjunction with the interactive interface action classes found in package oracle.odi.interfaces.interactive.support.actions in order to create or modify the ODI interface objects that define the execution behavior of the interface. The objects that can be created or modified include sources, targets, mappings, filter, joins, and other clauses that define an ETL operation.

General Concepts: The general usage of the interactive interface helper and action classes is as follows: First create instance of this interface helper class. Then create an action class by calling it's constructor. Then call this helper's performAction method with a reference to the action class as one of the calling parameters.

Performing the action: Though the action classes themselves have a performAction method, it is for internal use only. The creation or modification action should be performed using the performAction method in this helper class. Here is an example of creating a join object between two sources:

InteractiveInterfaceHelperWithActions interactiveHelper = new InteractiveInterfaceHelperWithActions(odiInterface, myOdiInstance, myOdiInstance.getTransactionalEntityManager(), new SourceSetComputerEraser(odiInterface), new SourceSetCreatorNew(), new SourceSetNameProviderBasicIncrement(), new MappingPersistencePolicyDefault());
InterfaceActionAddJoin addJoinAction = new InterfaceActionAddJoin(myDataSet, mySQLJoinCondition, OdiInterface.ExecutionLocation.SOURCE);
interactiveHelper.performAction(addJoinAction);


Expression Strings: Many of the action class constructors require an expression string as a calling parameter. The expression strings may refer to objects that can be used in the interface, such as source table columns, variables, sequences, etc.

When referring to source table columns in an expression string, the source table alias must be used. For example, if two join sources EMP and DEPT have aliases "EMP_ALIAS" and "DEPT_ALIAS", then the passed-in SQL join condition string might be "EMP_ALIAS.DEPTNO = DEPT_ALIAS.DEPTNO".

A reliable way to create the join condition string is to create an Expression object by calling ExpressionStringBuilder class methods, then call method getAsString on the resultant Expression object. Here is an example of creating the expression string "<mySrcDataStore1_alias>.DEPT_ID = <mySrcDataStore2_alias>.DEPT_ID":

ExpressionStringBuilder stringBuilder = new ExpressionStringBuilder(getLanguageProvider().getSnpsLanguageByTechnologyName(mySourceDataStore1.getModel().getTechnology().getInternalName()));
stringBuilder.append(mySourceDataStore1.getColumn("DEPT_ID"), mySourceDataStore1.getDefaultAlias()).append("=").append(mySourceDataStore2.getColumn("DEPT_ID"), mySourceDataStore2.getDefaultAlias());
Expression myExpression = stringBuilder.toExpression();
String mySQLJoinCondition = myExpression.getAsString();


The advantage of creating it this way is that the actual string values of the data store aliases and columns do not need to be known when the code is written, and the code will remain accurate even if the alias names are later changed.

Reverse Actions: Most action classes will call an undo listener to add a reverse or undo action that can be performed to undo the action itself.

Auto-fix manager: This helper can contain an instance of the <@link IAutoFixManager> interface. Depending on the functionality of the particular auto-fix manager implementation, it may cause problems or issues to be automatically fixed after an action is performed.

Source Set Computer/Creator: This helper also contains a ISourceSetComputer and a ISourceSetCreator interface instance object. Each interface contains a set of SourceSet objects, which group the executable objects (e.g. joins and mappings) according to their execution location. The source sets must be created according to some strategy, after the interface objects have all been added. For the SDK, the source set computer and creator do this work. The source set computer determines the strategy for creating source sets based on the interface objects, settings, and KMs. The source set creator actually creates each source set, and is called by the source set computer. A common source set computer implementation that can be used for many generic cases is SourceSetComputerRetainer. The source set computer and creator implementation instance can be passed to the helper in it's constructor.

Retrieving the created object: When an action is performed that creates a new object, for example InterfaceActionAddFilter, then it may be useful at some point to retrieve a reference to the newly created object or objects. The <@link IImpacts> interface instance that is returned from the performAction call can be used to retrieve the object. Here is a sample method that could be used to retrieve the objects.

protected <T extends IInterfaceSubComponent> T findAddedObject(IImpacts impacts, Class<T> clazz) { for (InterfaceObjectModification modif : impacts.getModifications()) if (clazz.isInstance(modif.getModifiedObject()) && modif.getModification().equals(InterfaceObjectModification.Modification.OBJECT_ADDED)) return (T) modif.getModifiedObject(); System.out.println("Could not find new object of type " + clazz.getName()); return null; }

The key to this method is the use of the getModifiedObject() in the IImpacts interface.

InteractiveInterfaceHelperWithActions(OdiInterface, OdiInstance, IOdiEntityManager) - Constructor for class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Constructor for this helper class, that takes an entity manager instance reference.
InteractiveInterfaceHelperWithActions(OdiInterface, OdiInstance, IOdiEntityManager, IInterfaceActionListener) - Constructor for class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Constructor for this helper class, that takes an entity manager and an action listener interface instance reference.
InteractiveInterfaceHelperWithActions(OdiInterface, OdiInstance, IOdiEntityManager, ISourceSetComputer, ISourceSetCreator, ISourceSetNameProvider, IMappingPersistencePolicy) - Constructor for class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Constructor for this helper class, that takes an entity manager and an action listener interface instance reference.
InteractiveInterfaceHelperWithActions(OdiInterface, OdiInstance, IOdiEntityManager, ISourceSetComputer, ISourceSetCreator, ISourceSetNameProvider, IMappingPersistencePolicy, IAutoFixManager) - Constructor for class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Constructor for this helper class, that allows more specialized creator and provider classes to be specified.
InteractiveInterfaceHelperWithActions(OdiInterface, OdiInstance, IOdiEntityManager, ISourceSetComputer, ISourceSetCreator, ISourceSetNameProvider, IMappingPersistencePolicy, IAutoFixManager, IInterfaceActionListener) - Constructor for class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Constructor for this helper class, that allows more specialized creator and provider classes to be specified.
InteractiveInterfaceHelperWithActions(OdiInterface, OdiInstance, IOdiEntityManager, ISourceSetComputer, ISourceSetCreator, ISourceSetNameProvider, IMappingPersistencePolicy, IAutoFixManager, IInterfaceActionListener, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
A detailed constructor for this helper class, allowing for many specialized settings.
INTERFACE - Static variable in class oracle.odi.domain.project.interfaces.ObjTrace.TraceType
Deprecated.
Indicating trace message for an interface.
INTERFACE - Static variable in class oracle.odi.domain.runtime.step.StepType
Interface step type.
InterfaceActionAddCrossJoin - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionAddCrossJoin is an interface action class used to create create a join between two sources in an ODI interface data set. A cross join has no join condition and thus creates a cartesian product between the join sources. The two SourceDataStore objects are explicitly specified in the constructor.

The join that is created is owned by the DataSet object that is associated with the first passsed-in SourceDataStore. All sources that are joined must belong to the same data set. To change the properties of the join, for example to set the relationship between two of the join sources to be an outer join, use the InterfaceActionOnJoinSetJoinProperties class.

If the auto-fix manager is set up for the InteractiveInterfaceHelperWithActions helper, it is possible that the execution location of the join may be automatically changed, even if it has been explicitly set in the constructor.

The same join object should be used to join any number columns between 2 sources, using the "AND" SQL keyword to combine the join condition predicates.
InterfaceActionAddCrossJoin(SourceDataStore, SourceDataStore, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddCrossJoin
Deprecated.
Constructor to create an action class instance which will create a cross join between two sources in an interface, when performAction is called.
InterfaceActionAddDataSet - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionAddDataSet is an interface action class used to add a DataSet object to an ODI interface data. When the interface is created, it will already contain one data set by default. The purpose of a DataSet object is to group interface sources into a subset of sources that will be used by set operation, such as UNION or INTERSECT. Many interfaces only need the one default data set, a new one should be added only if a set operation is needed.
InterfaceActionAddDataSet(String, String, Integer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddDataSet
Deprecated.
Constructor for the data set creator action object.
InterfaceActionAddFilter - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionAddFilter is an interface action class used to create create a filter on a data source in an ODI interface data set. The source data store that is being filtered is specified in the SQL expression string. An alias must be used to specifiy the data source. An example filter string would be "EMP_ALIAS.EMPID > 100". This would filter the rows from a source with alias "EMP_ALIAS", and only allow processing for those with an EMPID column value greater than 100.

The filter that is created is owned by the DataSet object that is passed in to the constructor. The filtered source data store must be in the same data set. If the auto-fix manager is set up for the InteractiveInterfaceHelperWithActions helper, it is possible that the execution location of the filter may be automatically changed, even if it has been explicitly set in the constructor.

InterfaceActionAddFilter(DataSet, String, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddFilter
Deprecated.
Constructor to create an action class instance which will create a filter on a data sources in an interface, when performAction is called.
InterfaceActionAddJoin - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionAddJoin is an interface action class used to create a join between two or more sources in an ODI interface data set. The source tables are specified in the passed-in SQL string parameter in the constructor. For example, if the two sources have aliases "EMP_ALIAS" and "DEPT_ALIAS", then the passed-in SQL string might be "EMP_ALIAS.DEPTNO = DEPT_ALIAS.DEPTNO".

The join that is created is owned by the DataSet object that is passed in to the constructor. All sources that are joined must be in the same data set. To change the properties of the join, for example to set the relationship between two of the join sources to be an outer join, use the InterfaceActionOnJoinSetJoinProperties class.

If the auto-fix manager is set up for the InteractiveInterfaceHelperWithActions helper, it is possible that the execution location of the join may be automatically changed, even if it has been explicitly set in the constructor.

The same join object should be used to join any number columns between 2 sources, using the "AND" SQL keyword to combine the join condition predicates.
InterfaceActionAddJoin(DataSet, String, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddJoin
Deprecated.
Constructor to create an action class instance which will create a join between two sources in an interface, when performAction is called.
InterfaceActionAddLookup - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionAddLookup is an interface action class used to create lookup of a data source in an interface data set. Alternately a lookup from another interface result can be specified. The data source or interface that will be the lookup source is specified explicitly. The lookup condition is similar to a join condition. It should it should specify a lookup condition relationship between an existing data source in the interface and the lookup source. For example, if the one interface source has alias "EMP_ALIAS" and the lookup source has an alist "DEPT_ALIAS", then the passed-in SQL lookup string might be "EMP_ALIAS.DEPTNO = DEPT_ALIAS.DEPTNO".

The lookup that is created is owned by the DataSet object that is passed in to the constructor. The existing interface data source specified in the lookup condition must be in the same data set.

If the auto-fix manager is set up for the InteractiveInterfaceHelperWithActions helper, it is possible that the execution location of the lookup may be automatically changed, even if it has been explicitly set in the constructor.

InterfaceActionAddLookup(DataSet, OdiDataStore, String, String, OdiInterface.ExecutionLocation, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddLookup
Deprecated.
A constructor to create the lookup creation action, to do a lookup of rows from a data source.
InterfaceActionAddLookup(DataSet, OdiInterface, String, String, OdiInterface.ExecutionLocation, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddLookup
Deprecated.
A constructor to create the lookup creation action, to do a lookup of rows from another interface result.
InterfaceActionAddLookup.MyClauseImporter - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
An inner class that implements the <@link IClauseImporter> interface.
InterfaceActionAddLookup.MyClauseImporter() - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddLookup.MyClauseImporter
Deprecated.
 
InterfaceActionAddNaturalJoin - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionAddNaturalJoin is an interface action class used to create create a natural join between two or more sources in an ODI interface data set. The data sources to be joined are specified explicitly in the constructor. For a natural join, the join condition that is used for the join is automatically determined using the column names in the sources. Each column from the first source that has a corresponding column with an identical name in the second source will used in the join condition in an equals join.

* The join that is created is owned by the DataSet object that is passed in to the constructor. All sources that are joined must be in the same data set.

To change the properties of the join, for example to set the relationship between two of the join sources to be an outer join, use the InterfaceActionOnJoinSetJoinProperties class.

If the auto-fix manager is set up for the InteractiveInterfaceHelperWithActions helper, it is possible that the execution location of the join may be automatically changed, even if it has been explicitly set in the constructor.

The same join object should be used to join any number columns between 2 sources, using the "AND" SQL keyword to combine the join condition predicates.

InterfaceActionAddNaturalJoin(SourceDataStore, SourceDataStore, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddNaturalJoin
Deprecated.
Constructor to create an action class instance which will create a natural join between two sources in an interface, when performAction is called.
InterfaceActionAddSourceDataStore - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionAddSourceDataStore is an interface action class used to add a source DataStore object to an ODI interface DataSet. The data store could be either a model OdiDataStore, or the target data store of a temporary interface.
InterfaceActionAddSourceDataStore(IDataStore, DataSet, IAliasComputer, IClauseImporter, IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddSourceDataStore
Deprecated.
use other public constructors instead
InterfaceActionAddSourceDataStore(OdiDataStore, DataSet, IAliasComputer, IClauseImporter, IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddSourceDataStore
Deprecated.
Creates an action to add an OdiDataStore as source in a DataSet.
InterfaceActionAddSourceDataStore(OdiInterface.TargetDataStore, DataSet, IAliasComputer, IClauseImporter, IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddSourceDataStore
Deprecated.
Creates an action to add a temporary target datastore of an interface as source in a DataSet
InterfaceActionAddSourceDataStore(OdiInterface, DataSet, IAliasComputer, IClauseImporter, IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddSourceDataStore
Deprecated.
Creates an action to add a temporary target datastore of an interface as source in a DataSet
InterfaceActionAddSourceDataStore(SourceDataStore, DataSet, IAliasComputer, IClauseImporter, IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddSourceDataStore
Deprecated.
For internal use only. Creates an action to add a SourceDataStore as source in a DataSet.
InterfaceActionJournalizeSourceDataStore - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionAddJournalizeDataStore is an interface action class used to add or remove journalizing capability an ODI interface SourceDataStore. A journalized data store is one that has a change data capture capability.
InterfaceActionJournalizeSourceDataStore(SourceDataStore, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionJournalizeSourceDataStore
Deprecated.
Constructor for the journalizing action class.
InterfaceActionLookupTransform - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This action transforms a source datastore with a join into a lookup and vice-versa.
In the end, the source datastore and the join will be a single lookup.
Created on 25 mars 08
InterfaceActionLookupTransform(SourceDataStore, Join, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionLookupTransform
Deprecated.
Constructor for the join-to-lookup transform action class.
InterfaceActionLookupTransform(SourceDataStore, Join, boolean, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionLookupTransform
Deprecated.
Constructor for the join-to-lookup transform action class.
InterfaceActionOnDataSetSetName - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnDataSetSetName is an interface action class used to set the name of a DataSet.
InterfaceActionOnDataSetSetName(DataSet, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnDataSetSetName
Deprecated.
Constructor for the action class used to set a DataSet name.
InterfaceActionOnDataSetSetOperator - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnDataSetSetOperator is an interface action class used to set the operator of a DataSet. The operator is the set-type operation that will be used to merge this DataSet with the previous DataSet in the order.

InterfaceActionOnDataSetSetOperator(DataSet, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnDataSetSetOperator
Deprecated.
The constructor for the action class.
InterfaceActionOnDataSetSetOrder - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnDataSetSetOrder is an interface action class used to set the order of a DataSet. The order is used to produce the set-type operation that will be used to merge the rows in this DataSet with another DataSet. WARNING: note that moving the datasets can cause the result to be different because operators might behave differently (A minus B is not the same than B minus A).
InterfaceActionOnDataSetSetOrder(DataSet, int) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnDataSetSetOrder
Deprecated.
The constructor for the action class.
InterfaceActionOnExecutableSetSqlAbstract - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnExecutableSetSqlAbstract is an abstract base class for all action classes that set SQL expressions. For internal use only.
InterfaceActionOnExecutableSetSqlAbstract() - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnExecutableSetSqlAbstract
Deprecated.
 
InterfaceActionOnGenericClauseAbstract - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnExecutableSetSqlAbstract is an abstract base class for all action classes that modify a generic SQL clause. For internal use only.
InterfaceActionOnGenericClauseAbstract(GenericClause) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseAbstract
Deprecated.
For internal use only.
InterfaceActionOnGenericClauseSetBusinessRule - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnGenericClauseSetBusinessRule is an interface action class used to set a business rule on a generic clause. The business rule is a business description string that will be attached to the clause. A generic clause can be a Filter, TargetMapping, Join.
InterfaceActionOnGenericClauseSetBusinessRule(GenericClause, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetBusinessRule
Deprecated.
The constructor for the action.
InterfaceActionOnGenericClauseSetDefaultOrder - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Sets a default order on the clause. This does not allow setting a specific order number. Rather it sets the default order, which is a value that is 10 greater than the previous highest order. To explicitly set the order number, use InterfaceActionOnGenericClauseSetOrder.
InterfaceActionOnGenericClauseSetDefaultOrder(GenericClause) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetDefaultOrder
Deprecated.
Constructor for the action.
InterfaceActionOnGenericClauseSetEnabled - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnGenericClauseSetEnabled is an interface action class used to set the enabled flag a generic clause. The enabled flag indicates whether the clause will actual be used during execution of the interface A generic clause can be a Filter, TargetMapping, Join.
InterfaceActionOnGenericClauseSetEnabled(GenericClause, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetEnabled
Deprecated.
The constructor for the action.
InterfaceActionOnGenericClauseSetExecutionLocation - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnGenericClauseSetBusinessRule is an interface action class used to set a execution location for a generic clause. The execution location for the clauses determines the shape of the flow graph of the interface execution, and at which points in the graph the data is transformed. A generic clause can be a Filter, TargetMapping, Join.
InterfaceActionOnGenericClauseSetExecutionLocation(GenericClause, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetExecutionLocation
Deprecated.
The constructor for the action class.
InterfaceActionOnGenericClauseSetIndexType - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnGenericClauseSetIndexType is an interface action class used to set the index type for a generic clause. The index type indicates the type of index that may be created in order to improve the performance of the generic clause. A generic clause can be a Filter, TargetMapping, Join.
InterfaceActionOnGenericClauseSetIndexType(GenericClause, OdiIndexType, InterfaceActionOnGenericClauseSetIndexType.IndexTypeNumber) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetIndexType
Deprecated.
Constructor for the action class.
InterfaceActionOnGenericClauseSetIndexType.IndexTypeNumber - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. The number of the source that will use the index.
InterfaceActionOnGenericClauseSetOrder - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnGenericClauseSetOrder is an interface action class used to set the processing order for a generic clause. The order is important for a join when the source technology supports ordered join, because it can help determine the overall order and functionality of the ANSI outer join clause.

For example, suppose there are 2 joins in the interface, Join1 is "A LEFT OUTER JOIN B", and Join2 is "B LEFT OUTER JOIN C". If Join1 has an order value of 10 and Join2 has an order value of 20, then the generated result will be "A LEFT OUTER JOIN B LEFT OUTER JOIN C". But if Join2 has an order value of 20 and Join1 has an order value of 10, then the generated result will be "B LEFT OUTER JOIN C RIGHT OUTER JOIN A". So it will affect the data result. A generic clause can be a Filter, TargetMapping, Join.
InterfaceActionOnGenericClauseSetOrder(GenericClause, int) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetOrder
Deprecated.
The constructor for the action.
InterfaceActionOnGenericClauseSetSql - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnGenericClauseSetSql is an interface action class used to set the actual SQL expression text for a generic clause. For example if the clause is a join, the SQL text represents the join condition or WHERE or ON clause, if it is a filter the SQL text represents the filter condition or WHERE clause. A generic clause can be a Filter, TargetMapping, Join.
InterfaceActionOnGenericClauseSetSql(GenericClause, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetSql
Deprecated.
The constructor for the action class.
InterfaceActionOnInterfaceSetDescription - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnInterfaceSetDescription is an interface action class used to set the description text for the interface.
InterfaceActionOnInterfaceSetDescription(String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnInterfaceSetDescription
Deprecated.
The constructor for the action class.
InterfaceActionOnInterfaceSetName - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnInterfaceSetName is an interface action class used to set the name of the interface.
InterfaceActionOnInterfaceSetName(String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnInterfaceSetName
Deprecated.
The constructor for the action class.
InterfaceActionOnInterfaceSetOptimizationContext - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnInterfaceSetOptimizationContext is an interface action class used to set the optimization context for the interface. The optimization context is used to associate the logical schema to a physical schema when no forced context is set for a source or target in the interface
InterfaceActionOnInterfaceSetOptimizationContext(OdiContext) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnInterfaceSetOptimizationContext
Deprecated.
The constructor for the action class.
InterfaceActionOnJoinSetJoinProperties - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnJoinSetJoinProperties is an interface action class used to set the properties for a join object. The properties are as follows:

join type: The type of the join which can be one of: INNER, CROSS, NATURAL

ordered: Boolean property to set whether the join is ordered with respect to other join objects. In practice this determines whether ANSI outer join syntax is used in the generated code.

outer1: Boolean - if set to true, then the join is outer with respect to the first join source that is attached to the join.

outer2: Boolean - if set to true, then the join is outer with respect to the first join source that is attached to the join.

InterfaceActionOnJoinSetJoinProperties(Join, InterfaceActionOnJoinSetJoinProperties.JoinType, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnJoinSetJoinProperties
Deprecated.
Constructor for the action class.
InterfaceActionOnJoinSetJoinProperties(Join, boolean, boolean, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnJoinSetJoinProperties
Deprecated.
change outer properties on join Note than if you use this action on a cross join, it will become non cross.
InterfaceActionOnJoinSetJoinProperties.JoinType - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. The join type for the join object.
InterfaceActionOnLookupSetSelectLookup - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnLookupSetSelectLookup is an interface action class used to set the lookup select type for a lookup object. The select type determines whether a left outer join in the from clause is used for the lookup, or if the lookup is done in the select list, as a scalar SQL query. If the "selectLookup" flag is true, then a scalar SQL query in the select list is used, and no left outer join is added to the FROM clause.

For example, if the interface has a source EMP with a lookup on DEPT, and "selectLookup" is set to true, the generated code would look something like this:

select SRC_EMP.DEPT_ID C1_DEPT_ID,
(Select SRC_DEPARTMENT.DEPT_NAME From ODI_SRC.SRC_DEPARTMENT SRC_DEPARTMENT where SRC_EMP.DEPT_ID=SRC_DEPARTMENT.DEPT_ID) C4_DEPT_NAME,
from ODI_SRC.SRC_EMP SRC_EMP


If "selectLookup is set to false, then the code would look something like this:

select SRC_EMP.DEPT_ID C1_DEPT_ID,
SRC_DEPARTMENT.DEPT_NAME C4_DEPT_NAME,
from ODI_SRC.SRC_EMP SRC_EMP, ODI_SRC.SRC_DEPARTMENT SRC_DEPARTMENT


In this case a left outer join is not used because the technology ("ORACLE") does not support ordered joins (The "Reference" setting in the "Data Handling" node of the technology editor is set to "NOT ORDERED").

InterfaceActionOnLookupSetSelectLookup(SourceDataStore, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnLookupSetSelectLookup
Deprecated.
The constructor for the action class.
InterfaceActionOnSourceDataStoreAbstract - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnSourceDataStoreAbstract is an abstract base class for all action classes that modify a source data store.

InterfaceActionOnSourceDataStoreAbstract(SourceDataStore) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreAbstract
Deprecated.
The constructor for the abstract base class.
InterfaceActionOnSourceDataStoreSetAlias - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnSourceDataStoreSetAlias is an action class used to set the default alias for a source SourceDataStore object in an ODI interface. The alias is used as a SQL table alias in the generated SQL select query for the source.
InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetAlias
Deprecated.
A constructor for the action class.
InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore, String, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetAlias
Deprecated.
A constructor for the action class.
InterfaceActionOnSourceDataStoreSetForcedContext - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnSourceDataStoreSetForcedContext is an action class used to set the forced context for a source SourceDataStore object in an ODI interface. The forced context is the context that will be used to find the physical location of this source during interface execution, overriding the default value. The default context is the optimization context for the interface, set using InterfaceActionOnInterfaceSetOptimizationContext.
InterfaceActionOnSourceDataStoreSetForcedContext(SourceDataStore, OdiContext) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetForcedContext
Deprecated.
The constructor for the action class.
InterfaceActionOnSourceDataStoreSetOrder - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnSourceDataStoreSetOrder is an action class used to set the order value for a SourceDataStore. The order value is used to determine the order in which the sources appear in the SQL from clause, in the case of a non-ANSI join syntax.
InterfaceActionOnSourceDataStoreSetOrder(SourceDataStore, int) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetOrder
Deprecated.
The constructor for the action class.
InterfaceActionOnSourceDataStoreSetPartition - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnSourceDataStoreSetPartition is an action class used to set the partition used for the SourceDataStore. An OdiPartition instance must first be created and passed to the constructor for this class.
InterfaceActionOnSourceDataStoreSetPartition(SourceDataStore, OdiPartition) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetPartition
Deprecated.
The constructor for the action.
InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived is an action class used to set a SourceDataStore in the interface as a derived sub-select. This can only be set if the source in question is a temporary target from another interface. If the derived sub-interface flag is set to true, then the generated source load query will have a sub-query that represents the loading logic from the sub-interface. The sub-interface is the interface whose temporary target is being used as a source for this one.
InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived(SourceDataStore, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived
Deprecated.
The constructor for the action.
InterfaceActionOnSourceSetSetName - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnSourceSetSetNameLookupSourceDataStoreSetSubInterfaceAsDerived is an action class used to set the name of a SourceSet.
InterfaceActionOnSourceSetSetName(SourceSet, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceSetSetName
Deprecated.
Constructor for the action class.
InterfaceActionOnStagingAreaSetIndicator - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnStagingAreaSetIndicator is an action class used to set one of four possible special indicators for the staging area of an ODI interface. Each indicator is a boolean flag and can be set to true or false.
InterfaceActionOnStagingAreaSetIndicator(boolean, InterfaceActionOnStagingAreaSetIndicator.StagingAreaIndicator) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnStagingAreaSetIndicator
Deprecated.
The constructor for the action class.
InterfaceActionOnStagingAreaSetIndicator.StagingAreaIndicator - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Specifies one of the boolean indicators that can be set to true or false for the staging area.
InterfaceActionOnStagingAreaSetLogicalSchema - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnStagingAreaSetLogicalSchema is an action class used to set the logical schema that will be used for the staging area. This setting is only valid if the ON_TARGET indicator is set to false using the InterfaceActionOnStagingAreaSetIndicator action class.
InterfaceActionOnStagingAreaSetLogicalSchema(OdiLogicalSchema) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnStagingAreaSetLogicalSchema
Deprecated.
The constructor for the action class.
InterfaceActionOnTargetColumn - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. An abstract base class for action classes that modify a target column.
InterfaceActionOnTargetColumn(String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
Deprecated.
Constructor for the action class.
InterfaceActionOnTargetColumnMove - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetColumnMove is an action class used to move a column in the column list. Warning: only used for temporary target datastores.
InterfaceActionOnTargetColumnMove(String, InterfaceActionOnTargetColumnMove.MoveAction) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnMove
Deprecated.
Creates an action class instance which will set the name for a column, when performAction is called.
InterfaceActionOnTargetColumnMove.MoveAction - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Represents a move type.
InterfaceActionOnTargetColumnSetBusinessRule - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetColumnSetBusinessRule is an interface action class used to assign a business rule for a column.
InterfaceActionOnTargetColumnSetBusinessRule(String, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetBusinessRule
Deprecated.
Creates an action class instance which will assign a business rule to a column, when performAction is called.
InterfaceActionOnTargetColumnSetDataType - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetColumnSetDataType is an interface action class used to assign a data type for a column.
InterfaceActionOnTargetColumnSetDataType(String, OdiDataType) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetDataType
Deprecated.
Creates an action class instance which will assign a data type to a column, when performAction is called.
InterfaceActionOnTargetColumnSetEnabled - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetColumnSetEnabled is an interface action class used to set an indicator flag for a column to specify whether it is enabled for mapping.
InterfaceActionOnTargetColumnSetEnabled(String, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetEnabled
Deprecated.
Creates an action class instance which will set the enabled flag on a column, when performAction is called.
InterfaceActionOnTargetColumnSetIndicator - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetColumnSetIndicator is an interface action class used to set an indicator flag for a column. The indicator flags are: CHECK_NOT_NULL, INSERT, UPDATE, and UPDATE_KEY. The INSERT flag indicates that a mapping column participates in the insertion operations in the target table. The UPDATE flag indicates that a mapping column participates in the update operations in the target table. The CHECK_NOT_NULL flag applies to flow control and indicates that the column is checked for null values. The UPDATE_KEY flag indicates that the column participates in the update key for the interface
InterfaceActionOnTargetColumnSetIndicator(InterfaceActionOnTargetColumnSetIndicator.IndicatorType, String, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetIndicator
Deprecated.
Creates an action class instance which will set the specified indicator flag on a column, when performAction is called.
InterfaceActionOnTargetColumnSetIndicator.IndicatorType - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. The IndicatorType enumeration defines the indicator flags for a column.
InterfaceActionOnTargetColumnSetLength - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetColumnSetLength is an interface action class used to set the length for a column.
InterfaceActionOnTargetColumnSetLength(String, Integer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetLength
Deprecated.
Creates an action class instance which will set the length for a column, when performAction is called.
InterfaceActionOnTargetColumnSetName - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetColumnSetName is an interface action class used to set the name for a column.
InterfaceActionOnTargetColumnSetName(String, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetName
Deprecated.
Creates an action class instance which will set the name for a column, when performAction is called.
InterfaceActionOnTargetColumnSetPosition - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetColumnSetPosition is an action class used to set the position of a column. Note that this action does not just set a position (attribute) on a column. Instead, it "moves" the column to the desired position (thus potentially changing the positions of other columns).
InterfaceActionOnTargetColumnSetPosition(String, int) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetPosition
Deprecated.
Creates an action class instance which will set the position for a column, when performAction is called.
InterfaceActionOnTargetColumnSetScale - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetColumnSetScale is an interface action class used to set the scale for a numeric column.
InterfaceActionOnTargetColumnSetScale(String, Integer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetScale
Deprecated.
Creates an action class instance which will set the scale for a column, when performAction is called.
InterfaceActionOnTargetColumnSetUD - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetColumnSetUD is an interface action class used to set User Defined (UD) properties UD1 to UD10 for a column. The setting of a UD flag allows the column to participate in KM operations for a particular UD flag. Any combination of the ten UD flags may be set, depending on the UD flags used in a particular KM.
InterfaceActionOnTargetColumnSetUD(String, int, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetUD
Deprecated.
Creates an action class instance which will set a User Defined (UD) flag for a column, when performAction is called.
InterfaceActionOnTargetDataStoreComputeAutoMapping - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetDataStoreComputeAutoMapping is an interface action class used to set automapping on all columns of a target datastore.
InterfaceActionOnTargetDataStoreComputeAutoMapping(DataSet, IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreComputeAutoMapping
Deprecated.
Constructor to create an action class instance which computes auto mapping for a target data store, when performAction is called.
InterfaceActionOnTargetDataStoreComputeAutoMapping(DataSet) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreComputeAutoMapping
Deprecated.
Creates an action class instance which sets auto mapping for a target data store, when performAction is called.
InterfaceActionOnTargetDataStoreComputeAutoMapping() - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreComputeAutoMapping
Deprecated.
Creates an action class instance which sets auto mapping for a target data store, when performAction is called.
InterfaceActionOnTargetDataStoreSetForcedContext - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetDataStoreSetForcedContext is an action class that can be used to set the forced context for a target data store. If set, the forced context is a context that will be used to resolve the physical information for the target data store, regardless of the execution context chosen when the interface is executed.
InterfaceActionOnTargetDataStoreSetForcedContext(OdiContext) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreSetForcedContext
Deprecated.
Creates an action class instance which sets the context of a target data store, when performAction is called.
InterfaceActionOnTargetDataStoreSetMaxErrors - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetDataStoreSetMaxErrors is an interface action class used to set the error boundaries of a mapping.
InterfaceActionOnTargetDataStoreSetMaxErrors() - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreSetMaxErrors
Deprecated.
Creates an action class instance which unsets the max errors control field on the target DataStore, when performAction is called.
InterfaceActionOnTargetDataStoreSetMaxErrors(Integer, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreSetMaxErrors
Deprecated.
Creates an action class instance which sets the max errors control field on the target DataStore, when performAction is called.
InterfaceActionOnTargetDataStoreSetPartition - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetDataStoreSetPartition is an interface action class used to set the partition for a target data store.
InterfaceActionOnTargetDataStoreSetPartition(OdiInterface.TargetDataStore, OdiPartition) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreSetPartition
Deprecated.
Creates an action class instance which sets the partition for a target data store, when performAction is called.
InterfaceActionOnTargetDataStoreSetUpdateKey - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetDataStoreSetUpdateKey is an interface action class used to set the update key for a target data store.
InterfaceActionOnTargetDataStoreSetUpdateKey(IKey) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreSetUpdateKey
Deprecated.
Creates an action class instance which sets the update key for a target data store, when performAction is called.
InterfaceActionOnTargetDataStoreToTemporary - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetDataStoreToTemporary is an interface action class used to change a target data store to a temporary data store.
InterfaceActionOnTargetDataStoreToTemporary() - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreToTemporary
Deprecated.
Creates an action class instance which changes a target data store to a temporary data store, when performAction is called.
InterfaceActionOnTargetDataStoreToTemporary(boolean, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreToTemporary
Deprecated.
Creates an action class instance which changes a target data store to a temporary data store, when performAction is called.
InterfaceActionOnTargetDataStoreToTemporary.MappingMatchPolicy - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
An inner class that implements the IMappingMatchPolicy interface, that is used in the performAction method to attempt to automatically reuse the existing mappings.
InterfaceActionOnTargetDataStoreToTemporary.MappingMatchPolicy() - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreToTemporary.MappingMatchPolicy
Deprecated.
 
InterfaceActionOnTargetMappingAbstract - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Base target mapping action class for maintaining column name and data set.
InterfaceActionOnTargetMappingAbstract(String, DataSet) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingAbstract
Deprecated.
Sets a column name and data set for the mapping.
InterfaceActionOnTargetMappingSetAttachedDataStore - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetMappingSetAttachedDataStore is an interface action class used to set an attached data store on a target mapping.
InterfaceActionOnTargetMappingSetAttachedDataStore(String, DataSet, SourceDataStore) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingSetAttachedDataStore
Deprecated.
Creates an action class instance which will set an attached data store on a target mapping, when performAction is called.
InterfaceActionOnTargetMappingSetLocation - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetMappingSetLocation is an interface action class used to set the location on a target mapping.
InterfaceActionOnTargetMappingSetLocation(String, IMappingChooser) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingSetLocation
Deprecated.
Creates an action class instance which will set the location on a target mapping to ExecutionLocation.TARGET, when performAction is called.
InterfaceActionOnTargetMappingSetLocation(String, OdiInterface.ExecutionLocation, DataSet) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingSetLocation
Deprecated.
Creates an action class instance which will set the location on a target mapping, when performAction is called.
InterfaceActionOnTargetMappingSetSql - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTargetMappingSetSql is an interface action class used to set the SQL expression for a target mapping.
InterfaceActionOnTargetMappingSetSql(String, String, DataSet) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingSetSql
Deprecated.
Creates an action class instance which will set the expression for a target mapping, when performAction is called.
InterfaceActionOnTemporaryTargetDataStoreAddColumn - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTemporaryTargetDataStoreAddColumn is an interface action class used to add a column. to a temporary target data store
InterfaceActionOnTemporaryTargetDataStoreAddColumn(OdiColumn, IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTemporaryTargetDataStoreAddColumn
Deprecated.
Creates an action class instance which will add a column to a temporary target data store, when performAction is called.
InterfaceActionOnTemporaryTargetDataStoreAddColumn(String, IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTemporaryTargetDataStoreAddColumn
Deprecated.
Creates an action class instance which will add a column to a temporary target data store, when performAction is called.
InterfaceActionOnTemporaryTargetDataStoreAddColumn(IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTemporaryTargetDataStoreAddColumn
Deprecated.
Creates an action class instance which will add an unnamed column to a temporary target data store, when performAction is called.
InterfaceActionOnTemporaryTargetDataStoreAddColumn(SourceColumn, IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTemporaryTargetDataStoreAddColumn
Deprecated.
Creates an action class instance which will add a column to a temporary target data store, when performAction is called.
InterfaceActionOnTemporaryTargetDataStoreRemoveColumn - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTemporaryTargetDataStoreRemoveColumn is an interface action class used to remove a column from a temporary target data store.
InterfaceActionOnTemporaryTargetDataStoreRemoveColumn(String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTemporaryTargetDataStoreRemoveColumn
Deprecated.
Creates an action class instance which will remove a column from a temporary target data store, when performAction is called.
InterfaceActionOnTemporaryTargetDataStoreSetDatabaseSchema - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTemporaryTargetDataStoreSetDatabaseSchema is an interface action class used to set the database schema for a temporary target data store.
InterfaceActionOnTemporaryTargetDataStoreSetDatabaseSchema(OdiInterface.DatabaseSchema) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTemporaryTargetDataStoreSetDatabaseSchema
Deprecated.
Creates an action class instance which will set the database schema for a temporary target data store, when performAction is called.
InterfaceActionOnTemporaryTargetDataStoreSetName - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionOnTemporaryTargetDataStoreSetName is an interface action class used to set the name of a temporary target data store.
InterfaceActionOnTemporaryTargetDataStoreSetName(String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTemporaryTargetDataStoreSetName
Deprecated.
Creates an action class instance which will set the name of a temporary target data store, when performAction is called.
InterfaceActionRemoveDataSet - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionRemoveDataSet is an interface action class used to remove a data set from the interface.
InterfaceActionRemoveDataSet(DataSet) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionRemoveDataSet
Deprecated.
Creates an action class instance which will remove a data set from the interface, when performAction is called.
InterfaceActionRemoveGenericClause - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionRemoveGenericClause is an interface action class used to remove a generic join or filter clause.
InterfaceActionRemoveGenericClause(GenericClause) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionRemoveGenericClause
Deprecated.
Creates an action class instance which will remove a filter or join clause, when performAction is called.
InterfaceActionRemoveSourceDataStore - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionRemoveSourceDataStore is an interface action class used to remove a source data store.
InterfaceActionRemoveSourceDataStore(SourceDataStore, IDataStoreReferenceBreaker) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionRemoveSourceDataStore
Deprecated.
Creates an action class instance which will remove a source data store, when performAction is called.
InterfaceActionSetKM - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionSetKM is an interface action class used to set a knowledge module (KM).
InterfaceActionSetKM(OdiKM, IInterfaceSubComponent, InterfaceActionSetKM.KMType, IKMOptionRetainer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM
Deprecated.
Creates an action class instance which will assign a knowledge module to a source set, staging area, or target datastore, when performAction is called.
InterfaceActionSetKM.DetachedOptionValue - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Represents an option value detached from a knowledge module.
InterfaceActionSetKM.DetachedOptionValue(IOptionValue) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
Creates a detached option value.
InterfaceActionSetKM.KMType - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. The KMType enumeration defines the knowledge module types for loading, integration, and flow control.
InterfaceActionSetKMOptionValue - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionSetKMOptionValue is an interface action class used to set a knowledge module (KM) option.
InterfaceActionSetKMOptionValue(Object, InterfaceActionSetKM.KMType, String, Object) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKMOptionValue
Deprecated.
Creates an action class instance which will assign a knowledge module option to a source set, staging area, or target datastore, when performAction is called.
InterfaceActionSetKMOptionValue(Object, InterfaceActionSetKM.KMType, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKMOptionValue
Deprecated.
Creates an action class instance which will assign a knowledge module option with a default value to a source set, staging area, or target datastore, when performAction is called.
InterfaceActionSetTargetDataStore - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionSetTargetDataStore is an interface action class used to set a target data store.
InterfaceActionSetTargetDataStore(OdiDataStore, IMappingMatchPolicy, IAutoMappingComputer, IAutoMappingComputer, ITargetKeyChooser) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetTargetDataStore
Deprecated.
Creates an action class instance which will assign a target datastore, when performAction is called.
InterfaceActionSwitchDataSetOrders - Class in oracle.odi.interfaces.interactive.support.actions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceActionSwitchDataSetOrders is an interface action class used to switch the ordering of two data sets.
InterfaceActionSwitchDataSetOrders(DataSet, DataSet) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSwitchDataSetOrders
Deprecated.
Creates an action class instance which will switch the ordering of two data sets, when performAction is called.
InterfaceElementInExecutionArea - Class in oracle.odi.interfaces.interactive.support.execarea
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. The implementation of IElementInExecutionArea.
InterfaceElementInExecutionArea(IInterfaceSubComponent) - Constructor for class oracle.odi.interfaces.interactive.support.execarea.InterfaceElementInExecutionArea
Deprecated.
Basic constructor.
InterfaceExceptionMsgHandle - Class in oracle.odi.interfaces.interactive.exceptions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Message handle for the odi_interface resource bundle. Each exception using the interface resource bundle for message translation must accept an instance of this class as a parameter, e.g. throw new VetoActionException(new InterfaceExceptionMsgHandle("ODI_10001"))
InterfaceExceptionMsgHandle(String) - Constructor for class oracle.odi.interfaces.interactive.exceptions.InterfaceExceptionMsgHandle
Deprecated.
Create an instance of MessageHandle.
InterfaceExecutionArea - Class in oracle.odi.interfaces.interactive.support.execarea
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. A basic implementation of IExecutionArea.
InterfaceExecutionArea(OdiDataServer) - Constructor for class oracle.odi.interfaces.interactive.support.execarea.InterfaceExecutionArea
Deprecated.
Basic constructor.
InterfaceIllegalArgumentException - Exception in oracle.odi.interfaces.interactive.exceptions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceIllegalArgumentException is an ODI replacement for IllegalArgumentException. It incorporates the MessageHandle object used to encapsulate a more detailed exception type required by Fusion MiddleWare (FMW). A specific MessageHandle subclass is required, and a MessageHandle is associated with a specific resource bundle. By default, the odi_interface resource bundle will be used, otherwise a specific MessageHandle may be used with the constructor.
InterfaceIllegalArgumentException(MessageHandle, Object[]) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.InterfaceIllegalArgumentException
Deprecated.
Create a new InterfaceIllegalArgumentException.
InterfaceIllegalArgumentException(String, Object[]) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.InterfaceIllegalArgumentException
Deprecated.
Create a new InterfaceIllegalArgumentException, using the odi_interface resource bundle.
InterfaceIllegalStateException - Exception in oracle.odi.interfaces.interactive.exceptions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceIllegalStateException is an ODI replacement for IllegalStateException. It incorporates the MessageHandle object used to encapsulate a more detailed exception type required by Fusion MiddleWare (FMW). A specific MessageHandle subclass is required, and a MessageHandle is associated with a specific resource bundle. By default, the odi_interface resource bundle will be used, otherwise a specific MessageHandle may be used with the constructor. InterfaceIllegalStateException is an ODI replacement for IllegalStateException.
InterfaceIllegalStateException(MessageHandle, Object[]) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.InterfaceIllegalStateException
Deprecated.
Create a new InterfaceIllegalStateException.
InterfaceIllegalStateException(String, Object[]) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.InterfaceIllegalStateException
Deprecated.
Create a new InterfaceIllegalStateException, using the odi_interface resource bundle.
InterfaceIllegalStateException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.InterfaceIllegalStateException
Deprecated.
Create a new InterfaceIllegalStateException.
InterfaceKMHolderFactory - Class in oracle.odi.interfaces.interactive.support.km
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. InterfaceKMHolderFactory is factory class to get a KM holder for a source set, staging area, or targetDataStore.
InterfaceKMHolderFactory() - Constructor for class oracle.odi.interfaces.interactive.support.km.InterfaceKMHolderFactory
Deprecated.
 
InterfaceKMHolderFactory.HolderType - Class in oracle.odi.interfaces.interactive.support.km
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. HolderType defines the types of KM holders.
InterfaceObjectModification - Class in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This class manages the modifications performed on ODI interface objects.
InterfaceObjectModification(IInterfaceSubComponent, InterfaceObjectModification.Modification) - Constructor for class oracle.odi.interfaces.interactive.InterfaceObjectModification
Deprecated.
Constructor to create an instance with the ODI interface object and corresponding modification performed.
InterfaceObjectModification.Modification - Class in oracle.odi.interfaces.interactive
Deprecated.
Modification indicates the action performed on the ODI interface object.
INTERNAL_ERROR - Static variable in class oracle.odi.interfaces.data.CheckResponse.Response
Deprecated.
An internal error occurred when checking the expression.
INTERNAL_NAME_MAX_LENGTH - Static variable in class oracle.odi.domain.topology.OdiTechnology
Maximum length for the code, or internal name, of an OdiTechnology.
internalAddColumn(TargetColumn) - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
For internal use only.
internalPersistenceEquals(DataSet) - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
 
internalPersistenceEquals(TargetColumn) - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
 
internalPersistenceEquals(TargetMapping) - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
 
internalPersistenceEquals(OdiInterface) - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
For internal use only.
INTG_TYPE_CONTROL_APPEND - Static variable in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Integration type for target: control append.
INTG_TYPE_INCREMENTAL_UPDATE - Static variable in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Integration type for target: incremental update.
INTG_TYPE_INTERMEDIATE_COMPONENT - Static variable in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Integration type for target: intermediate component.
INTG_TYPE_LKM - Static variable in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Integration type for an AP node.
INTG_TYPE_NONE - Static variable in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Integration type for target: no operation on target.
INTG_TYPE_SCD - Static variable in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Integration type for target: slowly changing dimension.
intValue() - Method in class oracle.odi.domain.runtime.session.LogLevel
Returns the integer value of log level.
INVALID_STATE - Static variable in class oracle.odi.setup.IRepositoryUpgradeCallback.UpgradeStatus
The repository was not upgraded because the repository is flagged an upgrade was already running or a previous repository upgrade failed
invalidateDownstreamExpressions() - Method in class oracle.odi.domain.mapping.MapConnector
For internal use only.
invalidateExpressions() - Method in class oracle.odi.domain.mapping.component.Dataset
 
invalidateExpressions() - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
 
invalidateExpressions() - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
 
invalidateExpressions() - Method in interface oracle.odi.domain.mapping.IMapComponent
Invalidates the expressions for this component.
InvalidAuthenticationAPIUsageException - Exception in oracle.odi.core.security
This exception is raised when the authentication API is used in wrong way.
InvalidAuthenticationAPIUsageException() - Constructor for exception oracle.odi.core.security.InvalidAuthenticationAPIUsageException
Construct a InvalidAuthenticationAPIUsageException object.
InvalidAuthenticationAPIUsageException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.security.InvalidAuthenticationAPIUsageException
Construct a InvalidAuthenticationAPIUsageException object.
InvalidExternalAuthenticationConfigurationException - Exception in oracle.odi.core.security
This exception is raised if we are not able to create a LoginContext from OPSS configuration.
InvalidExternalAuthenticationConfigurationException(String, Throwable) - Constructor for exception oracle.odi.core.security.InvalidExternalAuthenticationConfigurationException
Constructs an InvalidExternalAuthenticationConfiguration object.
InvalidExternalAuthenticationConfigurationException(String, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.security.InvalidExternalAuthenticationConfigurationException
Constructs an InvalidExternalAuthenticationConfiguration object.
InvalidJdbcPropertiesException - Exception in oracle.odi.setup
Exception raised if the JdbcProperties is not valid.
InvalidJdbcPropertiesException(JdbcProperties, String, Throwable) - Constructor for exception oracle.odi.setup.InvalidJdbcPropertiesException
Create a new InvalidJdbcPropertiesException.
InvalidJdbcPropertiesException(JdbcProperties, String) - Constructor for exception oracle.odi.setup.InvalidJdbcPropertiesException
This constructor is not intended to be called by SDK users.
InvalidRepositoryAccessApiUsageException - Exception in oracle.odi.core.repository
Exception thrown on incorrect usage of the API.
InvalidRepositoryAccessApiUsageException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.repository.InvalidRepositoryAccessApiUsageException
Base constructor with custom error message.
InvalidRepositoryAccessApiUsageException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.repository.InvalidRepositoryAccessApiUsageException
Base constructor with custom error message.
InvalidSubInterfaceException - Exception in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Exception raised when a sub interface is used as derived but does not meet the criteria for valid derived sub interfaces.
InvalidSubInterfaceException(MessageHandle, Object[]) - Constructor for exception oracle.odi.interfaces.interactive.support.InvalidSubInterfaceException
Deprecated.
COnstructs a new InvalidSubInterfaceException.
InvalidWalletPasswordException - Exception in oracle.odi.core.security
 
InvalidWalletPasswordException(MessageHandle) - Constructor for exception oracle.odi.core.security.InvalidWalletPasswordException
Construct a new PasswordExpiredException.
InvocationException - Exception in oracle.odi.runtime.agent.invocation
Exception to be thrown when an ODI agent request invocation has failed.
InvocationException(String, int, String) - Constructor for exception oracle.odi.runtime.agent.invocation.InvocationException
Construct a new OdiInvocationException.
InvocationException(String, int, Exception) - Constructor for exception oracle.odi.runtime.agent.invocation.InvocationException
Construct a new OdiInvocationException.
InvocationException(String, int, String, Exception) - Constructor for exception oracle.odi.runtime.agent.invocation.InvocationException
Construct a new OdiInvocationException.
InvocationException(OdiAgentErrorAckType) - Constructor for exception oracle.odi.runtime.agent.invocation.InvocationException
Construct a new OdiInvocationException.
invokeCleanStaleSessions(String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Cleans the stale sessions in the specified work repository.
invokeCleanStaleSessionsForAllWorkRepositories() - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Cleans the stale sessions for all work repositories defined in connected master repository.
invokeComputePlanning() - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Asks the agent to recompute its schedules for all the work repositories.
The ODI agent will take into account all the new data defined in the ODI work repositories to compute and manage a new list of schedules.
invokeComputePlanning(String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Asks the agent to recompute its schedules for the given work repository.
invokeGetAgentVersion() - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Returns the version of the agent.
invokeGetJMXServiceInfo() - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Returns the JMXServiceInfo details about the current agent.
invokeGetLoadPlanStatus(List, List, String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Returns the status of the specified load plans.
invokeGetSchedules(long, long) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Returns the schedules information for the agent in the interval defined between the two parameters and for all the work repositories linked to the master repository to which the ODI agent is connected.
invokeGetSchedules(String, long, long) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Returns the schedules information for the agent in the interval defined between the two parameters.
invokeGetSessionStatus(List, String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Return the status of given session ids.
invokeIsAlive() - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Ping the agent.
invokeIsAlive(String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Deprecated.
invokeIsAlive Ping the agent.
invokeKillAgent(boolean, long) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Kills the agent.
invokeMethod(String, Object[]) - Method in class oracle.odi.domain.mapping.MapAttribute
 
invokeMethod(String, Object[]) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
 
invokeRefreshAgentConfig() - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Notifies the Agent to synchronize the agent configuration with repository, such as the Session Blueprint cache configuration and the agent Max Threads and Max Threads Per Session settings.
invokeRemoteObject(String, String, String, String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Remotely invoke the given method with the given parameter on the remote object instance (class and ID).
invokeRestartLoadPlanInstance(Number, String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Deprecated.
Since 11.1.1.6.0. Instead use RemoteRuntimeAgentInvoker.invokeRestartLoadPlanInstance(Number pLoadPlanInstanceId, String pWorkRepositoryName, Integer pLogLevel). This method uses default log level null. If log level is not set, restartLoadPlan will use the log level from the previous run.
invokeRestartLoadPlanInstance(Number, String, Integer) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Restarts a load plan instance that was previously stopped manually or due to an error.
invokeRestartLoadPlanInstance(Number, String, Integer, Properties) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Restarts a load plan instance that was previously stopped manually or due to an error.
invokeRestartSession(long, StartupParams, boolean, String, boolean) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
invokeRestartSession(long, StartupParams, boolean, String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
invokeRestartSession(long, StartupParams, boolean, String, Integer) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Restarts a session with various parameters.
If a variable value is not redefined in pVariables, then the last execution value will be used.
invokeRestartSession(long, StartupParams, boolean, String, boolean, Integer) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Restarts a session with various parameters.
invokeRestartSession(long, StartupParams, boolean, String, boolean, Integer, DebugParams) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Restarts a session with various parameters.
invokeStartLoadPlan(String, String, LoadPlanStartupParams, String, String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
invokeStartLoadPlan(String, String, LoadPlanStartupParams, String, String, Integer) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Starts a load plan instance run with various parameters.
invokeStartLoadPlan(String, String, LoadPlanStartupParams, String, String, Properties) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
invokeStartLoadPlan(String, String, LoadPlanStartupParams, String, String, Properties, Integer) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Starts a load plan instance run with various parameters.
invokeStartScenario(String, String, StartupParams, String, String, Integer, String, boolean, String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Starts the given scenario with various parameters.
invokeStartScenario(String, String, StartupParams, String, String, Integer, String, boolean, String, Properties) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Starts the given scenario with various parameters.
invokeStartScenario(String, String, StartupParams, String, String, Integer, String, boolean, String, Properties, DebugParams) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Starts the given scenario with various parameters.
invokeStopLoadPlan(Number, Number, StopType, String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Stops a load plan instance run.
invokeStopSession(long, StopType, String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Stops a session.
invokeStopSession(long, StopType, String, Properties) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Stops a session.
invokeTestDataServer(Number) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Tests a data server defines in the ODI topology.
invokeTestDataServer(Number, String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Tests a data server defines in the ODI topology.
invokeTestDataServer(Number, StartupParams) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Tests a data server defines in the ODI topology.
invokeTestDataServer(Number, StartupParams, String) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Tests a data server defines in the ODI topology.
invokeUpdateSchedules() - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Asks the agent to compute its planning.
IObfuscatedString - Interface in oracle.odi.domain.adapter.util
An interface for an obfuscated string.
IOdiCKMFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiCKM entity.
IOdiColumnFinder - Interface in oracle.odi.domain.model.finder
Defines finder methods to load OdiColumn instances.
IOdiConditionFinder - Interface in oracle.odi.domain.model.finder
Defines finder methods to load OdiCondition instances.
IOdiContextFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiContext entity.
IOdiContextualAgentMappingFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiContextualAgentMapping instances.
IOdiContextualSchemaMappingFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiContextualSchemaMapping entity.
IOdiDataServerFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiDataServer entity.
IOdiDataStoreFinder - Interface in oracle.odi.domain.model.finder
Defines finder methods to load OdiDataStore instances.
IOdiDataTypeFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiDataType entity.
IOdiEnterprisePrincipalFinder - Interface in oracle.odi.domain.security.finder
Finder interface for OdiEnterprisePrincipalFinderImpl entity.
IOdiEnterpriseSchedulerFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiEnterpriseScheduler.
IOdiEntity - Interface in oracle.odi.domain
An interface that indicates an object is an ODI entity.
IOdiEntityManager - Interface in oracle.odi.core.persistence
Interface used to interact with the persistence context of an instance of ODI.
IOdiEntityManagerFactory - Interface in oracle.odi.core.persistence
The IOdiEntityManagerFactory interface is used by the application to obtain an application-managed entity manager.
IOdiFlexFieldFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiFlexField entity.
IOdiFolderFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiFolder entity.
IOdiIKMFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiIKM entity.
IOdiIndexTypeFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiIndexType entity.
IOdiInterfaceDataAccessHelper - Interface in oracle.odi.interfaces.data
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. An interface that can be implemented to help with runtime data access for the sources and targets of an interface. Various subcomponents of the interface can be specified, and data access is set up for those subcomponents. For example a specific set of source data stores, filters, joins, target columns or target mappings may be specified.

Implementations of this interface are used for computing all information needed to perform a show data on any object of the interface.

All known implementing interfaces:

OdiInterfaceDataAccessHelperWithSnpObjects
OdiInterfaceDataAccessHelperWithSnpObjectsViewData
IOdiInterfaceExpressionChecker - Interface in oracle.odi.interfaces.data
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Is in charge of checking an expression for a text holder.
Created on 16 fevr. 2009
IOdiInterfaceFinder - Interface in oracle.odi.domain.project.finder
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Finder interface for OdiInterface entity.
IOdiJKMFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiJKM entity.
IOdiKeyFinder - Interface in oracle.odi.domain.model.finder
Defines finder methods to load OdiKey instances.
IOdiKMFinder - Interface in oracle.odi.domain.project.finder
Root finder interface for Knowledge Modules.
IOdiLKMFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiLKM entity.
IOdiLoadPlanFinder - Interface in oracle.odi.domain.runtime.loadplan.finder
Finder interface for OdiLoadPlan entity.
IOdiLoadPlanInstanceFinder - Interface in oracle.odi.domain.runtime.lpi.finder
Finder interface for OdiLoadPlanInstance entity.
IOdiLoadPlanInstanceRunFinder - Interface in oracle.odi.domain.runtime.lpi.finder
 
IOdiLoadPlanScheduleFinder - Interface in oracle.odi.domain.runtime.loadplan.finder
Finder interface for OdiLoadPlanSchedule entity.
IOdiLogicalAgentFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiLogicalAgent instances.
IOdiLogicalSchemaFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiLogicalSchema entity.
IOdiMainPartitionFinder - Interface in oracle.odi.domain.model.finder
Defines finder method to load OdiMainPartition instances.
IOdiMarkerGroupFinder - Interface in oracle.odi.domain.marker.finder
Finder interface for OdiMarkerGroup entity.
IOdiMasterRepositoryInfoFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiMasterRepositoryInfo entity.
IOdiModelFinder - Interface in oracle.odi.domain.model.finder
Defines finder methods to load OdiModel instances.
IOdiModelFolderFinder - Interface in oracle.odi.domain.model.finder
Defines finder methods to load OdiModelFolder instances.
IOdiOpenToolFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiOpenTool entity.
IOdiPackageFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiPackage entity.
IOdiPartitionFinder - Interface in oracle.odi.domain.model.finder
Defines finder methods to load OdiPartition instances.
IOdiPhysicalAgentDataSourceFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiPhysicalAgentDataSource.
IOdiPhysicalAgentFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiPhysicalAgent.
IOdiPhysicalSchemaFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiPhysicalSchema entity.
IOdiPrincipalFinder - Interface in oracle.odi.domain.security.finder
Generic finder interface for OdiPrincipal entity.
IOdiProfileFinder - Interface in oracle.odi.domain.security.finder
Finder interface for OdiProfile entity.
IOdiProgressMonitor - Interface in oracle.odi.setup
This interface defines the progress of a Task.
IOdiProjectFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiProject entity.
IOdiReferenceFinder - Interface in oracle.odi.domain.model.finder
Defines finder methods to load OdiReference instances.
IOdiRepositoryServerFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiRepositoryServer.
IOdiRKMFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiRKM entity.
IOdiRoleEnterprisePrincipalMappingService - Interface in oracle.odi.domain.security
This service is used to map Odi Role with external Enterprise Principal (role or user)
IOdiRoleFinder - Interface in oracle.odi.domain.security.finder
Finder interface for OdiRole entity.
IOdiScenarioFinder - Interface in oracle.odi.domain.runtime.scenario.finder
Finder interface for OdiScenario entity.
IOdiScenarioFolderFinder - Interface in oracle.odi.domain.runtime.scenario.finder
Finder interface for OdiScenarioFolder entity.
IOdiScenarioGenerator - Interface in oracle.odi.generation
Provides all method to generate ODI scenarios.
IOdiScenarioScheduleFinder - Interface in oracle.odi.domain.runtime.scenario.finder
Finder interface for OdiScenarioSchedule entity.
IOdiScenarioSource - Interface in oracle.odi.domain.project
Marker interface for objects that can produce OdiScenario.
IOdiScenarioSourceContainer - Interface in oracle.odi.domain.project
Marker interface for objects that can hold scenario sources such projects and folders.
IOdiSequenceFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiSequence entity.
IOdiSessionBlueprintFinder - Interface in oracle.odi.domain.runtime.session.blueprint.finder
Finder interface for OdiSessionBlueprint entity root.
IOdiSessionFinder - Interface in oracle.odi.domain.runtime.session.finder
Finder interface for OdiSession entity root.
IOdiSessionFolderFinder - Interface in oracle.odi.domain.runtime.session.finder
Finder interface for OdiSessionFolder entity root.
IOdiShortcutService - Interface in oracle.odi.domain.shortcuts
Interface for shortcut services.
IOdiShortcutService.MaterializeResult - Class in oracle.odi.domain.shortcuts
Result class for materializeShortcut.
IOdiShortcutService.MaterializeResult(IOdiShortcutable, Collection, Collection, Collection) - Constructor for class oracle.odi.domain.shortcuts.IOdiShortcutService.MaterializeResult
Internal use only.
IOdiShortcutService.MaterializeResult() - Constructor for class oracle.odi.domain.shortcuts.IOdiShortcutService.MaterializeResult
Internal use only.
IOdiSKMFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiSKM entity.
IOdiStandardSequenceValueFinder - Interface in oracle.odi.domain.runtime.sequence.finder
Finder interface for OdiStandardSequence entity.
IOdiSubModelFinder - Interface in oracle.odi.domain.model.finder
Defines finder methods to load OdiSubModel instances.
IOdiSubPartitionFinder - Interface in oracle.odi.domain.model.finder
Defines finder methods to load OdiSubPartition instances.
IOdiTechnologyFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiTechnology entity.
IOdiUserCreationService - Interface in oracle.odi.domain.security
This service is used to create new ODI user with SDK
IOdiUserFinder - Interface in oracle.odi.domain.security.finder
Finder interface for OdiUser entity.
IOdiUserFunctionFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiUserFunction.
IOdiUserProcedureFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiUserProcedure entity.
IOdiVariableFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiVariable entity.
IOdiVariableTextGenerator - Interface in oracle.odi.generation
Provides all methods to generate ODI variable text.
IOdiVariableValueFinder - Interface in oracle.odi.domain.runtime.variable.finder
Finder interface for OdiVariableValue entity.
IOdiWorkRepositoryInfoFinder - Interface in oracle.odi.domain.topology.finder
Finder interface for OdiWorkRepositoryInfo entity.
IOptionnallyPersistedObject - Interface in oracle.odi.domain.project.interfaces
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This interface marks objects that may or may not be persisted in the repository.
These objects exist in memory, but for performance reasons we would not want to persist them.
IOptionValue - Interface in oracle.odi.domain.adapter.project
An interface which represents an option value for a procedure.
IOptionValue - Interface in oracle.odi.domain.project
This represents the value taken by ProcedureOption when the procedure is used (StepProcedure, OdiModel...).
IOverridenFlexFieldValue - Interface in oracle.odi.domain.adapter.flexfields
Interface for a flex field value which is being overridden.
IOwbRuntimeRepositoryExplorer - Interface in oracle.odi.owb
This is interface providing methods for accessing objects within OWB Runtime Repository.
IPartition - Interface in oracle.odi.domain.adapter.relational
An interface which represents a partition for a data storage object in an external model.
IPhysicalSchema - Interface in oracle.odi.domain.adapter.topology
An interface for logical schema.
IProcedure - Interface in oracle.odi.domain.adapter.project
An interface for procedure.
IProcedureLine - Interface in oracle.odi.domain.adapter.project
The interface for procedure line.
IProcedureLine.LineType - Class in oracle.odi.domain.adapter.project
Enumeration type for the type of a procedure line.
IProcedureOption - Interface in oracle.odi.domain.adapter.project
An interface to represent an option of a procedure.
IProcedureOption - Interface in oracle.odi.domain.project
 
IProcedureUser - Interface in oracle.odi.domain.adapter.project
An interface that represents a procedure user.
IProcedureUser - Interface in oracle.odi.domain.project
Marker interface for all procedure users Created on 20 dec.
IProject - Interface in oracle.odi.domain.adapter.project
An interface for ODI project.
IProperty - Interface in oracle.odi.domain.adapter.property
Interface to represent a name/value property.
IPropertyDefinition - Interface in oracle.odi.domain.adapter.property
Interface to represent a name/value property definition.
IPropertyDefinitionOwner - Interface in oracle.odi.domain.mapping
Marker interface for a class that can own property definitions.
IPropertyOwner - Interface in oracle.odi.domain.root
An interface that represents any mapping object that can own properties.
IPurgeLogService - Interface in oracle.odi.domain.runtime.purge
Definition of IPurgeLogService providing various purge log sequences
IPurgeLogServiceReportCallback - Interface in oracle.odi.domain.runtime.purge
Call back on the basic purge operations.
IReference - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Classes implementing this interface represent a reference from an IExecutableTextHolder to an IInterfaceSubComponent.
IReferenceChangeListener - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Implementations of this interface are listening to reference change events. They are notified whenever references change in the interface.
IReferenceManager - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Implementations of this interface represent a reference manager, which is a class that handles and provides references to and from IInterfaceSubComponents in the OdiInterface.
IRelationshipDescriptor - Interface in oracle.odi.core.persistence
This interface describe a Relationship.
IReleaseTag - Interface in oracle.odi.domain
Interface of the release tag.
IRepositoryEntity - Interface in oracle.odi.domain
Defines an entity in ODI.
IRepositoryUpgradeCallback - Interface in oracle.odi.setup
 
IRepositoryUpgradeCallback.UpgradeStatus - Class in oracle.odi.setup
Upgrade status information
IRepositoryUpgradeService - Interface in oracle.odi.setup
Repository upgrade service allows to easily upgrade a master repository and it's attached work repositories.
IReusableMapping - Interface in oracle.odi.domain.adapter.project
IReusableMapping is an interface for ODI reusable mappings.
IReusableMappingFinder - Interface in oracle.odi.domain.mapping.finder
Defines finder methods to load ReusableMapping instances.
IRoot - Interface in oracle.odi.domain.root
An interface to represent a mapping object.
IRuntimeExecutable - Interface in oracle.odi.domain.runtime.common
 
IRuntimeStep - Interface in oracle.odi.domain.runtime.common
 
is11gKM() - Method in class oracle.odi.domain.project.ComponentKM
 
is11gMapping() - Method in interface oracle.odi.domain.mapping.IMapRootContainer
Return true if this mapping is associated with an upgraded 11g interface and has not yet been converted to a 12c Mapping.
IS_NOT_NULL - Static variable in class oracle.odi.domain.runtime.loadplan.OdiCaseWhen.ComparisonOperator
Is Not Null
IS_NULL - Static variable in class oracle.odi.domain.runtime.loadplan.OdiCaseWhen.ComparisonOperator
Is Null
isActive() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Returns whether this IDataStoreRelationship instance is active or not.
isActive() - Method in class oracle.odi.domain.mapping.component.FilterComponent
Returns the value of the active indicator property of the filter component.
isActive() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the active state of this attribute.
isActive() - Method in class oracle.odi.domain.model.OdiCondition
Returns whether this OdiCondition instance is active or not.
isActive() - Method in class oracle.odi.domain.model.OdiKey
Returns whether this key is active (enabled) or not in the database.
isActive() - Method in class oracle.odi.domain.model.OdiReference
Returns whether this OdiReference instance is active or not.
isActualMetadataChangeDisplayRequired() - Method in class oracle.odi.domain.model.OdiModel
Returns whether this OdiModel instance is required to be displayed with actual meta data changes in underlying schema, or not.
isAddAttributeAllowed() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if this connector point is allowed to own and add attributes.
isAddInputConnectorPointAllowed() - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
Returns whether an input connector point can be added by checking the connector point count of the default connector point role.
isAddInputConnectorPointAllowed() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if it is allowed to add an input connector point to this component.
isAddOutputConnectorPointAllowed() - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
Returns whether an output connector point can be added by checking the connector point count of the default connector point role.
isAddOutputConnectorPointAllowed() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if it is allowed to add an output connector point to this component.
isAddPhysicalNodeAllowed(MapPhysicalNode, List) - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Return true if the specified node can be added to this execution unit.
isAK() - Method in interface oracle.odi.domain.adapter.relational.IKey
If the key is alternate unique key
isAK() - Method in class oracle.odi.domain.model.OdiKey
 
isAlternativeKeyCheck() - Method in class oracle.odi.domain.project.OdiCKMLine
Is alternate key check set?
isAlwaysGenerated() - Method in class oracle.odi.domain.project.OdiProcedureLine
Return whether this ProcedureLine is always generated into execution tasks, without any condition, or not.
isAPNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this is a access point (AP) node.
isAPReferenceNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this node is a reference node which references an access point (AP) node.
isAssignable(Class, Class, MessageHandle, Object[]) - Static method in class oracle.odi.domain.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class, Class) - Static method in class oracle.odi.domain.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
Default message: Class {subType} is not assignable to {superType}.
isAttachedSourceDataStoreSettable(int) - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Returns whether it is possible to set this particular datastore number.
isAttachedSourceDataStoreSettable(int) - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderFilter
Deprecated.
 
isAttachedSourceDataStoreSettable(int) - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderJoin
Deprecated.
 
isAttachedSourceDataStoreSettable(int) - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
 
isAttachedSourceDataStoreSettable(int) - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
 
isAttributeBindingSupported() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Return true if attributes owned by a connector point with this role are allowed to be bound to a model object.
isAttributePath() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
If true, then this path specifies a starting attribute.
isAttributeReference() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Checks if this cross reference references a MapAttribute.
isAuthorized(Permission) - Method in class oracle.odi.core.security.SecurityManager
This method checks if the Permission is authorized for the current authentication.
isAuthorized(IRepositoryEntity, PermissionType) - Method in class oracle.odi.core.security.SecurityManager
Almost same as above method, but take in entity and permission type directly.
isAutoCommitMode() - Method in class oracle.odi.domain.project.OdiProcedureLineCmd
Convenient method that return whether this OdiProcedureLineCmd should be executed in autoCommit mode or not.
isAxis2() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Checks if this connection is to Apache Axis2.
isAxis2() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
isBaseKMLine(OdiProcedureLine) - Method in class oracle.odi.domain.project.ComponentKM
 
isBound() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if the component is bound to a model object.
isBound() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if this connector point is bound to some model object.
isBoundAttribute() - Method in class oracle.odi.domain.mapping.MapAttribute
Return true if this attribute is bound to a model object (e.g.
isBoundNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if the corresponding logical component is bound to a server object.
isBoundObjectDeleted() - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
 
isCachePopulated(SnpsLanguage) - Method in class oracle.odi.domain.xrefs.expression.contexts.CachingExpressionContextDecorator
 
isCanceled() - Method in interface oracle.odi.setup.IOdiProgressMonitor
If the task is canceled then calling this method will return true.
isCanceled() - Method in class oracle.odi.setup.RepositoryUpgradeReport
 
isCancellationAsked() - Method in interface oracle.odi.domain.runtime.purge.IPurgeLogServiceReportCallback
Return true if the cancellation of the current purge has been asked by the user.
isCancellationAsked() - Method in class oracle.odi.domain.runtime.purge.support.PurgeLogServiceReport
 
isCandidateForMappingIn(IDataStore) - Method in class oracle.odi.domain.mapping.autocreator.MappingAutoCreator
 
isCatalogSupported() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether this ITechnology supports catalogs.
isCatalogSupported() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if catalog is supported by this technology.
isCatalogSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology supports catalogs.
isCdcEnabled() - Method in class oracle.odi.domain.model.OdiDataStore.CdcDescriptor
Returns true if the change data capture is enabled for this datastore.
IScenario - Interface in oracle.odi.domain.adapter.project
IScenario is an interface for an ODI scenario.
isChangeDataCaptureEnabled() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Checks whether this data store object is set up to support change data capture.
isChangeDataCaptureEnabled() - Method in class oracle.odi.domain.model.OdiDataStore
 
isCharacterDataType() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
isCheckEnabled() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Returns whether the constraint is enabled for flow check.
isCheckNotNull() - Method in class oracle.odi.domain.mapping.MapAttribute
Return true if the bound column will be checked for non-null value when loading the target data storage object.
isCheckNotNullIndicator() - Method in class oracle.odi.domain.mapping.MapAttribute
Return true if the attribute will be checked for non-null value when loading the target data storage object.
isCheckNotNullIndicator() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
If true then the column will be checked for not null during the loading of the data in the target datastore.
For this to happen, you need to have a CKM defined on the interface and to make sure that the IKM is enabled for flow control (please refer to the documentation of the IKM).
Additionally, you may want to make sure that flow control and/or static control are enabled on the OdiColumn in the model if the datastore is not temporary.
isCleanedUp() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns true if cleanup tasks were performed and false otherwise.
isCleanUp() - Method in class oracle.odi.domain.project.OdiUserProcedureLine
Returns true if line is a cleanup task and false otherwise.
isCleanupOnError() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Returns true if cleanup tasks should be performed on error, false otherwise.
isCleanupOnError() - Method in class oracle.odi.domain.project.OdiUserProcedure
Returns true if cleanup tasks should be performed on error, false otherwise.
isCleanupOnError() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns true if cleanup tasks should be performed on error, false otherwise.
isCleanupOnError() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns true if cleanup tasks should be performed on error, false otherwise.
isClosed() - Method in class oracle.odi.core.OdiInstance
Returns whether this OdiInstance has been closed, or not.
isCommitOnWork() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
Returns the commit on work flag.
isCompatible() - Method in interface oracle.odi.domain.adapter.topology.ILanguageImpl
Returns true if Language Elements marked as "Standard" are applicable to this technology.
isCompatible() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
Returns true if Language Elements marked as "Standard" are applicable to this technology.
isComplete() - Method in interface oracle.odi.setup.IOdiProgressMonitor
This will return is the task is marked as complete.
isComplete() - Method in class oracle.odi.setup.RepositoryUpgradeReport
 
isCompleted() - Method in interface oracle.odi.core.persistence.transaction.ITransactionStatus
Return whether this transaction is completed, that is, whether it has already been committed or rolled back.
isComponent() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Return true if this component owner is also a mappingComponent instance.
isComponentBindingSupported() - Method in class oracle.odi.domain.mapping.MapComponentType
Return true if components of this type can be bound to a model object at the component level.
isCompositeComponent() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if this component owns it's own set of components.
isConcurrent() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Returns true if concurrency enabled, false otherwise.
isConcurrent() - Method in class oracle.odi.domain.project.OdiUserProcedure
Returns true if concurrency enabled, false otherwise.
isConditionCheck() - Method in class oracle.odi.domain.project.OdiCKMLine
Is conditionCheck set?
isConditionConstraint() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Checks whether the underlying constraint is a condition constraint.
isConditionConstraint() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
Deprecated.
Returns whether the underlying constraint is a condition.
isConnected() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if this connector point has any connections in eiher direction, else false.
isConnectedFrom(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if a connection from the specified connector point to this connector point already exists.
isConnectedFromLeaf(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if a connection from the specified connector point to this connector point already exists.
isConnectedTo(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if a connection from this connector point to the specified connector point already exists.
isConnectedTo(IMapComponent) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if this connector point is connected to the specified component.
isConnectedToLeaf(IMapComponent) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if this connector point is connected to the specified component.
isConnectedToNonPassivePoint() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if this connector point has any connections to non-passive points in either direction, else false.
isConnectorPointBindingSupported() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Return true if a connector point associated with this role supports binding to a model object at the connector point level.
isConsistantJournalize() - Method in class oracle.odi.domain.model.OdiModel
Returns whether this OdiModel instance uses consistent journalization or not.
isConsistentJournalize() - Method in class oracle.odi.domain.project.OdiJKM
Is journalize method consistent?
isContainerFor(IMapComponent) - Method in class oracle.odi.domain.mapping.component.ReusableMappingComponent
Return true if the specified map component is contained in this reusable mapping or in any sub-reusable mapping that is nested inside this one.
isContextForced() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns true if context is forced for this AbstractRuntimeStep, false - otherwise.
isContextForced() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns true if context is forced for underlying OdiSessionBlueprintStep, false - otherwise.
isContextForced() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by #getStep()#isContextForced()
isControlDeleteErrors() - Method in class oracle.odi.domain.project.StepDataStore.ControlDataStore
Returns true if this action has to control delete errors, false otherwise.
isControlDeleteErrors() - Method in class oracle.odi.domain.project.StepModel.ControlModel
Returns true if this action has to control delete errors, false otherwise.
isControlDeleteErrors() - Method in class oracle.odi.domain.project.StepSubModel
Returns whether the error found during control will be deleted, or not.
isCreateJournal() - Method in class oracle.odi.domain.project.StepDataStore.ConsistentJournalizeDataStore
Returns true if this action has to create CDC journal, false otherwise.
isCreateJournal() - Method in class oracle.odi.domain.project.StepDataStore.SimpleJournalizeDataStore
Returns true if this action has to create CDC journal, false otherwise.
isCreateSubscriber() - Method in class oracle.odi.domain.project.StepDataStore.SimpleJournalizeDataStore
Returns true if this action has to create CDC subscribers, false otherwise.
isCreateSubscribers() - Method in class oracle.odi.domain.project.StepModel.SimpleJournalizeModel
Returns true if this action has to create CDC subscribers, false otherwise.
isCreateUnboundAttributeAllowed() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Return true if a connector point with this role is allowed to create a new unbound attribute.
isCross() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
Returns whether this join is a cross join or not.
isCrossCapable() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Tells whether this ITechnology supports cross joins.
isCrossCapable() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if cross join is supported by this technology
isCrossCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports cross joins.
isCrossJoin() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Checks if this join is a cross join.
isDataServiceAllowInsert() - Method in class oracle.odi.domain.model.OdiColumn
Will data services be allowed to perform insert on this column.
isDataServiceAllowSelect() - Method in class oracle.odi.domain.model.OdiColumn
Will data services be allowed to perform select on this column.
isDataServiceAllowUpdate() - Method in class oracle.odi.domain.model.OdiColumn
Will data services be allowed to perform update on this column.
isDataStorageComponent() - Method in class oracle.odi.domain.mapping.MapComponentType
Return true if this component type represents a data storage component type.
isDataStorageNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if the node represents a data storage component.
isDatastoreJournalized() - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
Checks whether the bound datastore is enabled with change data capture.
isDatastoreNode(MapPhysicalNode) - Static method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns true if the node is associated with a datastore component, else return false.
isDatastoreOrderHidden() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Checks whether the datastore order should be hidden.
isDBCondition() - Method in interface oracle.odi.domain.adapter.relational.ICondition
Returns whether condition is defined in the database.
isDBCondition() - Method in class oracle.odi.domain.model.OdiCondition
 
isDebuggable() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns true if the session can be debugged, false otherwise.
isDecorator() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if this component is a decorator component.
isDefault() - Method in interface oracle.odi.domain.adapter.project.ITemplate
Checks if this template is the default template.
isDefault() - Method in interface oracle.odi.domain.adapter.topology.ILanguage
Checks if this language is the default for the owning technology.
isDefault() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Returns whether the constraint value is overridden.
isDefault() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
Deprecated.
Returns whether the constraint value is overridden.
isDefault() - Method in class oracle.odi.domain.project.OdiUserFunctionImpl
Returns whether this OdiUserFunctionImpl is a default implementation, i.e.
isDefault() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
Returns true if the language is the default language for this technology.
isDefaultCheckEnabled() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Returns whether the underlying constraint is enabled for flow check.
isDefaultCKM() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if the default CKM is assigned to this node, else false.
isDefaultContext() - Method in class oracle.odi.domain.topology.OdiContext
Returns whether this OdiContext has been defined as default OdiContext, or not.
isDefaultJoin() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Checks if this join component is a default join.
isDefaultKM() - Method in class oracle.odi.domain.project.OdiKM
Return whether this KM is the default KM for its pair of source / target technologies, or not (c.f.
isDefaultPhysicalSchema() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Tells whether this is the default schema.
isDefaultPhysicalSchema() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Tells whether this is the default schema.
isDefaultRole() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Return true if this is the default role for it's direction.
isDefaultTargetComponentKM() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if the default LKM or IKM is assigned to this node, false if some other LKM or IKM has been assigned.
isDefaultValue() - Method in interface oracle.odi.domain.adapter.flexfields.IFlexFieldValue
Return whether this IFlexFieldValue's value is the default value, or not.
isDefaultValue() - Method in interface oracle.odi.domain.adapter.project.IOptionValue
Returns whether the value used is actually the default value.
isDefaultValue() - Method in interface oracle.odi.domain.flexfields.IFlexFieldValue
Return whether this IFlexFieldValue's value is the default value, or not.
isDefaultValue() - Method in class oracle.odi.domain.mapping.properties.Property
Checks if this property's value is equals to the default value.
isDefaultValue() - Method in interface oracle.odi.domain.project.IOptionValue
Returns whether the value used is actually the default value.
isDefaultValue() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
Returns a boolean indicating whether the default value is set for this option.
isDefaultXKM() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if the default XKM is assigned to this node.
isDeleteErrors() - Method in class oracle.odi.domain.project.OdiCKMLine
Is deleteErrors set?
isDeployAsDataService() - Method in class oracle.odi.domain.model.OdiDataStore
Will this datastore to be deployed as a data service.
isDerived() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Checks if this join component is a derived join.
isDerived() - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
isDerivedSelectStatement() - Method in class oracle.odi.domain.project.OdiIKMLine
Returns whether this line is a derived statement line or not.
isDerivedSubSelectNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this node is a derived sub-select node.
isDerivedTablesSupported() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether this ITechnology supports derived tables, or not.
isDerivedTablesSupported() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if derived tables are supported.
isDerivedTablesSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology supports derived tables, or not.
isDirectory() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Checks if this connection is for a directory.
isDirectory() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
isDisplayRequired() - Method in class oracle.odi.domain.model.OdiDataStore
Returns whether this OdiDataStore is required to be displayed, or not.
isDistinctRows() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
Returns the distinct rows setting for the staging area.
isDistinctSupported() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether this ITechnology supports the Distinct component, or not.
isDistinctSupported() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if distinct is supported.
isDistinctSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this ITechnology supports the Distinct component, or not.
isDropJournal() - Method in class oracle.odi.domain.project.StepDataStore.ConsistentJournalizeDataStore
Returns true if this action has to drop CDC journal, false otherwise.
isDropJournal() - Method in class oracle.odi.domain.project.StepDataStore.SimpleJournalizeDataStore
Returns true if this action has to drop CDC journal, false otherwise.
isDropModelJournal() - Method in class oracle.odi.domain.project.OdiJKMLine
Is dropModelJournal set?
isDropSubscriber() - Method in class oracle.odi.domain.project.StepDataStore.SimpleJournalizeDataStore
Returns true if this action has to drop CDC subscribers, false otherwise.
isDropSubscribers() - Method in class oracle.odi.domain.project.StepModel.SimpleJournalizeModel
Returns true if this action has to drop CDC subscribers, false otherwise.
isDropTableJournal() - Method in class oracle.odi.domain.project.OdiJKMLine
Is dropTableJournal set?
isDynamicDomainValue() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Checks if the domain values of this property are dynamically calculated.
isEmpty() - Method in class oracle.odi.domain.runtime.startup.StartupParameters
Indicate whether this StartupParameters is empty, or not.
isEmpty() - Method in class oracle.odi.runtime.agent.invocation.StartupParams
Returns whether if there's no startup parameters defined.
isEnable() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this target column is mapped or not.
isEnabled() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
isEnabled() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns whether this clause is active and enabled.
isEnabled() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
isEnabled() - Method in class oracle.odi.domain.project.OdiDesigntimeBreakpoint
Returns true if the breakpoint is enabled or false otherwise, true by default.
isEnabled() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanCaseCondition
 
isEnabled() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
 
isEnabled() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
 
isEnabled() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
 
isEnabled() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceCaseCondition
 
isEnabled() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceException
 
isEnabled() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
 
isEnabled() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintBreakpoint
Returns true if the breakpoint is enabled or false otherwise, true by default.
isEndpoint() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if this component is an end point in the component graph, else false.
isEqual(char[], char[]) - Static method in class oracle.odi.core.security.SecurityManager
Time-constant char array comparasion
ISequence - Interface in oracle.odi.domain.adapter.relational
An interface that represents a column type object in an external model.
isError() - Method in class oracle.odi.domain.root.RootIssue
Returns true if this issue has a severity of ERROR or FATAL
isErrorOrFatal(List) - Static method in class oracle.odi.domain.root.RootIssue
Returns true is any of the given issues has a level of error or fatal
isEssJobLoadPlanInstance() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
Returns true if this OdiLoadPlanInstance was started by ESS Job, false otherwise.
isEssJobSession() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns true if this OdiSession was started by ESS Job, false otherwise.
isException() - Method in interface oracle.odi.domain.adapter.topology.ILanguageElementImpl
Checks if this implementation is valid.
isException() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl
Returns true if this language element does not exist for the given technology, even if it is universal or standard.
isExceptionRaised() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
isExecutionUnitEndpointNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this is an end point for the execution unit.
isExecutionUnitStartpointNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this node is the starting point node in an execution unit, not counting the AP node.
isExtendWindow() - Method in class oracle.odi.domain.project.OdiJKMLine
Is extend window set?
isExtendWindow() - Method in class oracle.odi.domain.project.StepDataStore.ConsistentJournalizeDataStore
Returns true if this action has to extends CDC window, false otherwise.
isExtendWindow() - Method in class oracle.odi.domain.project.StepModel.ConsistentJournalizeModel
Returns true if this action has to extend CDC window, false otherwise.
isExternalPasswordStorageAccessible() - Method in class oracle.odi.core.security.PasswordStorageRecoveryService
Test whether the external password storage defined in ODI master repository is accessible.
isFalse(boolean, MessageHandle, Object[]) - Static method in class oracle.odi.domain.util.Assert
Assert a boolean expression, throwing DomainRuntimeException if the test result is true.
isFalse(boolean, Object[]) - Static method in class oracle.odi.domain.util.Assert
Assert a boolean expression, throwing DomainRuntimeException with default message if the test result is true.
isFatal() - Method in class oracle.odi.domain.root.RootIssue
Returns true if this issue has a severity of FATAL.
isFatal(List) - Static method in class oracle.odi.domain.root.RootIssue
Returns true if any of the given issues have a severity level of fatal.
isFileTechnology() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether the technology is of type File.
isFileTechnology() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if this is a file technology.
isFileTechnology() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether the technology is of type File.
isFillJMS() - Method in class oracle.odi.interfaces.data.IJMSCallBack.CallBackResult
Deprecated.
If true, this result class has been populated with information from a valid JMS request.
isFirstStep() - Method in class oracle.odi.domain.project.Step
Returns whether this step is the first step to be executed in the package.
isFirstStep() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
isFixedByHint() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
 
isFixedExecutionUnit() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this node is fixed in its execution unit.
isFlowCheckEnabled() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Returns true if the flow check is enabled for this column.
isFlowCheckEnabled() - Method in interface oracle.odi.domain.adapter.relational.ICondition
Returns whether flow check is enabled on this condition.
isFlowCheckEnabled() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Returns whether this IDataStoreRelationship instance is flow check enabled or not.
isFlowCheckEnabled() - Method in interface oracle.odi.domain.adapter.relational.IKey
 
isFlowCheckEnabled() - Method in class oracle.odi.domain.model.OdiColumn
Return whether the flow check is enabled for this OdiColumn instance or not.
isFlowCheckEnabled() - Method in class oracle.odi.domain.model.OdiCondition
Returns whether flow check is enabled on this OdiCondition instance or not.
isFlowCheckEnabled() - Method in class oracle.odi.domain.model.OdiKey
Returns whether the flow check is enabled for this key, or not.
isFlowCheckEnabled() - Method in class oracle.odi.domain.model.OdiReference
Returns whether the flow check is enabled for this OdiReference or not.
isFlowCheckEnabled() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
Deprecated.
Returns whether the constraint is enabled for flow check.
isFromSessionBlueprintStep() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintBreakpoint
Returns true if the breakpoint is set on session blueprint's step and false otherwise.
isFromSessionBlueprintTask() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintBreakpoint
Returns true if the breakpoint is set on session blueprint's task and false otherwise.
isFromStep() - Method in class oracle.odi.domain.project.OdiDesigntimeBreakpoint
Returns true if the breakpoint is set on package's step and false otherwise.
isFromUserProcedureLine() - Method in class oracle.odi.domain.project.OdiDesigntimeBreakpoint
Returns true if the breakpoint is set on user procedure's line and false otherwise.
isFrozen() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
 
isFtp() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Checks if this is an FTP connection.
isFtp() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
isFullJoinCapable() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Tells whether this ITechnology supports full joins.
isFullJoinCapable() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if full outer join is supported by this technology.
isFullJoinCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports full joins.
isFullOuterJoin() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Checks if this join is a full outer join.
isGenerateANSISyntax() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the "generate ANSI syntax" boolean property value.
isGenerateANSISyntax() - Method in class oracle.odi.domain.mapping.component.LookupComponent
Determines whether ANSI syntax will be generated.
isGeneratedIfJrnTableInInterface() - Method in class oracle.odi.domain.project.OdiIKMLine
Is generatedIfJrnTableInInterface set?
isGeneratedIfJrnTableInSourceSet() - Method in class oracle.odi.domain.project.OdiLKMLine
Is journalizedTableInCurrentSchema set?
isGeneratedIfJrnTableInStagingArea() - Method in class oracle.odi.domain.project.OdiIKMLine
Is generatedIfJrnTableInStagingArea set?
isGenerateFromInterface() - Method in class oracle.odi.generation.GenerationOptions
Deprecated.
use the isGenerateFromMapping instead
isGenerateFromMapping() - Method in class oracle.odi.generation.GenerationOptions
Is generateFromMapping?
isGenerateFromPackage() - Method in class oracle.odi.generation.GenerationOptions
Is generateFromPackage?
isGenerateFromProcedure() - Method in class oracle.odi.generation.GenerationOptions
Is generateFromProcedure?
isGenerateFromVariable() - Method in class oracle.odi.generation.GenerationOptions
Is generateFromVariable?
isGeneric() - Method in interface oracle.odi.domain.adapter.project.ITemplate
Checks if this template applies to all (generic) technologies.
isGeneric() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Decides if this technology is generic.
isGeneric() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Determine if this technology is generic.
isGeneric() - Method in class oracle.odi.domain.topology.OdiTechnology
 
isGlobal() - Method in class oracle.odi.domain.marker.OdiMarkerGroup
Returns whether this OdiMarkerGroup is global, or not
isGlobal() - Method in class oracle.odi.domain.project.OdiKM
Returns whether this OdiKm has global scope, or not (i.e.
isGlobal() - Method in class oracle.odi.domain.project.OdiSequence
Returns whether this OdiSequence is global, or not
isGlobal() - Method in class oracle.odi.domain.project.OdiSKM
Returns whether this OdiSKm has global scope, or not (i.e.
isGlobal() - Method in class oracle.odi.domain.project.OdiUserFunction
Returns whether this OdiUserFunction is global, or not.
isGlobal() - Method in class oracle.odi.domain.project.OdiVariable
Returns whether this OdiVariable is global, or not (i.e.
isHasRecordErrors() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
Returns the value of hasRecordErrors property.
isHasRecordErrors() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of hasRecordErrors property.
isHidden() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if this component is marked as hidden.
IShortcutableModelObject - Interface in oracle.odi.domain.adapter
A base interface for model objects that represent shortcuts to the real objects.
isIgnoreError() - Method in class oracle.odi.domain.project.OdiProcedureLine
Is ignore error?
isIgnoreError() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Indicates whether errors are ignored for this AbstractRuntimeTask.
isIgnoreError() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#isIgnoreError()
isIKMNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if an IKM can be assigned to this node.
isIncludeInternalAgent() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns true if sessions run by internal agent will be included in result list and false otherwise.
isIncrementalSetValue() - Method in class oracle.odi.domain.project.StepVariable.SetVariable
Returns whether this setVariable use an incremental set value, or not.
isInDatabase() - Method in class oracle.odi.domain.model.OdiCondition
Returns whether this OdiCondition exists in database or not.
isInDatabase() - Method in class oracle.odi.domain.model.OdiKey
Returns whether this key is implemented in database or not.
isInDataset(IMapComponent) - Static method in class oracle.odi.domain.mapping.component.Dataset
Checks if the given component is within this Dataset.
isIndex() - Method in interface oracle.odi.domain.adapter.relational.IKey
If the key is index
isIndex() - Method in class oracle.odi.domain.model.OdiKey
 
isInfo() - Method in class oracle.odi.domain.root.RootIssue
Returns true if this issue has a severity of INFO
ISingleImportExportResource - Interface in oracle.odi.impexp.resource
An IImportExportResource containing only one root object.
isInnerJoin() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Checks if this join is an inner join.
isInnerJoinCapable() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Tells whether this ITechnology supports inner joins.
isInnerJoinCapable() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if inner join is supported by this technology.
isInnerJoinCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports inner joins.
isInputPoint() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if this is an input connector point.
isInputSignatureNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this node represents an reusable mapping input signature componnent.
isInScope(MapAttribute) - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if the specified attribute would be in scope for expressions owned by this component.
isInScope(IMapComponent) - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if the specified source component would be in scope for expressions owned by this component.
isInScopeFor(IMapComponent) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if this point is in scope for the target.
isInsert() - Method in class oracle.odi.core.persistence.OdiEntityChange
 
isInsertIndicator() - Method in class oracle.odi.domain.mapping.MapAttribute
Return true if the attribute participates in an insert operation when loading the target data storage object.
isInsertIndicator() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column is tagged for insert.
isInstallJournalization() - Method in class oracle.odi.domain.project.StepModel.SimpleJournalizeModel
Returns true if this action has to install CDC, false otherwise.
isInstanceLevelSecurityNeeded() - Method in interface oracle.odi.domain.IOdiEntity
Internal: this method is for internal purpose and must not be considered as part of the public API.
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.marker.OdiMarkerGroup
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.marker.OdiMarkerType
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.model.OdiDataStore
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.model.OdiModel
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.model.OdiModelFolder
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.project.OdiFolder
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Internal: this method is for internal purpose and must not be considered as part of the public API.
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.project.OdiKM
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.project.OdiPackage
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.project.OdiProject
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.project.OdiSequence
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.project.OdiUserFunction
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.project.OdiVariable
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.runtime.session.OdiSession
 
isInstanceLevelSecurityNeeded() - Method in class oracle.odi.domain.topology.OdiContext
 
isInstanceOf(Class, Object, MessageHandle, Object[]) - Static method in class oracle.odi.domain.util.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class, Object, Object[]) - Static method in class oracle.odi.domain.util.Assert
Assert that the provided object is an instance of the provided class.
Default message: Parameter '{0}' must be instance of '{clazz}'.
isInstanceServerSupported() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether this ITechnology supports data server instance name.
isInstanceServerSupported() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if instance server is supported.
isInstanceServerSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology supports data server instance name.
isInternal() - Method in class oracle.odi.core.security.PasswordStorageConfiguration
Returns whether this configuration is internal.
isJdbcConnection() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Checks if this is a JDBC connection.
isJdbcConnection() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
isJMS() - Method in class oracle.odi.interfaces.data.DataAccessInfo
Deprecated.
Return true if the source or target data is from a JMS (Java Messaging Service) data server technology, else false.
isJndiConnection() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Checks if this is a JNDI connection.
isJndiConnection() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
isJndiConnection() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer
 
isJndiRepositoryInfo() - Method in class oracle.odi.core.config.MasterRepositoryDbInfo
Return whether this repository info is a JNDI configuration, or not.
isJndiRepositoryInfo() - Method in class oracle.odi.core.config.WorkRepositoryDbInfo
Return whether this repository info is a JNDI configuration, or not.
isJoinBracketsSupported() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether join clauses support brackets, or not.
isJoinBracketsSupported() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if join brackets are supported.
isJoinBracketsSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether join clauses support brackets, or not.
isJoinInFromClause() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether a join clause is located in FROM clause, or in WHERE clause.
isJoinInFromClause() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if join is done in from-clause.
isJoinInFromClause() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether a join clause is located in FROM clause, or in WHERE clause.
isJoinInsideDataset() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Checks if this join is within a Dataset.
isJoinOuterClauseAfterColumn() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether a join clause is located after the column, or before.
isJoinOuterClauseAfterColumn() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if the outer join clause modified a column.
isJoinOuterClauseAfterColumn() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether a join clause is located after the column, or before.
isJoinOuterLocationOnOuterSide() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether a join keyword is located on the outer side, or in the inner side.
isJoinOuterLocationOnOuterSide() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if the outer join keyword modifies the optional side of the join.
isJoinOuterLocationOnOuterSide() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether a join keyword is located on the outer side, or in the inner side.
isJournalized() - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the value of the JOURNALIZING_ENABLED property.
isJournalized() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Gets the jounalized flag value for this data source.
isJournalizedDatastoreNode(MapPhysicalNode) - Static method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the value of the NODE_IS_JOURNALIZED property of the datastore component of a particular datastore physical node, only when the bound datastore is enabled with change data capture.
isKeyConstraint() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Checks whether the underlying constraint is a key constraint.
isKeyConstraint() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
Deprecated.
Returns whether the underlying constraint is a key constraint.
isKeyIndicator() - Method in class oracle.odi.domain.mapping.MapAttribute
Return true if this attribute acts as a key indicator in the component.
isKeywordsCaseSensitive() - Method in interface oracle.odi.domain.adapter.topology.ILanguage
Checkes if keywords in this language is case sensitive.
isKeywordsCaseSensitive() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
Returns true if keywords are case sensitive for this language's implementation and false otherwise.
isKoExit() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns true if exit required on failure, false - otherwise.
isKoExit() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns true if exit required on failure, false - otherwise.
isKoExit() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#isKoExit()
isLeftOrRightOuterJoin() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Checks if this join is a left or right outer join.
isLeftOuterJoin() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Checks if this join is a left outer join.
isLeftOuterJoinCapable() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Tells whether this ITechnology supports left outer joins.
isLeftOuterJoinCapable() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if left outer join is supported.
isLeftOuterJoinCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports left outer joins.
isLegacyIDCompatible() - Method in class oracle.odi.domain.topology.OdiMasterRepositoryInfo
 
isLegacyIdCompatibleMode() - Method in class oracle.odi.core.repository.Repository
If master repository of current OdiInstance is legacy id compatible.
isLengthAllowed() - Method in class oracle.odi.domain.topology.OdiDataType
Based on DdlPattern property.
isLimitedPersistenceSupport() - Method in class oracle.odi.core.config.OdiInstanceConfig
Returns whether limited persistence support should be enabled.
isLKMNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if an LKM can be assigned to this node.
isLoadBalancingEnabled() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Returns whether this agent's load balancing is enabled (i.e.
isLockSubscriber() - Method in class oracle.odi.domain.project.OdiJKMLine
Is lockSubscriber set?
isLockSubscribers() - Method in class oracle.odi.domain.project.StepModel.ConsistentJournalizeModel
Returns true if this action has to lock CDC subscribers, false otherwise.
isLogFinalCommand() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Indicates whether final command is logged for this AbstractRuntimeTask.
isLogFinalCommand() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Indicates whether final command is logged for this task.
isLogical() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this techo is a real technology or a virtual representation of a techno such as the "general technology".
isLookup() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
Returns whether this join clause represents a lookup operation or not.
isLookup() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Returns true if this source data store is used by a lookup Join object in the interface.
isLookupSelectSupported() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether this ITechnology supports lookup selects, or not.
isLookupSelectSupported() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if doing lookup in select list is supported in this technology.
isLookupSelectSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology supports lookup selects, or not.
isLookupSupported() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether this ITechnology supports lookups, or not.
isLookupSupported() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if lookup is supported.
isLookupSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology supports lookups, or not.
isLookupUsingJndiEncPrefix() - Method in class oracle.odi.domain.topology.OdiPhysicalAgentDataSource
Returns whether the JNDI ENC prefix is enabled or not.
isMandatory() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Returns true if this column is mandatory (nullable).
isMandatory() - Method in class oracle.odi.domain.model.OdiColumn
Return whether this column is mandatory (aka nullable) or not.
isMandatoryCheck() - Method in class oracle.odi.domain.project.OdiCKMLine
Is mandatoryKeyCheck set?
ISmartExportService - Interface in oracle.odi.impexp.smartie
This interface provides all the smart export methods.
ISmartImportService - Interface in oracle.odi.impexp.smartie
This interface provides for performing a smart import of a smart export file.
isMasterAlreadyConfiguredWithExternalAuthentication() - Method in class oracle.odi.setup.SwitchAuthenticationService
Return true if this master repository is already configured with External authentication.
isMasterAlreadyConfiguredWithStandaloneAuthentication() - Method in class oracle.odi.setup.SwitchToStandaloneAuthenticationService
Return true if this master repository is already configured with standalone authentication.
isMatchingKM(IProcedureUser, IKnowledgeModule, IKnowledgeModule.ProcessingType, boolean) - Method in interface oracle.odi.domain.adapter.project.IGlobalObjectHelper
Returns true if the specified KM is a match for the specified procedure owner.
isMatchingPath(MapPathSpecifier) - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Return true if this path matches the specified path.
isMaxErrorCountAsPercentage() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Indicates whether max error count value is of percentage representation.
isMaxErrorCountAsPercentage() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
isMaxErrorCountAsPercentage() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
isMaxErrorCountAsPercentage() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by #getStep()#isMaxErrorCountAsPercentage()
isMaxIntegrationErrorsAsPercentage() - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the value of the INTEGRATION_ERRORS_AS_PERCENTAGE_% property.
isMaxIntegrationErrorsAsPercentage() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns whether the maximum integration errors allowed for this target datastore is defined as a percentage.
isModified() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
 
isModified() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
For internal use only.
isMoveAllowed(ExecutionUnit, List) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if moving this node to the specified execution unit is allowed.
isMultiConnect() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Return true if this execution unit represents a multi-connect execution unit.
isMultiConnectIKM() - Method in class oracle.odi.domain.project.ComponentKM
 
isMultiConnectionSupported() - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Checks if this KM supports both source and target connection.
isMultiConnectionSupported() - Method in class oracle.odi.domain.project.OdiCKM
Defines whether this OdiProcedure supports mulitConnection or not.
isMultiConnectionSupported() - Method in class oracle.odi.domain.project.OdiJKM
Defines whether this OdiProcedure supports mulitConnection or not.
isMultiConnectionSupported() - Method in class oracle.odi.domain.project.OdiProcedure
Return whether this OdiProcedure supports mulitConnection or not.
isMultiConnectionSupported() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
isMultiConnectLKM() - Method in class oracle.odi.domain.project.ComponentKM
 
isMultiInputSelector() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if this component is a selector with multiple input points (e.g.
isNameComputed() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Returns true if schema name has to be computed, false otherwise.
isNameComputed() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Returns true if schema name has to be computed, false otherwise.
isNativeSequenceInDerivedSelect(IInterfaceSubComponent) - Static method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
used to check whether a derived sub-interfaces includes a native sequence or not
isNativeSequencesSupported() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether this ITechnology supports native sequences, or not.
isNativeSequencesSupported() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if sequence is supported by this technology.
isNativeSequencesSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology supports native sequences, or not.
isNatural() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
Returns whether this join is a natural join or not.
isNaturalJoin() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Checks if this join is a natural join.
isNaturalJoinCapable() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Tells whether this ITechnology supports natural joins.
isNaturalJoinCapable() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if natural join is supported in this technology.
isNaturalJoinCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports natural joins.
isNewTransaction() - Method in interface oracle.odi.core.persistence.transaction.ITransactionStatus
Return whether the present transaction is new (else participating in an existing transaction, or potentially not running in an actual transaction in the first place).
isNoParse() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Checks if the expression parsing is disables.
isNull(Object, MessageHandle, Object[]) - Static method in class oracle.odi.domain.util.Assert
Assert that an object is null.
isNull(Object, Object[]) - Static method in class oracle.odi.domain.util.Assert
Assert that an object is null.
Default message: Parameter '{0}' must be null.
isNumericDataType() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
isObjectNamesCaseSensitive() - Method in interface oracle.odi.domain.adapter.topology.ILanguage
Checks if this language is case blind to object name.
isObjectNamesCaseSensitive() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
Returns true if object names are case sensitive for this language's implementation and false otherwise.
isODICondition() - Method in interface oracle.odi.domain.adapter.relational.ICondition
Returns whether condition is custom-defined in ODI.
isODICondition() - Method in class oracle.odi.domain.model.OdiCondition
 
isOfType(String) - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if the component type matches the specified type name.
isOggJKM() - Method in class oracle.odi.domain.project.OdiJKM
Is JKM is using JAgent
isOkExit() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns true if exit required on success, false - otherwise.
isOkExit() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns true if exit required on success, false - otherwise.
isOkExit() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#isOkExit()
isOnTarget() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
Returns whether the staging area is located on the same logical schema as the target datastore.
isOpen() - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Returns whether this IOdiEntityManager is open, or not.
isOptimisticLockingEnabled() - Method in class oracle.odi.core.config.OdiInstanceConfig
Returns whether optimistic locking in persistence layer is enabled, or not.
isOrdered() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
Returns whether this join clause to an ordered join or not.
ISourceColumn - Interface in oracle.odi.domain.project.interfaces
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Implementations of this class represent columns that can be found in source datastores of OdiInterfaces.
These source columns are not persisted in the repository, and are merely a view in memory of the real underlying columns in the source datastore.
ISourceSetComputer - Interface in oracle.odi.interfaces.interactive
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Computes source sets for an interface.
ISourceSetCreator - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Implementations of this class are used by ISourceSetComputers to create new SourceSets when needed.
ISourceSetListener - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Implementations of this interface listen to source set events (when they are created, renamed or removed).
Listeners are called after the operation has been performed.
ISourceSetNameProvider - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Implementations of this class are in charge of providing names for SourceSets.
isOuter1() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
Returns whether the source data store on the left side of this join is set to be preserving (outer join) or not.
isOuter2() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
Returns whether the source data store on the right side of this join is set to be preserving (outer join) or not.
isOuterJoinCapable() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Tells whether this ITechnology supports outer joins.
isOuterJoinCapable() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if outer join is supported by this technology.
isOuterJoinCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports outer joins.
isOutputPoint() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if this is an output connector point.
isOutputSignatureNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this node represents a reusable mapping output signature node in the logical map.
isOwbJobSession() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns true if the session is OWB Job, false otherwise.
isPAPNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this is an AP node that does not represent a transparent push or pull operation, based on the assigned LKM.
isPassive() - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
 
isPassive() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if this is a passive component type, meaning that it's output can be connected to an input connector point along with other non-passive or passive outputs.
isPassive() - Method in class oracle.odi.domain.mapping.MapComponentType
Return true if this component type represents a passive component.
isPassive() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Return true if the output of a connector point with this role is passive.
isPassThru() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns true if PASSTHRU parameter will be added to the parameter file of pump process.
isPersistable(Class) - Method in class oracle.odi.core.OdiInstance
Return true if the specified class type is persistable via the eclipselink persistence.
isPersisted() - Method in interface oracle.odi.domain.project.interfaces.IOptionnallyPersistedObject
Deprecated.
Returns whether this object should be persisted in the repository or not.
isPersisted() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
 
isPersisted() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Returns whether this object should be persisted to the repository or not.
isPersistentProperty() - Method in class oracle.odi.domain.mapping.properties.Property
Decides if this property is persistable.
isPersistentProperty() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Checks if this property is persistable.
isPhysical() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this techno is a real technology.
isPK() - Method in interface oracle.odi.domain.adapter.relational.IKey
If the key is primary key
isPK() - Method in class oracle.odi.domain.model.OdiKey
 
isPostIntegration() - Method in class oracle.odi.domain.project.OdiLKMLine
Deprecated.
use #getLineType() instead
isPre12CImportSource(String) - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
isPrimaryKeyCheck() - Method in class oracle.odi.domain.project.OdiCKMLine
Is primaryKeyCheck set?
isProcedureLine(OdiProcedureLine) - Method in class oracle.odi.domain.project.ComponentKM
 
isProcedureLine(OdiProcedureLine) - Method in class oracle.odi.domain.project.OdiProcedure
Return true if the specified line is part of this procedure or a base procedure.
isProjector() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if this component is a projector.
isProjectorAttribute() - Method in class oracle.odi.domain.mapping.MapAttribute
Return true if this attribute is a source projector attribute (not a decorator attribute).
isProjectorNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this node represents a logical component that is a projector component.
isPropertyDefined(String) - Method in interface oracle.odi.domain.root.IPropertyOwner
Return true if this property owner has a property with the specified key name, else false.
isProposedAddExecutionUnitValid(ExecutionUnit) - Method in class oracle.odi.domain.mapping.physical.ExecutionUnitGroup
Return true if the specified execution unit can be legally added to this group, else return false.
isProposedConnectionValid(IMapComponent, boolean) - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if the proposed connection is valid.
isPurgeJournal() - Method in class oracle.odi.domain.project.OdiJKMLine
Is purgeJournal set?
isPurgeJournal() - Method in class oracle.odi.domain.project.StepDataStore.ConsistentJournalizeDataStore
Returns true if this action has to purge CDC journal, false otherwise.
isPurgeJournal() - Method in class oracle.odi.domain.project.StepModel.ConsistentJournalizeModel
Returns true if this action has to purge CDC journal, false otherwise.
isPushed() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
isPushedDueToHint() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
isPushedFromOtherNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
isPushToAllowed(MapPhysicalNode) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Return true if it is allowed to push the evaluation of the expression to the specified physical node.
isPushToAllowed(ExecutionUnit) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Return true if this node can legally be pushed to the specified execution unit.
isReadOnly() - Method in class oracle.odi.domain.mapping.properties.Property
Checks if this property is read-only.
isReadOnly() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Checks if this property definition is read-only
isReadOnly() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeVariable
Returns true if the AbstractRuntimeVariable is not a startup parameter, false - otherwise.
isReadOnly() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomVariable
Returns true if the underlying OdiSessionBlueprintVariable is not a startup parameter, false - otherwise.
isRecordCodesExcluded() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
Returns true if the rows respecting the record codes will be excluded instead of being included when loading the file.
isRecurseSubModels() - Method in class oracle.odi.domain.project.StepModel.ControlModel
Returns true if this action has to recurse through submodels, false otherwise.
isRecurseSubModels() - Method in class oracle.odi.domain.project.StepSubModel
Returns whether submodels will be processed during control, or not.
isReferenceCheck() - Method in class oracle.odi.domain.project.OdiCKMLine
Is ReferenceCheck set?
isReferenceConstraint() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Checks whether the underlying constraint is a reference constraint.
isReferenceConstraint() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
Deprecated.
Returns whether the underlying constraint is a reference.
isReferenced() - Method in class oracle.odi.domain.mapping.MapAttribute
Return true if this attribute is referenced by a downstream expression in the mapping graph.
isReferencedAttribute(MapAttribute) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return true if the specified attribute is owned by this connector point and is referenced by a downstream expression.
isReferenceNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this is a reference node.
isReferenceValid() - Method in class oracle.odi.domain.mapping.MapReference
Checks if the referenced object is found (reference resolved).
isRefresh() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepVariable
 
isRefresh() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepVariable
 
isRemainder(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.component.SplitterComponent
Checks if the specific output connector point is set as the remainder.
isRepIdAndRepNameAvailable(int, String) - Method in interface oracle.odi.setup.IWorkRepositorySetup
Deprecated.
isRepIdAndRepNameAvailable(int, String) - Method in class oracle.odi.setup.support.WorkRepositorySetupImpl
Deprecated.
isReportDetail() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns true if replicat report will contain collision details and false otherwise.
isReportFetch() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns true if REPORTFETCH parameter will be added to the parameter file of extract process.
isRequired() - Method in class oracle.odi.domain.mapping.MapAttribute
Returns true if this attribute is required to be connected when used in a mapping, else false.
isRightOuterJoin() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Checks if this join is a right outer join.
isRightOuterJoinCapable() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Tells whether this ITechnology supports right outer joins.
isRightOuterJoinCapable() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if right outer join is supported.
isRightOuterJoinCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports right outer joins.
isRole() - Method in class oracle.odi.domain.security.OdiPrincipal
 
isRollbackOnly() - Method in interface oracle.odi.core.persistence.transaction.ITransactionStatus
Return whether the transaction has been marked as rollback-only (either by the application or by the transaction infrastructure).
isScaleAllowed() - Method in class oracle.odi.domain.topology.OdiDataType
Based on DdlPattern property.
isScaleSet() - Method in class oracle.odi.domain.mapping.MapAttribute
Return true if the scale for this attribute has ever been explicitly set, else false.
isSchemaSupported() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether this ITechnology uses schemas.
isSchemaSupported() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if schema is supported by this technology.
isSchemaSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology uses schemas.
isSeeded() - Method in class oracle.odi.domain.mapping.MapComponentType
Return true if this component type is seeded in the repository.
isSeeded() - Method in class oracle.odi.domain.project.ComponentKM
 
isSeeded() - Method in class oracle.odi.domain.project.OdiKM
Return true if this KM is a shipped, seeded 12c (or later) KM.
isSelectLookup() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
If this data source is used in a lookup, return true if the lookup is a select lookup.
isSelector() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if this component is a selector.
isSessionStartedSynchronously() - Method in class oracle.odi.domain.runtime.session.OdiSession
 
isSetBasedOperatorSupported() - Method in class oracle.odi.domain.project.OdiKM
Return whether this KM supports set based operator Defines whether this KM supports set based operator (i.e.
isSetOperatorSupported() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether this ITechnology supports Set operators, or not.
isSetOperatorSupported() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Decides if set operator is supported in this technology.
isSetOperatorSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology supports Set operators, or not.
isShortcut() - Method in interface oracle.odi.domain.adapter.project.IReusableMapping
Returns true if this reusable mapping is a shortcut.
isShortcut() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Checks whether this object is a shortcut.
isShortcut() - Method in class oracle.odi.domain.mapping.Mapping
 
isShortcut() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
isShortcut() - Method in class oracle.odi.domain.model.OdiDataStore
 
isShortcut() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
isShortcut() - Method in class oracle.odi.domain.project.OdiPackage
 
isShortcut() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
isShortcutModelObject() - Method in interface oracle.odi.domain.adapter.IShortcutableModelObject
Returns true if the model object is shortcut.
isShortcutModelObject() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
isShortcutModelObject() - Method in class oracle.odi.domain.model.OdiDataStore
 
isShouldBePerformedOutsideTransactionChannels() - Method in class oracle.odi.domain.topology.OdiOnConnectConfig
Returns whether the on-connect command should also be performed outside transaction channels (i.e.
isShouldBePerformedOutsideTransactionChannels() - Method in class oracle.odi.domain.topology.OdiOnDisconnectConfig
Returns whether the on disconnect command should also be performed outside transaction channels (i.e.
isShouldCommitCommand() - Method in class oracle.odi.domain.topology.OdiOnConnectConfig
Returns whether the on-connect command should be committed, or not.
isShouldCommitCommand() - Method in class oracle.odi.domain.topology.OdiOnDisconnectConfig
Returns whether the on disconnect command should be committed, or not.
isShouldIgnoreErrors() - Method in class oracle.odi.domain.topology.OdiOnConnectConfig
Return whether the on-connect command's errors should be ignored, or not.
isShouldIgnoreErrors() - Method in class oracle.odi.domain.topology.OdiOnDisconnectConfig
Return whether the on disconnect command's errors should be ignored, or not.
isSimpleExpression() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Returns true if this expression represents a simple reference to one upstream attribute.
isSinglePointSpecifier() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Return true if this path specifier specifies a single point, with no connection.
isSizeSet() - Method in class oracle.odi.domain.mapping.MapAttribute
Return true if the precision for this attribute has ever been explicitly set, else false.
isSource() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if this component is a source, else false.
isSourceAttribute() - Method in class oracle.odi.domain.mapping.MapAttribute
 
isSourceCommandEncrypted() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Indicates whether source command is encrypted for this AbstractRuntimeTask.
isSourceCommandEncrypted() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Indicates whether source command is encrypted for this task.
isSourceNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this is a source physical node.
isSplitPathFrom(MapAttribute) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
isSplitPathFrom(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
isSqlSelectCapable() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether this ITechnology is capable of executing SQL SELECT statements.
isSqlSelectCapable() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Checks if select-clause is supported by this technology.
isSqlSelectCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology is capable of executing SQL SELECT statements.
isSqlWhereCapable() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns whether this ITechnology is able to execute SQL WHERE clauses.
isSqlWhereCapable() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Checks if where-clause is supported by this technology.
isSqlWhereCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology is able to execute SQL WHERE clauses.
isStagingOnlyUnit() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
 
isStartModelJournal() - Method in class oracle.odi.domain.project.OdiJKMLine
Is startModelJournal set?
isStartTableJournal() - Method in class oracle.odi.domain.project.OdiJKMLine
Is startTableJournal set?
isStaticCheckEnabled() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Returns true if the static check is enabled for this column.
isStaticCheckEnabled() - Method in interface oracle.odi.domain.adapter.relational.ICondition
Returns whether static check is enabled on this condition.
isStaticCheckEnabled() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Returns whether this IDataStoreRelationship instance is static check enabled or not.
isStaticCheckEnabled() - Method in interface oracle.odi.domain.adapter.relational.IFilter
Returns whether static check is enabled on this filter.
isStaticCheckEnabled() - Method in interface oracle.odi.domain.adapter.relational.IKey
 
isStaticCheckEnabled() - Method in class oracle.odi.domain.model.OdiColumn
Return whether the static check is enabled for this OdiColumn instance or not.
isStaticCheckEnabled() - Method in class oracle.odi.domain.model.OdiCondition
Returns whether static check is enabled on this OdiCondition instance or not.
isStaticCheckEnabled() - Method in class oracle.odi.domain.model.OdiFilter
Returns whether this filter will be applied to restrict the set of data that will be controlled by static check.
isStaticCheckEnabled() - Method in class oracle.odi.domain.model.OdiKey
Returns whether the static check is enabled for this key, or not.
isStaticCheckEnabled() - Method in class oracle.odi.domain.model.OdiReference
Returns whether the static check is enabled for this OdiReference or not.
isStopAfter() - Method in class oracle.odi.domain.project.OdiDesigntimeBreakpoint
Returns true if execution engine should suspend execution after executing this breakpoint's parent package's step or procedure's line and false otherwise, false by default.
isStopAfter() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintBreakpoint
Returns true if execution engine should suspend execution after executing this breakpoint's parent session blueprint's step or task and false otherwise, false by default.
isSubComponent() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if this component is owned by a component owner which is itself a component.
isSubInterfaceAsDerived() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
In the case where this source is actually a temporary target of another interface (a subinterface source), gets a flag that indicates whether to treat the subinterface as a derived source.
isSubscribe() - Method in class oracle.odi.domain.project.OdiJKMLine
Is subscribe set?
isSubSelect() - Method in class oracle.odi.domain.mapping.component.ReusableMappingComponent
Returns true if sub-select is enabled, otherwise false.
isSubtypeSet(String) - Method in class oracle.odi.domain.project.ComponentKMLine
 
isSupervisor() - Method in class oracle.odi.core.security.Authentication
This method returns true if the SUPERVISOR Permission is granted to the user associated with this Authentication, otherwise returns false.
isSupervisor() - Method in class oracle.odi.domain.security.OdiPrincipal
Return true if this user is supervisor, otherwise false.
isTAPAsTargetUnit() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Return true if this unit acts as a transparent target unit, meaning that it contains a source access point (AP) node that has a transparent push LKM assigned, that does a transparent push to a target in this unit.
isTAPNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this is a transparent access point (TAP) node.
isTAPUnit() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Return true if this execution unit is a transparent access point (TAP) unit.
isTarget() - Method in class oracle.odi.domain.mapping.component.OutputSignature
 
isTarget() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if this component is a target, else false.
isTargetAttribute() - Method in class oracle.odi.domain.mapping.MapAttribute
Return true if this attribute is a target attribute.
isTargetCommandEncrypted() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Indicates whether target command is encrypted for this AbstractRuntimeTask.
isTargetCommandEncrypted() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Indicates whether target command is encrypted for this task.
isTargetDuplicatesAllowed() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns true in case it's allowed for the source table to be replicated to more than one target table.
isTargetKMNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this node should have a target component KM assigned.
isTargetNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this is a target physical node.
isTargetOwnedBySource() - Method in interface oracle.odi.core.persistence.IRelationshipDescriptor
Return whether the target is privately owned by source object.
isTemporaryColumn() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this is a temporary column.
true means that this column has no underlying OdiColumn.
isTemporaryDataStore() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns whether the target datastore is temporary.
IStepTask - Interface in oracle.odi.domain.runtime.common
 
isToBeJournalized() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionJournalizeSourceDataStore
Deprecated.
Return whether the source data store will be journalized.
isToGenerate() - Method in class oracle.odi.generation.DDLDiff
Indicates whether current detected difference will be generated by the DDL Generator Service.
isTrackingEnabled() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns whether variable and sequence value tracking is enabled for this OdiSessionStepLog.
isTransientProperty() - Method in class oracle.odi.domain.mapping.properties.Property
Checks if this property is transient.
isTransparentLKM() - Method in class oracle.odi.domain.project.ComponentKM
 
isTransparentSourceAPNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this is a transparent access point (TAP) node that will access a transparent source (pull model).
isTransparentTargetAPNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this is a transparent access point (TAP) node that will load a transparent target (push model).
isTrue(boolean, MessageHandle, Object[]) - Static method in class oracle.odi.domain.util.Assert
Assert a boolean expression, throwing DomainRuntimeException if the test result is false.
isTrue(boolean, Object[]) - Static method in class oracle.odi.domain.util.Assert
Assert a boolean expression, throwing DomainRuntimeException with default message if the test result is false.
ISubLanguage - Interface in oracle.odi.domain.adapter.topology
An interface for sublanguage.
isUninstallJournalization() - Method in class oracle.odi.domain.project.StepModel.SimpleJournalizeModel
Returns true if this action has to uninstall CDC, false otherwise.
isUnlockSubscriber() - Method in class oracle.odi.domain.project.OdiJKMLine
Is unlockSubscriber set?
isUnlockSubscribers() - Method in class oracle.odi.domain.project.StepModel.ConsistentJournalizeModel
Returns true if this action has to unlock CDC subscribers, false otherwise.
isUnresolvedLocation() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
 
isUnsubscribe() - Method in class oracle.odi.domain.project.OdiJKMLine
Is unsubscribe set?
isUpdateIndicator() - Method in class oracle.odi.domain.mapping.MapAttribute
Return true if the attribute participates in an update operation when loading the target data storage object.
isUpdateIndicator() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column is tagged for update.
isUpdateKeyIndicator() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column will be used as key when doing updates on the target datastore.
isUpstreamFrom(MapPhysicalNode) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if the specified node is on the graph upstream from this node, in other words it is a child or descendant node.
isUseFindersForProject() - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
Deprecated.
A method to return the current setting for how to get external objects, such as variables, sequences, and procedures.
isUserDefinedIndicator1() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column has the User Defined Indicator 1 set.
isUserDefinedIndicator10() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column has the User Defined Indicator 10 set.
isUserDefinedIndicator2() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column has the User Defined Indicator 2 set.
isUserDefinedIndicator3() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column has the User Defined Indicator 3 set.
isUserDefinedIndicator4() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column has the User Defined Indicator 1 set.
isUserDefinedIndicator5() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column has the User Defined Indicator 5 set.
isUserDefinedIndicator6() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column has the User Defined Indicator 6 set.
isUserDefinedIndicator7() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column has the User Defined Indicator 7 set.
isUserDefinedIndicator8() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column has the User Defined Indicator 8 set.
isUserDefinedIndicator9() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns whether this column has the User Defined Indicator 9 set.
isUserMessage() - Method in exception oracle.odi.domain.mapping.exception.MappingException
 
isUserMessage(List) - Static method in class oracle.odi.domain.root.RootIssue
Returns true if all the error messages in the specified issue list are user messages.
isUsingExternalAuthentication() - Method in class oracle.odi.core.security.SecurityManager
This method returns true if the ODI Master repository to which the OdiInstance is connected is configured to use external authentication.
isUsingExternalPasswordStorage() - Method in class oracle.odi.core.security.PasswordStorageRecoveryService
Test if the ODI master repository is using an external password storage.
isValid() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Checks if this reference is still valid, as of the last time the cross reference was validated.
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.Dataset
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.DistinctComponent
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.ExpressionComponent
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.FileComponent
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.FilterComponent
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.InputSignature
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.JoinComponent
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.OutputSignature
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.ReusableMappingComponent
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.SorterComponent
 
isValidForTechnology(ITechnology, List) - Method in class oracle.odi.domain.mapping.component.SplitterComponent
 
isValidForTechnology(ITechnology, List) - Method in interface oracle.odi.domain.mapping.IMapComponent
Check whether component is valid for a technology.
isValidNodeTechno(ITechnology, List) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this node is valid for the specified technology.
isValidWalletPassword(char[]) - Static method in class oracle.odi.core.security.PasswordProtectedWalletUtils
This method will check if a given new walletPassword is valid or not.
isVirtual() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Returns true if this is a virtual column.
isVirtual() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Checks whether this is a virtual data storage.
isVirtual() - Method in class oracle.odi.domain.model.OdiColumn
 
isVirtual() - Method in class oracle.odi.domain.model.OdiDataStore
 
isWarning() - Method in class oracle.odi.domain.root.RootIssue
Returns true if this issue has a severity of WARNING
isWritable() - Method in class oracle.odi.domain.model.OdiColumn
Return whether this OdiColumn instance is writable, or not.
isXKMNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return true if this node should have a extract component KM assigned.
ITargetKeyChooser - Interface in oracle.odi.interfaces.interactive.support
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Implementations of this interface are in charge of finding an update key for target datastores in interfaces.
ITask - Interface in oracle.odi.domain.runtime.common
 
ITechnology - Interface in oracle.odi.domain.adapter.topology
An interface for ODI technology.
ITemplate - Interface in oracle.odi.domain.adapter.project
An interface that represents a code generation template used by a knowledge module.
itemPurged(IOdiEntity) - Method in interface oracle.odi.domain.runtime.purge.IPurgeLogServiceReportCallback
Record each first class object to be purged.
itemPurged(IOdiEntity) - Method in class oracle.odi.domain.runtime.purge.support.PurgeLogServiceReport
Add item that will have to be purged in the process
ITransactionCallback - Interface in oracle.odi.core.persistence.transaction.support
Callback interface for transactional code.
ITransactionDefinition - Interface in oracle.odi.core.persistence.transaction
Interface that defines ODI transaction properties.
ITransactionManager - Interface in oracle.odi.core.persistence.transaction
Transaction management interface.
ITransactionStatus - Interface in oracle.odi.core.persistence.transaction
Represents the status of a transaction.
IUserFunction - Interface in oracle.odi.domain.adapter.project
An interface for user function.
IUserFunctionImpl - Interface in oracle.odi.domain.adapter.project
An interface for the implementation of a user function.
IVariable - Interface in oracle.odi.domain.adapter.relational
An interface that represents a column type object in an external model.
IWorkDevelopmentOdiEntity - Interface in oracle.odi.domain
Marker interface for entities that resides in the ODI Work development Repository.
IWorkRepositorySetup - Interface in oracle.odi.setup
This interface defines methods to create and upgrade an ODI Work Repository.
IWorkRuntimeOdiEntity - Interface in oracle.odi.domain
Marker interface for entities that resides in the ODI Runtime Repository.
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.