Skip navigation links

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

E17060-04

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


M

main(String[]) - Static method in class oracle.odi.core.security.JPSContextCredTool
 
manageJPSContextCred(String, String, String, char[]) - Static method in class oracle.odi.core.security.JPSContextCredToolImpl
if (map, key) not exist in the configured cwallet.sso a new entry will be created for this (map, key); if(map, key) has already exists in the cwallet.sso they will be replaced with the userName/password credential
mapByTechnologyExclusion(OdiUserFunctionImpl, Collection<OdiTechnology>, IOdiTechnologyFinder) - Method in class oracle.odi.domain.project.OdiUserFunction
Deprecated. 
mapByTechnologyExclusionSafely(OdiUserFunctionImpl, Collection<OdiTechnology>, IOdiTechnologyFinder) - Method in class oracle.odi.domain.project.OdiUserFunction
Specify the implementation becoming default and OdiTechnologys that will not be supported by it.
mapByTechnologyInclusion(OdiUserFunctionImpl, Collection<OdiTechnology>, IOdiTechnologyFinder) - Method in class oracle.odi.domain.project.OdiUserFunction
Deprecated. 
mapByTechnologyInclusionSafely(OdiUserFunctionImpl, Collection<OdiTechnology>, IOdiTechnologyFinder) - Method in class oracle.odi.domain.project.OdiUserFunction
Specify the OdiTechnologys that will be supported by the given OdiUserFunctionImpl.
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_REPOSITORY_MAX_ID - Static variable in interface oracle.odi.setup.IMasterRepositorySetup
Master repository ID maximum value.
MASTER_VALIDATION_QUERY - Static variable in class oracle.odi.core.OdiInstance
 
MasterRepository - Class in oracle.odi.core.repository
An ODI Master Repository.
MasterRepository(DataSource, String, SnpConnect, int) - Constructor for class oracle.odi.core.repository.MasterRepository
Deprecated.  
MasterRepository(DataSource, String, SnpConnect, int, String) - Constructor for class oracle.odi.core.repository.MasterRepository
INTERNAL: this constructor is required by depreciated 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, PoolingAttributes) - Constructor for class oracle.odi.core.config.MasterRepositoryDbInfo
MasterRepositoryDbInfo constructor that takes a JNDI data source name for repository connectivity, and a PoolingAttributes
MasterRepositoryDbInfo(String, String, String, char[], PoolingAttributes) - Constructor for class oracle.odi.core.config.MasterRepositoryDbInfo
MasterRepositoryDbInfo constructor that takes straight JDBC parameters for repository connectivity.
MasterRepositoryDbInfo(String, String, String, String, char[], PoolingAttributes) - Constructor for class oracle.odi.core.config.MasterRepositoryDbInfo
 
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
 
masterRepositoryUpgradeFinished(IRepositoryUpgradeCallback.UpgradeStatus, Throwable) - Method in interface oracle.odi.setup.IRepositoryUpgradeCallback
This method will be called when master repository is finished (successfully or with errors).
masterRepositoryUpgradeFinished(IRepositoryUpgradeCallback.UpgradeStatus, Throwable) - Method in class oracle.odi.setup.RepositoryUpgradeReport
 
masterRepositoryUpgradeStarted() - Method in interface oracle.odi.setup.IRepositoryUpgradeCallback
This method will be called when master repository upgrade starts.
masterRepositoryUpgradeStarted() - Method in class oracle.odi.setup.RepositoryUpgradeReport
 
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.
materializeShortcutable(IOdiShortcutable, boolean) - Method in interface oracle.odi.domain.shortcuts.IOdiShortcutService
Materialize a shortcut.
materializeShortcutable(IOdiShortcutable, boolean) - Method in class oracle.odi.domain.shortcuts.support.OdiShortcutServiceImpl
 
materializeShortcutables(List<IOdiShortcutable>, boolean) - Method in interface oracle.odi.domain.shortcuts.IOdiShortcutService
Materialize list of shortcuts.
materializeShortcutables(List<IOdiShortcutable>, boolean) - Method in class oracle.odi.domain.shortcuts.support.OdiShortcutServiceImpl
 
MAX_PRIORITY - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
maximal value for property Priority
mayAccessData(OdiInstance, IInterfaceSubComponent[]) - Static method in class oracle.odi.interfaces.data.OdiInterfaceDataAccessChecker
 
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.
MIN_PRIORITY - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
minimal value for property Priority
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.
moveAfter(OdiLoadPlanStep, OdiLoadPlanStep) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
 
moveAfter(OdiLoadPlanStep, OdiLoadPlanStep) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
Moves the given step in the children list, putting it right after the second parameter step.
moveBefore(OdiLoadPlanStep, OdiLoadPlanStep) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
 
moveBefore(OdiLoadPlanStep, OdiLoadPlanStep) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
Moves the given step in the children list, putting it right before the second parameter step.
No action if pStepToMove is already right before pBeforeThisStep.
moveCaseWhenAfter(OdiCaseWhen, OdiCaseWhen) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepCase
Moves the given step in the children list, putting it right after the second parameter step.
No action if pStepToMove is already right after pAfterThisStep.
moveCaseWhenBefore(OdiCaseWhen, OdiCaseWhen) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepCase
Moves the given step in the children list, putting it right before the second parameter step.
No action if pStepToMove is already right after pBeforeThisStep.
moveColumn(OdiColumn, int) - Method in class oracle.odi.domain.model.OdiDataStore
Change the position of the column in this datastore.
moveColumn(OdiColumn, int) - Method in class oracle.odi.domain.model.OdiKey
Sets a new Position for the given column of this key.
moveLineAfter(L, L) - Method in class oracle.odi.domain.project.OdiProcedure
Moves the given OdiProcedureLine after the line specified.
moveLineAfter(OdiUserProcedureLine, OdiUserProcedureLine) - Method in class oracle.odi.domain.project.OdiUserProcedure
 
moveLineBefore(L, L) - Method in class oracle.odi.domain.project.OdiProcedure
Moves the given Procedure Moves the given OdiProcedureLine before the line specified.
moveLineBefore(OdiUserProcedureLine, OdiUserProcedureLine) - Method in class oracle.odi.domain.project.OdiUserProcedure
 
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.
moveStepIntoStepContainer(OdiLoadPlanStep, OdiLoadPlanStepContainer) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
Moves an OdiLoadPlanStep into a new step container and puts it at the end of the children list.

Skip navigation links

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

E17060-04

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


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