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

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

M

MappingChooserBlank - Class in oracle.odi.interfaces.interactive.support.mapping.choosers
This implementation always a blank expression, whatever the column.
MappingChooserBlank() - Constructor for class oracle.odi.interfaces.interactive.support.mapping.choosers.MappingChooserBlank
 
MappingChooserConstant - Class in oracle.odi.interfaces.interactive.support.mapping.choosers
This implementation always returns a constant, whatever the column.
MappingChooserConstant(String) - Constructor for class oracle.odi.interfaces.interactive.support.mapping.choosers.MappingChooserConstant
Creates a mapping chooser with a single response for all mappings.
MappingChooserDataSet - Class in oracle.odi.interfaces.interactive.support.mapping.choosers
This implementation chooses the SQL expression of the given column in the given dataset.
MappingChooserDataSet(DataSet) - Constructor for class oracle.odi.interfaces.interactive.support.mapping.choosers.MappingChooserDataSet
Creates a mapping chooser based on the dataset pDataSet.
MappingChooserFirst - Class in oracle.odi.interfaces.interactive.support.mapping.choosers
This implementation grabs the first mapping it finds, in a random dataset.
It is ok to use this implementation when there is only one dataset in the interface.
MappingChooserFirst() - Constructor for class oracle.odi.interfaces.interactive.support.mapping.choosers.MappingChooserFirst
 
MappingDefinition - Class in oracle.odi.interfaces.basic
This class can be used to define a target mapping, including the expression, description and its execution location.
MappingDefinition(String, String, String) - Constructor for class oracle.odi.interfaces.basic.MappingDefinition
Creates a mapping definition with a description.
MappingDefinition(String, String) - Constructor for class oracle.odi.interfaces.basic.MappingDefinition
Creates a mapping definition with only a mapping.
MappingDefinition(String, String, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.basic.MappingDefinition
Creates a mapping definition with only a mapping and execution location.
MappingDefinition(String, String, String, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.basic.MappingDefinition
Creates a mapping definition with a description and execution location.
MappingMatchPolicyColumnName - Class in oracle.odi.interfaces.interactive.support.mapping.matchpolicy
MappingMatchPolicyColumnName is an implementation of the IMappingMatchPolicy interface which matches columns by name.
MappingMatchPolicyColumnName() - Constructor for class oracle.odi.interfaces.interactive.support.mapping.matchpolicy.MappingMatchPolicyColumnName
 
MappingMatchPolicyLazy - Class in oracle.odi.interfaces.interactive.support.mapping.matchpolicy
MappingMatchPolicyLazy is a lazy implementation of the IMappingMatchPolicy interface.
MappingMatchPolicyLazy() - Constructor for class oracle.odi.interfaces.interactive.support.mapping.matchpolicy.MappingMatchPolicyLazy
 
MappingPersistencePolicyDefault - Class in oracle.odi.interfaces.interactive.support.mapping.persistencepolicy
This is the default implementation for the persistence policy.
All target mappings with an SQL expression are persistent.
All target columns on a temporary target datastore are persisted.
On a "real" target datastore, only target columns that have an SQL expression (either on the target column or either on one of the mappings in one of the datasets) are persisted.
MappingPersistencePolicyDefault() - Constructor for class oracle.odi.interfaces.interactive.support.mapping.persistencepolicy.MappingPersistencePolicyDefault
 
markAsFixed(IMissingRef) - Method in interface oracle.odi.missingref.IMissingRefService
Mark the given missing reference as fixed.
markAsFixed(Collection<IMissingRef>) - Method in interface oracle.odi.missingref.IMissingRefService
Mark the given missing references collection as fixed.
markAsFixed(IMissingRef) - Method in class oracle.odi.missingref.support.MissingRefManager
Removes a missing ref from the missing refs cache, adds it to the corrected missing refs cache and propagates the event.
markAsFixed(IMissingRef) - Method in class oracle.odi.missingref.support.MissingRefServiceImpl
Mark the given missing reference as fixed.
markAsFixed(Collection<IMissingRef>) - Method in class oracle.odi.missingref.support.MissingRefServiceImpl
Mark the given missing references collection as fixed.
MASTER_DATA_SOURCE_ENC - Static variable in class oracle.odi.domain.runtime.ess.OdiJobEnvironment.Repository
JNDI Environment Naming Context (ENC) parameter for the master's DataSource.
MASTER_DATA_SOURCE_NAME - Static variable in class oracle.odi.domain.runtime.ess.OdiJobEnvironment.Repository
Name of the DataSource parameter to be used by the targeted agent to connect to ODI master repository.
MASTER_DRIVER - Static variable in class oracle.odi.domain.runtime.ess.OdiJobEnvironment.Repository
Parameter for driver class name of the master repository database.
MASTER_PASSWORD - Static variable in class oracle.odi.domain.runtime.ess.OdiJobEnvironment.Repository
Parameter for password of the master repository database.
MASTER_REPOSITORY_MAX_ID - Static variable in interface oracle.odi.setup.IMasterRepositorySetup
Master repository ID maximum value.
MASTER_URL - Static variable in class oracle.odi.domain.runtime.ess.OdiJobEnvironment.Repository
Parameter for URL of the master repository database.
MASTER_USERNAME - Static variable in class oracle.odi.domain.runtime.ess.OdiJobEnvironment.Repository
Parameter for username of the master repository database.
MasterRepository - Class in oracle.odi.core.repository
An ODI Master Repository.
MasterRepository(DataSource, String, SnpConnect, int) - Constructor for class oracle.odi.core.repository.MasterRepository
INTERNAL: this constructor is required by deprecated APIs.
MasterRepositoryDbInfo - Class in oracle.odi.core.config
Holds Information about ODI master repository DB connectivity.
MasterRepositoryDbInfo(String) - Constructor for class oracle.odi.core.config.MasterRepositoryDbInfo
MasterRepositoryDbInfo constructor that takes a JNDI data source name for repository connectivity.
MasterRepositoryDbInfo(String, String, String, char[], PoolingAttributes) - Constructor for class oracle.odi.core.config.MasterRepositoryDbInfo
MasterRepositoryDbInfo constructor that takes straight JDBC parameters for repository connectivity.
MasterRepositoryDriverClassNotFoundException - Exception in oracle.odi.core.config
Subclass of RepositoryDriverClassNotFoundException thrown to indicate master repository driver class was unable to get loaded.
MasterRepositoryDriverClassNotFoundException(String, Throwable) - Constructor for exception oracle.odi.core.config.MasterRepositoryDriverClassNotFoundException
Create a new MasterRepositoryDriverClassNotFoundException.
MasterRepositoryResourceFailureException - Exception in oracle.odi.core.config
Subclass of RepositoryResourceFailureException thrown to indicate a Master Repository resource failure.
MasterRepositoryResourceFailureException(String, Throwable) - Constructor for exception oracle.odi.core.config.MasterRepositoryResourceFailureException
Create a new MasterRepositoryResourceFailureException.
MasterRepositoryResourceFailureException(String) - Constructor for exception oracle.odi.core.config.MasterRepositoryResourceFailureException
Create a new MasterRepositoryResourceFailureException.
MasterRepositoryResourceFailureException(Throwable) - Constructor for exception oracle.odi.core.config.MasterRepositoryResourceFailureException
Create a new MasterRepositoryResourceFailureException.
MasterRepositorySetupImpl - Class in oracle.odi.setup.support
Default IMasterRepositorySetup implementation.
MasterRepositorySetupImpl() - Constructor for class oracle.odi.setup.support.MasterRepositorySetupImpl
 
MasterRepositoryUrlNotValidForDriverException - Exception in oracle.odi.core.config
Subclass of RepositoryUrlNotValidForDriverException thrown to indicate master repository URL provided wasn't accepted by specified driver.
MasterRepositoryUrlNotValidForDriverException(String, String) - Constructor for exception oracle.odi.core.config.MasterRepositoryUrlNotValidForDriverException
Create a new MasterRepositoryUrlNotValidForDriverException.
MasterRepositoryUrlNotValidForDriverException(String, String, Throwable) - Constructor for exception oracle.odi.core.config.MasterRepositoryUrlNotValidForDriverException
Create a new MasterRepositoryUrlNotValidForDriverException.
MasterRepositoryVersionMismatchException - Exception in oracle.odi.core.config
Subclass of RepositoryVersionMismatchException thrown when ODI Master Repository version doesn't match required version.
MasterRepositoryVersionMismatchException(String, String) - Constructor for exception oracle.odi.core.config.MasterRepositoryVersionMismatchException
Create a new MasterRepositoryVersionMismatchException.
mayAccessData(OdiInstance, IInterfaceSubComponent[]) - Static method in class oracle.odi.interfaces.data.OdiInterfaceDataAccessChecker
This method tests the data access for the specified interface subcomponents, and returns true if the data access is successful.
merge(IOdiEntity) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Merge the states of the given entity into the current persistent context.
methodToPermissionType(String) - Static method in class oracle.odi.core.security.PermissionType
INTERNAL: Return permission type object based on java method name.
MissingRefManager - Class in oracle.odi.missingref.support
This class is used in UI side to cache and manipulate missing references.
MissingRefManager() - Constructor for class oracle.odi.missingref.support.MissingRefManager
FOR INTERNAL USE ONLY.
MissingRefServiceImpl - Class in oracle.odi.missingref.support
Default IMissingRefService implementation.
MissingRefServiceImpl(OdiInstance) - Constructor for class oracle.odi.missingref.support.MissingRefServiceImpl
Constructs a MissingRefServiceImpl object.
MissingRefsListener - Interface in oracle.odi.missingref
A listener which observes changes on a missing refs manager.
moveColumn(OdiColumn, int) - Method in class oracle.odi.domain.model.OdiDataStore
Change the position of the column in this datastore.
moveLineAfter(L, L) - Method in class oracle.odi.domain.project.OdiProcedure
Moves the given OdiProcedureLine after the line specified.
moveLineBefore(L, L) - Method in class oracle.odi.domain.project.OdiProcedure
Moves the given Procedure Moves the given OdiProcedureLine before the line specified.
moveReferenceColumn(ReferenceColumn, int) - Method in class oracle.odi.domain.model.OdiReference
Change the position of the given ReferenceColumn to a new position and arrange position of other elements accordingly.

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

E17060-01
A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright © 2010, Oracle and/or its affiliates. All rights reserved.