Skip navigation links

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

E17060-02

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


I

IActionHelper - Interface in oracle.odi.interfaces.interactive
This interface provides the generic helper methods for various actions on ODI interface objects.
IAliasComputer - Interface in oracle.odi.interfaces.interactive
This interface provides the alias name computation for ODI interface data stores.
IAutoFixManager - Interface in oracle.odi.interfaces.interactive
This interface manages the auto-fixing of actions.
IAutoMappingComputer - Interface in oracle.odi.interfaces.interactive.support
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
Any class implementing this interface is a helper to create basic ODI interfaces from scratch.
IClauseImporter - Interface in oracle.odi.interfaces.interactive
This interface imports the filter and join conditions for ODI interface objects.
IColumn<DataStoreType extends IDataStore<?,?>> - Interface in oracle.odi.domain.relational
Defines basic contract for a column.
IDataServiceGenerator - Interface in oracle.odi.generation
Generate data services for a model.
IDataStore<ColumnType extends IColumn,KeyType extends IKey> - Interface in oracle.odi.domain.relational
Defines basic contract for a data store.
IDataStoreReferenceBreaker - Interface in oracle.odi.interfaces.interactive.support
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.
IDDLGeneratorService - Interface in oracle.odi.generation
Generate DDL Diffs and DDL Generation User Procedures for a model.
IdManager - Interface in oracle.odi.interfaces.interactive
This is the interface for managing object ids for ODI interface objects.
IElementInExecutionArea - Interface in oracle.odi.interfaces.interactive.support
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.
IExecutableTextHolder - Interface in oracle.odi.interfaces.interactive.support
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.
IExecutionArea - Interface in oracle.odi.interfaces.interactive.support
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.
IExportable - Interface in oracle.odi.domain.impexp
Marker interface for objects that are exportable.
IExportService - Interface in oracle.odi.impexp
This interface provides all the export methods.
IExpressionContext - Interface in oracle.odi.domain.xrefs.expression.contexts
Interface to be implemented by objects that are contexts of Expression.
IFinder - Interface in oracle.odi.domain.finder
Interface for base class domain finders.
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.flexfields
An actual flex field value.
IImpacts - Interface in oracle.odi.interfaces.interactive
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.
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
Any class implementing this interface is a helper to manipulate Odi interfaces in an interactive way.
IInteractiveInterfaceHelperWithActions - Interface in oracle.odi.interfaces.interactive
Any class implementing this interface is a helper to manipulate Odi interfaces in an interactive way.
IInterfaceAction - Interface in oracle.odi.interfaces.interactive
This is the interface for performing various actions on ODI interface objects.
IInterfaceActionListener - Interface in oracle.odi.interfaces.interactive
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
This is the interface representing the errors (issues) related to ODI interface objects.
IInterfaceIssue.Origin - Enum in oracle.odi.interfaces.interactive
Origin indicates the area of the interface where the issue is related to.
IInterfaceIssue.Severity - Enum in oracle.odi.interfaces.interactive
Severity levels give information about the state of the interface and its children.
IInterfaceKMHolder - Interface in oracle.odi.interfaces.interactive.support.km
Defines a knowledge module (KM) holder.
IInterfaceSubComponent - Interface in oracle.odi.domain.project.interfaces
This interface is used to mark objects contained in an interface.
IInterfaceUndoListener - Interface in oracle.odi.interfaces.interactive
This is the interface for managing the "undo" of actions performed on ODI interface objects.
IIssueFix - Interface in oracle.odi.interfaces.interactive
This is the interface representing the fixes that can be applied to issues related to ODI interface objects.
IIssuesComputer<T extends IInterfaceSubComponent> - Interface in oracle.odi.interfaces.interactive.support.issues
This is the interface that computes the errors (issues) related to ODI interface objects.
IIssuesComputerFactory - Interface in oracle.odi.interfaces.interactive.support.issues
Factory to be used for obtaining an instance of the IIssuesComputer object.
IIssuesManager - Interface in oracle.odi.interfaces.interactive.support.issues
This is the interface that manages the errors (issues) related to ODI interface objects.
IJMSCallBack - Interface in oracle.odi.interfaces.data
An interface used to have a way to process a request string from the JMS service, when checking the source/target data access.
IJMSCallBack.CallBackResult - Class in oracle.odi.interfaces.data
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
A simple constructor.
IJMSCallBack.CallBackResult(String, String, String, String, String, String) - Constructor for class oracle.odi.interfaces.data.IJMSCallBack.CallBackResult
A constructor that takes the stored message processing information as passed-in parameters.
IKey<ColumnType extends IColumn<?>> - Interface in oracle.odi.domain.relational
Defines basic contract for a key.
IKMOptionRetainer - Interface in oracle.odi.interfaces.interactive.support
Implementers of this class are objects that retain KM and KM options.
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(String, Throwable) - Constructor for exception oracle.odi.core.config.IllegalConfigurationArgumentException
Create a new IllegalConfigurationArgumentException.
IllegalConfigurationArgumentException(String) - Constructor for exception oracle.odi.core.config.IllegalConfigurationArgumentException
Create a new IllegalConfigurationArgumentException.
IllegalConfigurationArgumentException(Throwable) - Constructor for exception oracle.odi.core.config.IllegalConfigurationArgumentException
Create a new IllegalConfigurationArgumentException.
IllegalExpressionObjectException - Exception in oracle.odi.domain.xrefs.expression
Thrown when attempting to create an expression from an object that has an illegal expression representation.
IllegalExpressionObjectException(Object, SnpsLanguage) - Constructor for exception oracle.odi.domain.xrefs.expression.IllegalExpressionObjectException
Create a new IllegalExpressionObjectException.
IllegalExpressionObjectException(String, Object, SnpsLanguage) - Constructor for exception oracle.odi.domain.xrefs.expression.IllegalExpressionObjectException
Create a new IllegalExpressionObjectException.
IllegalMasterRepositoryStatusException - Exception in oracle.odi.core.config
Subclass of IllegalRepositoryStatusException thrown to indicate master repository status is invalid.
IllegalMasterRepositoryStatusException(String, Throwable) - Constructor for exception oracle.odi.core.config.IllegalMasterRepositoryStatusException
Create a new IllegalMasterRepositoryStatusException.
IllegalMasterRepositoryStatusException(String) - Constructor for exception oracle.odi.core.config.IllegalMasterRepositoryStatusException
Create a new IllegalMasterRepositoryStatusException.
IllegalMasterRepositoryStatusException(Throwable) - Constructor for exception oracle.odi.core.config.IllegalMasterRepositoryStatusException
Create a new IllegalMasterRepositoryStatusException.
IllegalRepositoryStatusException - Exception in oracle.odi.core.config
Abstract superclass for illegal repository status.
IllegalWorkRepositoryStatusException - Exception in oracle.odi.core.config
Subclass of IllegalRepositoryStatusException thrown to indicate that work repository status is invalid.
IllegalWorkRepositoryStatusException(String, Throwable) - Constructor for exception oracle.odi.core.config.IllegalWorkRepositoryStatusException
Create a new IllegalWorkRepositoryStatusException.
IllegalWorkRepositoryStatusException(String) - Constructor for exception oracle.odi.core.config.IllegalWorkRepositoryStatusException
Create a new IllegalWorkRepositoryStatusException.
IllegalWorkRepositoryStatusException(Throwable) - Constructor for exception oracle.odi.core.config.IllegalWorkRepositoryStatusException
Create a new IllegalWorkRepositoryStatusException.
IMappingChooser - Interface in oracle.odi.interfaces.interactive.support
Implementations of this interface are in charge of choosing a mapping SQL text for a given column name.
IMappingMatchPolicy - Interface in oracle.odi.interfaces.interactive
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.
IMappingPersistencePolicy - Interface in oracle.odi.interfaces.interactive.support
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).
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.
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.
Impacts - Class in oracle.odi.interfaces.interactive.support
Default implementation for IImpacts.
Impacts(List<InterfaceObjectModification>, List<IInterfaceAction>) - Constructor for class oracle.odi.interfaces.interactive.support.Impacts
Creates impacts with these modifications and reverse actions.
Impacts() - Constructor for class oracle.odi.interfaces.interactive.support.Impacts
Empty impacts: empty modifications and empty reverse actions.
Impacts(List<IImpacts>) - Constructor for class oracle.odi.interfaces.interactive.support.Impacts
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
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
Adds filter and join conditions to the interface.
importClauses(SourceDataStore, IInterfaceActionListener, IInterfaceUndoListener, IActionHelper) - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddLookup.MyClauseImporter
 
importClauses(SourceDataStore, IInterfaceActionListener, IInterfaceUndoListener, IActionHelper) - Method in class oracle.odi.interfaces.interactive.support.clauseimporters.ClauseImporterDefault
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
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) - 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 class oracle.odi.impexp.support.ImportServiceImpl
 
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) - 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 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) - 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 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
 
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) - 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 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.
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) - 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) - 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 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) - 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 class oracle.odi.impexp.support.ImportServiceImpl
 
InactiveUserException - Exception in oracle.odi.core.security
Thrown to indicate that authentication failed because User is inactive.
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.
InexistentMappingException - Exception in oracle.odi.interfaces.interactive.support.sourceset.creators
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
Constructs a new InexistentMappingException.
InexistentMappingException(MessageHandle, Object...) - Constructor for exception oracle.odi.interfaces.interactive.support.sourceset.creators.InexistentMappingException
Constructs a new InexistentMappingException.
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
 
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
 
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
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
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.
initializeMappingsFromPersisted() - Method in class oracle.odi.domain.project.interfaces.DataSet
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.SourceSet
Populates internal mapping between target column name and target mapping from persistence data structure.
initializeMappingsFromPersisted() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Internal use only Initialize internal persistence mapping.
INTEGRATION_TABLE_PREFIX_MAX_LENGTH - Static variable in class oracle.odi.domain.topology.OdiTechnology
Max length of integration table prefix.
InteractiveInterfaceHelperWithActions - Class in oracle.odi.interfaces.interactive.support
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.
InteractiveInterfaceHelperWithActions(OdiInterface, OdiInstance, IOdiEntityManager) - Constructor for class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
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
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
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
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
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
A detailed constructor for this helper class, allowing for many specialized settings.
InterfaceActionAddCrossJoin - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionAddCrossJoin is an interface action class used to create create a join between two sources in an ODI interface data set.
InterfaceActionAddCrossJoin(SourceDataStore, SourceDataStore, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddCrossJoin
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
InterfaceActionAddDataSet is an interface action class used to add a DataSet object to an ODI interface data.
InterfaceActionAddDataSet(String, String, Integer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddDataSet
Constructor for the data set creator action object.
InterfaceActionAddFilter - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionAddFilter is an interface action class used to create create a filter on a data source in an ODI interface data set.
InterfaceActionAddFilter(DataSet, String, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddFilter
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
InterfaceActionAddJoin is an interface action class used to create a join between two or more sources in an ODI interface data set.
InterfaceActionAddJoin(DataSet, String, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddJoin
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
InterfaceActionAddLookup is an interface action class used to create lookup of a data source in an interface data set.
InterfaceActionAddLookup(DataSet, OdiDataStore, String, String, OdiInterface.ExecutionLocation, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddLookup
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
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
An inner class that implements the <@link IClauseImporter> interface.
InterfaceActionAddLookup.MyClauseImporter() - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddLookup.MyClauseImporter
 
InterfaceActionAddNaturalJoin - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionAddNaturalJoin is an interface action class used to create create a natural join between two or more sources in an ODI interface data set.
InterfaceActionAddNaturalJoin(SourceDataStore, SourceDataStore, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddNaturalJoin
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
InterfaceActionAddSourceDataStore is an interface action class used to add a source IDataStore object to an ODI interface DataSet.
InterfaceActionAddSourceDataStore(IDataStore, DataSet, IAliasComputer, IClauseImporter, IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddSourceDataStore
Constructor to create the source data store creator class.
InterfaceActionJournalizeSourceDataStore - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionAddJournalizeDataStore is an interface action class used to add or remove journalizing capability an ODI interface SourceDataStore.
InterfaceActionJournalizeSourceDataStore(SourceDataStore, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionJournalizeSourceDataStore
Constructor for the journalizing action class.
InterfaceActionLookupTransform - Class in oracle.odi.interfaces.interactive.support.actions
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
Constructor for the join-to-lookup transform action class.
InterfaceActionLookupTransform(SourceDataStore, Join, boolean, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionLookupTransform
Constructor for the join-to-lookup transform action class.
InterfaceActionOnDataSetSetName - Class in oracle.odi.interfaces.interactive.support.actions
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
Constructor for the action class used to set a DataSet name.
InterfaceActionOnDataSetSetOperator - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnDataSetSetOperator is an interface action class used to set the operator of a DataSet.
InterfaceActionOnDataSetSetOperator(DataSet, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnDataSetSetOperator
The constructor for the action class.
InterfaceActionOnDataSetSetOrder - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnDataSetSetOrder is an interface action class used to set the order of a DataSet.
InterfaceActionOnDataSetSetOrder(DataSet, int) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnDataSetSetOrder
The constructor for the action class.
InterfaceActionOnExecutableSetSqlAbstract - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnExecutableSetSqlAbstract is an abstract base class for all action classes that set SQL expressions.
InterfaceActionOnExecutableSetSqlAbstract() - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnExecutableSetSqlAbstract
 
InterfaceActionOnGenericClauseAbstract - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnExecutableSetSqlAbstract is an abstract base class for all action classes that modify a generic SQL clause.
InterfaceActionOnGenericClauseAbstract(GenericClause) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseAbstract
For internal use only.
InterfaceActionOnGenericClauseSetBusinessRule - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnGenericClauseSetBusinessRule is an interface action class used to set a business rule on a generic clause.
InterfaceActionOnGenericClauseSetBusinessRule(GenericClause, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetBusinessRule
The constructor for the action.
InterfaceActionOnGenericClauseSetDefaultOrder - Class in oracle.odi.interfaces.interactive.support.actions
Sets a default order on the clause.
InterfaceActionOnGenericClauseSetDefaultOrder(GenericClause) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetDefaultOrder
Constructor for the action.
InterfaceActionOnGenericClauseSetEnabled - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnGenericClauseSetEnabled is an interface action class used to set the enabled flag a generic clause.
InterfaceActionOnGenericClauseSetEnabled(GenericClause, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetEnabled
The constructor for the action.
InterfaceActionOnGenericClauseSetExecutionLocation - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnGenericClauseSetBusinessRule is an interface action class used to set a execution location for a generic clause.
InterfaceActionOnGenericClauseSetExecutionLocation(GenericClause, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetExecutionLocation
The constructor for the action class.
InterfaceActionOnGenericClauseSetIndexType - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnGenericClauseSetIndexType is an interface action class used to set the index type for a generic clause.
InterfaceActionOnGenericClauseSetIndexType(GenericClause, OdiIndexType, InterfaceActionOnGenericClauseSetIndexType.IndexTypeNumber) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetIndexType
Constructor for the action class.
InterfaceActionOnGenericClauseSetIndexType.IndexTypeNumber - Enum in oracle.odi.interfaces.interactive.support.actions
The number of the source that will use the index.
InterfaceActionOnGenericClauseSetOrder - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnGenericClauseSetOrder is an interface action class used to set the processing order for a generic clause.
InterfaceActionOnGenericClauseSetOrder(GenericClause, int) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetOrder
The constructor for the action.
InterfaceActionOnGenericClauseSetSql - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnGenericClauseSetSql is an interface action class used to set the actual SQL expression text for a generic clause.
InterfaceActionOnGenericClauseSetSql(GenericClause, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetSql
The constructor for the action class.
InterfaceActionOnInterfaceSetDescription - Class in oracle.odi.interfaces.interactive.support.actions
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
The constructor for the action class.
InterfaceActionOnInterfaceSetName - Class in oracle.odi.interfaces.interactive.support.actions
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
The constructor for the action class.
InterfaceActionOnInterfaceSetOptimizationContext - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnInterfaceSetOptimizationContext is an interface action class used to set the optimization context for the interface.
InterfaceActionOnInterfaceSetOptimizationContext(OdiContext) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnInterfaceSetOptimizationContext
The constructor for the action class.
InterfaceActionOnJoinSetJoinProperties - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnJoinSetJoinProperties is an interface action class used to set the properties for a join object.
InterfaceActionOnJoinSetJoinProperties(Join, InterfaceActionOnJoinSetJoinProperties.JoinType, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnJoinSetJoinProperties
Constructor for the action class.
InterfaceActionOnJoinSetJoinProperties(Join, boolean, boolean, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnJoinSetJoinProperties
change outer properties on join Note than if you use this action on a cross join, it will become non cross.
InterfaceActionOnJoinSetJoinProperties.JoinType - Enum in oracle.odi.interfaces.interactive.support.actions
The join type for the join object.
InterfaceActionOnLookupSetSelectLookup - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnLookupSetSelectLookup is an interface action class used to set the lookup select type for a lookup object.
InterfaceActionOnLookupSetSelectLookup(SourceDataStore, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnLookupSetSelectLookup
The constructor for the action class.
InterfaceActionOnSourceDataStoreAbstract - Class in oracle.odi.interfaces.interactive.support.actions
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
The constructor for the abstract base class.
InterfaceActionOnSourceDataStoreSetAlias - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnSourceDataStoreSetAlias is an action class used to set the default alias for a source SourceDataStore object in an ODI interface.
InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore, String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetAlias
A constructor for the action class.
InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore, String, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetAlias
A constructor for the action class.
InterfaceActionOnSourceDataStoreSetForcedContext - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnSourceDataStoreSetForcedContext is an action class used to set the forced context for a source SourceDataStore object in an ODI interface.
InterfaceActionOnSourceDataStoreSetForcedContext(SourceDataStore, OdiContext) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetForcedContext
The constructor for the action class.
InterfaceActionOnSourceDataStoreSetOrder - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnSourceDataStoreSetOrder is an action class used to set the order value for a SourceDataStore.
InterfaceActionOnSourceDataStoreSetOrder(SourceDataStore, int) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetOrder
The constructor for the action class.
InterfaceActionOnSourceDataStoreSetPartition - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnSourceDataStoreSetPartition is an action class used to set the partition used for the SourceDataStore.
InterfaceActionOnSourceDataStoreSetPartition(SourceDataStore, OdiPartition) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetPartition
The constructor for the action.
InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived is an action class used to set a SourceDataStore in the interface as a derived sub-select.
InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived(SourceDataStore, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived
The constructor for the action.
InterfaceActionOnSourceSetSetName - Class in oracle.odi.interfaces.interactive.support.actions
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
Constructor for the action class.
InterfaceActionOnStagingAreaSetIndicator - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnStagingAreaSetIndicator is an action class used to set one of four possible special indicators for the staging area of an ODI interface.
InterfaceActionOnStagingAreaSetIndicator(boolean, InterfaceActionOnStagingAreaSetIndicator.StagingAreaIndicator) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnStagingAreaSetIndicator
The constructor for the action class.
InterfaceActionOnStagingAreaSetIndicator.StagingAreaIndicator - Enum in oracle.odi.interfaces.interactive.support.actions
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
InterfaceActionOnStagingAreaSetLogicalSchema is an action class used to set the logical schema that will be used for the staging area.
InterfaceActionOnStagingAreaSetLogicalSchema(OdiLogicalSchema) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnStagingAreaSetLogicalSchema
The constructor for the action class.
InterfaceActionOnTargetColumn - Class in oracle.odi.interfaces.interactive.support.actions
An abstract base class for action classes that modify a target column.
InterfaceActionOnTargetColumn(String) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
Constructor for the action class.
InterfaceActionOnTargetColumnSetBusinessRule - Class in oracle.odi.interfaces.interactive.support.actions
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
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
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
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
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
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
InterfaceActionOnTargetColumnSetIndicator is an interface action class used to set an indicator flag for a column.
InterfaceActionOnTargetColumnSetIndicator(InterfaceActionOnTargetColumnSetIndicator.IndicatorType, String, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetIndicator
Creates an action class instance which will set the specified indicator flag on a column, when performAction is called.
InterfaceActionOnTargetColumnSetIndicator.IndicatorType - Enum in oracle.odi.interfaces.interactive.support.actions
The IndicatorType enumeration defines the indicator flags for a column.
InterfaceActionOnTargetColumnSetLength - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnTargetColumnSetLength is an interface action class used to set the length for a column.
InterfaceActionOnTargetColumnSetLength(String, int) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetLength
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
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
Creates an action class instance which will set the name for a column, when performAction is called.
InterfaceActionOnTargetColumnSetScale - Class in oracle.odi.interfaces.interactive.support.actions
InterfaceActionOnTargetColumnSetScale is an interface action class used to set the scale for a numeric column.
InterfaceActionOnTargetColumnSetScale(String, int) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetScale
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
InterfaceActionOnTargetColumnSetUD is an interface action class used to set User Defined (UD) properties UD1 to UD10 for a column.
InterfaceActionOnTargetColumnSetUD(String, int, boolean) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetUD
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
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
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
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
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
InterfaceActionOnTargetDataStoreSetForcedContext is an action class that can be used to set the forced context for a target data store.
InterfaceActionOnTargetDataStoreSetForcedContext(OdiContext) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreSetForcedContext
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
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
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
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
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
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
InterfaceActionOnTargetDataStoreSetUpdateKey is an interface action class used to set the update key for a target data store.
InterfaceActionOnTargetDataStoreSetUpdateKey(IKey<? extends IColumn>) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreSetUpdateKey
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
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
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
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
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
 
InterfaceActionOnTargetMappingAbstract - Class in oracle.odi.interfaces.interactive.support.actions
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
Sets a column name and data set for the mapping.
InterfaceActionOnTargetMappingSetAttachedDataStore - Class in oracle.odi.interfaces.interactive.support.actions
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
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
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
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
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
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
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
InterfaceActionOnTemporaryTargetDataStoreAddColumn is an interface action class used to add a column.
InterfaceActionOnTemporaryTargetDataStoreAddColumn(OdiColumn, IAutoMappingComputer) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTemporaryTargetDataStoreAddColumn
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Represents an option value detached from a knowledge module.
InterfaceActionSetKM.DetachedOptionValue(IOptionValue) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Creates a detached option value.
InterfaceActionSetKM.KMType - Enum in oracle.odi.interfaces.interactive.support.actions
The KMType enumeration defines the knowledge module types for loading, integration, and flow control.
InterfaceActionSetKMOptionValue - Class in oracle.odi.interfaces.interactive.support.actions
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
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
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
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
Creates an action class instance which will assign a target datastore, when performAction is called.
InterfaceActionSwitchDataSetOrders - Class in oracle.odi.interfaces.interactive.support.actions
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
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
The implementation of IElementInExecutionArea.
InterfaceElementInExecutionArea(IInterfaceSubComponent) - Constructor for class oracle.odi.interfaces.interactive.support.execarea.InterfaceElementInExecutionArea
Basic constructor.
InterfaceExceptionMsgHandle - Class in oracle.odi.interfaces.interactive.exceptions
Message handle for the odi_interface resource bundle.
InterfaceExceptionMsgHandle(String) - Constructor for class oracle.odi.interfaces.interactive.exceptions.InterfaceExceptionMsgHandle
Create an instance of MessageHandle.
InterfaceExecutionArea - Class in oracle.odi.interfaces.interactive.support.execarea
A basic implementation of IExecutionArea.
InterfaceExecutionArea(OdiDataServer) - Constructor for class oracle.odi.interfaces.interactive.support.execarea.InterfaceExecutionArea
Basic constructor.
InterfaceKMHolderFactory - Class in oracle.odi.interfaces.interactive.support.km
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
 
InterfaceKMHolderFactory.HolderType - Enum in oracle.odi.interfaces.interactive.support.km
HolderType defines the types of KM holders.
InterfaceObjectModification - Class in oracle.odi.interfaces.interactive
This class manages the modifications performed on ODI interface objects.
InterfaceObjectModification(IInterfaceSubComponent, InterfaceObjectModification.Modification) - Constructor for class oracle.odi.interfaces.interactive.InterfaceObjectModification
Constructor to create an instance with the ODI interface object and corresponding modification performed.
InterfaceObjectModification.Modification - Enum in oracle.odi.interfaces.interactive
Modification indicates the action performed on the ODI interface object.
INTERNAL_NAME_MAX_LENGTH - Static variable in class oracle.odi.domain.topology.OdiTechnology
Maximum length for the code, or internal name, of an OdiTechnology.
internalCollectionPersistenceEquals(Collection<T>, Collection<T>) - Static method in class oracle.odi.domain.project.OdiInterface
For internal use only.
internalListPersistenceEquals(List<T>, List<T>) - Static method in class oracle.odi.domain.project.OdiInterface
For internal use only.
internalPersistenceEquals(DataSet) - Method in class oracle.odi.domain.project.interfaces.DataSet
 
internalPersistenceEquals(TargetColumn) - Method in class oracle.odi.domain.project.interfaces.TargetColumn
 
internalPersistenceEquals(TargetMapping) - Method in class oracle.odi.domain.project.interfaces.TargetMapping
 
internalPersistenceEquals(OdiInterface) - Method in class oracle.odi.domain.project.OdiInterface
For internal use only.
internalPersistenceEquals(T) - Method in interface oracle.odi.domain.project.OdiInterface.IPersistenceComparable
Returns true if this instance is equal to i2 in terms of persisted fields only
intValue() - Method in enum oracle.odi.domain.runtime.session.LogLevel
Returns the integer value of log level.
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(String) - Constructor for exception oracle.odi.core.security.InvalidAuthenticationAPIUsageException
Construct a InvalidAuthenticationAPIUsageException object.
InvalidExternalAuthenticationConfiguration - Exception in oracle.odi.core.security
This exception is raised if we are not able to create a LoginContext from OPSS configuration.
InvalidExternalAuthenticationConfiguration(String, Throwable) - Constructor for exception oracle.odi.core.security.InvalidExternalAuthenticationConfiguration
Constructs an InvalidExternalAuthenticationConfiguration object.
InvalidExternalAuthenticationConfiguration(String, String) - Constructor for exception oracle.odi.core.security.InvalidExternalAuthenticationConfiguration
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.
InvalidSubInterfaceException - Exception in oracle.odi.interfaces.interactive.support
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
COnstructs a new InvalidSubInterfaceException.
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<? extends Number>, List<? extends Number>, 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<Long>, 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.
invokeKillAgent(boolean, long) - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Kills the agent.
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
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
Restarts a session with various parameters.
invokeRestartSession(long, StartupParams, boolean, String) - 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.
invokeStartLoadPlan(String, String, LoadPlanStartupParams, String, String) - 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
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.
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.
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.
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.
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
An interface that can be implemented to help with runtime data access for the sources and targets of an interface.
IOdiInterfaceExpressionChecker - Interface in oracle.odi.interfaces.data
Is in charge of checking an expression for a text holder.
Created on 16 fevr.
IOdiInterfaceFinder - Interface in oracle.odi.domain.project.finder
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<KMType extends OdiKM<?>> - 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
 
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.
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.
IOdiPackageFinder - Interface in oracle.odi.domain.project.finder
Finder interface for OdiPackage entity.
IOdiPartitionFinder<T extends OdiPartition> - 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.
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.
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.
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.
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.
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.
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
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.project
This represents the value taken by ProcedureOption when the procedure is used (StepProcedure, OdiModel...).
IPurgeLogService - Interface in oracle.odi.domain.runtime.purge
Definition of IPurgeLogService collecting the different purge log needs
First this service implements partially the coverage need.
IReference - Interface in oracle.odi.interfaces.interactive.support
Classes implementing this interface represent a reference from an IExecutableTextHolder to an IInterfaceSubComponent.
IReferenceChangeListener - Interface in oracle.odi.interfaces.interactive.support
Implementations of this interface are listening to reference change events.
IReferenceManager - Interface in oracle.odi.interfaces.interactive.support
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.
IRepositoryEntity - Interface in oracle.odi.domain
Defines an entity in ODI.
IRepositoryUpgradeCallback - Interface in oracle.odi.setup
 
IRepositoryUpgradeCallback.UpgradeStatus - Enum 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.
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.
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.
isAttachedSourceDataStoreSettable(int) - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Returns whether it is possible to set this particular datastore number.
isAttachedSourceDataStoreSettable(int) - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderFilter
 
isAttachedSourceDataStoreSettable(int) - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderJoin
 
isAttachedSourceDataStoreSettable(int) - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
 
isAttachedSourceDataStoreSettable(int) - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
 
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.
isCachePopulated(SnpsLanguage) - Method in class oracle.odi.domain.xrefs.expression.contexts.CachingExpressionContextDecorator
 
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.
isCheckNotNullIndicator() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
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.
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
Returns the commit on work flag.
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.
isConditionCheck() - Method in class oracle.odi.domain.project.OdiCKMLine
Is conditionCheck set?
isConditionConstraint() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
Returns whether the underlying constraint is a condition.
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?
isContextForced() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns true if context was forced to a different context than the execution context, false otherwise.
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.
isCross() - Method in class oracle.odi.domain.project.interfaces.Join
Returns whether this join is a cross join or not.
isCrossCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports cross joins.
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.
isDefault() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
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.
isDefaultContext() - Method in class oracle.odi.domain.topology.OdiContext
Returns whether this OdiContext has been defined as default OdiContext, or not.
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 class oracle.odi.domain.topology.OdiPhysicalSchema
Tells whether this is the default schema.
isDefaultValue() - Method in interface oracle.odi.domain.flexfields.IFlexFieldValue
Return whether this IFlexFieldValue's value is the default value, or not.
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
Returns a boolean indicating whether the default value is set for this option.
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.
isDerivedTablesSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology supports derived tables, or not.
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
Returns the distinct rows setting for the staging area.
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?
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
Returns whether this target column is mapped or not.
isEnabled() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Returns whether this clause is active and enabled.
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
 
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.
isExceptionRaised() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
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.
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
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.
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
Returns whether the constraint is enabled for flow check.
isFullJoinCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports full joins.
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
Is GenerateFromInterface?
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?
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.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.
isIgnoreError() - Method in class oracle.odi.domain.project.OdiProcedureLine
Is ignore error?
isIgnoreError() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns whether errors are ignored for this OdiSessionTaskLog.
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.
ISingleImportExportResource - Interface in oracle.odi.impexp.resource
An IImportExportResource containing only one root object.
isInnerJoinCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports inner joins.
isInsertIndicator() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
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.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
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
 
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.
isJMS() - Method in class oracle.odi.interfaces.data.DataAccessInfo
Return true if the source or target data is from a JMS (Java Messaging Service) data server technology, else false.
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 class oracle.odi.domain.topology.OdiTechnology
Returns whether join clauses support brackets, or not.
isJoinInFromClause() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether a join clause is located in FROM clause, or in WHERE clause.
isJoinOuterClauseAfterColumn() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether a join clause is located after the column, or before.
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.project.interfaces.SourceDataStore
Gets the jounalized flag value for this data source.
isKeyConstraint() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
Returns whether the underlying constraint is a key constraint.
isKoExit() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns true if exit required on failure, false - otherwise.
isLeftOuterJoinCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports left outer joins.
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.
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.
isLookup() - Method in class oracle.odi.domain.project.interfaces.Join
Returns whether this join clause represents a lookup operation or not.
isLookup() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Returns true if this source data store is used by a lookup Join object in the interface.
isLookupSelectSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology supports lookup selects, or not.
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 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?
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.
isMaxErrorCountAsPercentage() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns whether the "maxErrorCount" property indicates a number of error or a percentage of error.
isMaxIntegrationErrorsAsPercentage() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
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
 
isModified() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
For internal use only.
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.
isNameComputed() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Returns true if schema name has to be computed, false otherwise.
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
Returns whether this join is a natural join or not.
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).
isOkExit() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns true if exit required on success, false - otherwise.
isOnTarget() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
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
Returns whether this join clause to an ordered join or not.
ISourceColumn - Interface in oracle.odi.domain.project.interfaces
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
Computes source sets for an interface.
ISourceSetCreator - Interface in oracle.odi.interfaces.interactive.support
Implementations of this class are used by ISourceSetComputers to create new SourceSets when needed.
ISourceSetListener - Interface in oracle.odi.interfaces.interactive.support
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
Implementations of this class are in charge of providing names for SourceSets.
isOuter1() - Method in class oracle.odi.domain.project.interfaces.Join
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
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 class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports outer joins.
isPersisted() - Method in interface oracle.odi.domain.project.interfaces.IOptionnallyPersistedObject
Returns whether this object should be persisted in the repository or not.
isPersisted() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
 
isPersisted() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Returns whether this object should be persisted to the repository or not.
isPostIntegration() - Method in class oracle.odi.domain.project.OdiLKMLine
Is post Integration?
isPrimaryKeyCheck() - Method in class oracle.odi.domain.project.OdiCKMLine
Is primaryKeyCheck set?
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.
isReadOnly() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioVariable
Return whether this variable is read-only or not.
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.project.OdiInterface.CheckableFlowConstraint
Returns whether the underlying constraint is a reference.
isRefresh() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepVariable
 
isRefresh() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepVariable
 
isRepIdAndRepNameAvailable(int, String) - Method in interface oracle.odi.setup.IWorkRepositorySetup
This method checks that the repository id and name are available.
isRepIdAndRepNameAvailable(int, String) - Method in class oracle.odi.setup.support.WorkRepositorySetupImpl
 
isRightOuterJoinCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Tells whether this OdiTechnology supports right outer joins.
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.
isSchemaSupported() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology uses schemas.
isSelectLookup() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
If this data source is used in a lookup, return true if the lookup is a select lookup.
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 class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology supports Set operators, or not.
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.
isSqlSelectCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology is capable of executing SQL SELECT statements.
isSqlWhereCapable() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns whether this OdiTechnology is able to execute SQL WHERE clauses.
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 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.
isSubInterfaceAsDerived() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
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?
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.OdiUser
Return true if this user is supervisor, otherwise false.
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
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
Returns whether the target datastore is temporary.
isToBeJournalized() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionJournalizeSourceDataStore
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.
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.
isUnsubscribe() - Method in class oracle.odi.domain.project.OdiJKMLine
Is unsubscribe set?
isUpdateIndicator() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Returns whether this column is tagged for update.
isUpdateKeyIndicator() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Returns whether this column will be used as key when doing updates on the target datastore.
isUseFindersForProject() - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
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
Returns whether this column has the User Defined Indicator 1 set.
isUserDefinedIndicator10() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Returns whether this column has the User Defined Indicator 10 set.
isUserDefinedIndicator2() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Returns whether this column has the User Defined Indicator 2 set.
isUserDefinedIndicator3() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Returns whether this column has the User Defined Indicator 3 set.
isUserDefinedIndicator4() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Returns whether this column has the User Defined Indicator 1 set.
isUserDefinedIndicator5() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Returns whether this column has the User Defined Indicator 5 set.
isUserDefinedIndicator6() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Returns whether this column has the User Defined Indicator 6 set.
isUserDefinedIndicator7() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Returns whether this column has the User Defined Indicator 7 set.
isUserDefinedIndicator8() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Returns whether this column has the User Defined Indicator 8 set.
isUserDefinedIndicator9() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Returns whether this column has the User Defined Indicator 9 set.
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.
isWritable() - Method in class oracle.odi.domain.model.OdiColumn
Return whether this OdiColumn instance is writable, or not.
ITargetKeyChooser - Interface in oracle.odi.interfaces.interactive.support
Implementations of this interface are in charge of finding an update key for target datastores in interfaces.
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.
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.

Skip navigation links

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

E17060-02

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


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