Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator
12c (12.1.3)

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

M

main(String[]) - Method in class oracle.odi.domain.mapping.MapComponentRegistry
 
main(String[]) - Static method in class oracle.odi.domain.topology.TypeConversion
 
MAP_BEGIN - Static variable in class oracle.odi.domain.adapter.project.IProcedureLine.LineType
Line type that is executed at start of the map processing, before any specific execution unit processing.
MAP_CLEANUP - Static variable in class oracle.odi.domain.adapter.project.IProcedureLine.LineType
Line type indicating a cleanup line.
MAP_END - Static variable in class oracle.odi.domain.adapter.project.IProcedureLine.LineType
Line type that is executed at end of map processing, after all execution unit processing.
MapAttribute - Class in oracle.odi.domain.mapping
A persistent class that represents an attribute of a map connector point.
MapAttribute.AttributeType - Class in oracle.odi.domain.mapping
Represents the basic type of the attribute.
MapAttribute.ConnectionTypeInfo - Class in oracle.odi.domain.mapping
 
MapAttribute.ConnectionTypeInfo(String) - Constructor for class oracle.odi.domain.mapping.MapAttribute.ConnectionTypeInfo
 
MapAttribute.ConnectionTypeInfo(String, String) - Constructor for class oracle.odi.domain.mapping.MapAttribute.ConnectionTypeInfo
 
MapAttribute.ConnectionTypeSelector - Interface in oracle.odi.domain.mapping
 
MapAttribute.DefaultConnectionTypeSelector - Class in oracle.odi.domain.mapping
 
MapAttribute.DefaultConnectionTypeSelector() - Constructor for class oracle.odi.domain.mapping.MapAttribute.DefaultConnectionTypeSelector
 
mapByTechnologyExclusion(OdiUserFunctionImpl, Collection, 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, IOdiTechnologyFinder) - Method in class oracle.odi.domain.project.OdiUserFunction
Specify the OdiTechnologys that will be supported by the given OdiUserFunctionImpl.
MapComponent - Class in oracle.odi.domain.mapping
 
MapComponent(MapComponentOwner, String, String) - Constructor for class oracle.odi.domain.mapping.MapComponent
Constructor for the component..
MapComponentOwner - Class in oracle.odi.domain.mapping
 
MapComponentRegistry - Class in oracle.odi.domain.mapping
A non-persistent, static class that imports the seeded component types, along with their associated property definitions.
MapComponentRegistry.IMapComponentRegistryListener - Interface in oracle.odi.domain.mapping
 
MapComponentRegistry.MapComponentRegistryEventType - Class in oracle.odi.domain.mapping
 
MapComponentType - Class in oracle.odi.domain.mapping
A persistent class containing information about the definition of a component type.
MapComponentType(String, String, String, String, String, IMapComponent.ComponentCategory) - Constructor for class oracle.odi.domain.mapping.MapComponentType
 
MapComponentType(boolean, String, String, String, String, IMapComponent.ComponentCategory) - Constructor for class oracle.odi.domain.mapping.MapComponentType
 
MapComponentType.uidef - Class in oracle.odi.domain.mapping
 
MapComponentType.uidef(MapComponentType, String, String, String) - Constructor for class oracle.odi.domain.mapping.MapComponentType.uidef
 
MapComponentType.uidef() - Constructor for class oracle.odi.domain.mapping.MapComponentType.uidef
 
MapConnectionException - Exception in oracle.odi.domain.mapping.exception
 
MapConnectionException(String, Object[]) - Constructor for exception oracle.odi.domain.mapping.exception.MapConnectionException
Constructor that takes a simple text message as a parameter.
MapConnectionException(String, List, Object[]) - Constructor for exception oracle.odi.domain.mapping.exception.MapConnectionException
 
MapConnectionException(String, Exception, Object[]) - Constructor for exception oracle.odi.domain.mapping.exception.MapConnectionException
Constructor that takes a text message and a base exception.
MapConnector - Class in oracle.odi.domain.mapping
A class representing a connection between an output connector point and an input connector point.
MapConnectorPoint - Class in oracle.odi.domain.mapping
A class representing a connector point of a component in the component owner graph.
MapConnectorPoint.Cardinality - Class in oracle.odi.domain.mapping
Specifies the cardinality of the projected rows, for an output connector point.
MapConnectorPoint.Direction - Class in oracle.odi.domain.mapping
 
MapConnectorPointRole - Class in oracle.odi.domain.mapping
A class to store the characteristics of a set of component connector points with a specific role or purpose.
MapConnectorPointRole(MapComponentType, String, String, MapConnectorPoint.Direction) - Constructor for class oracle.odi.domain.mapping.MapConnectorPointRole
 
mapEnterprisePrincipalMember(OdiRole, String, OdiEnterprisePrincipal.PrincipalType) - Method in interface oracle.odi.domain.security.IOdiRoleEnterprisePrincipalMappingService
Map OdiRole and enterprise principal with name principalName.
mapEnterprisePrincipalMember(OdiRole, OdiEnterprisePrincipal) - Method in interface oracle.odi.domain.security.IOdiRoleEnterprisePrincipalMappingService
Map OdiRole and OdiEnterprisePrincipal with name principalName.
MapExpression - Class in oracle.odi.domain.mapping.expression
The basic expression class to be used by ODI mapping components.
MapExpression(IMapExpressionOwner, String) - Constructor for class oracle.odi.domain.mapping.expression.MapExpression
Expression class constructor.
MapExpression(IMapExpressionOwner, String, boolean) - Constructor for class oracle.odi.domain.mapping.expression.MapExpression
Expression class constructor.
MapExpression(boolean) - Constructor for class oracle.odi.domain.mapping.expression.MapExpression
Simple expression class constructor with no parameters.
MapExpression(String, AdapterBase, MapRootContainer) - Constructor for class oracle.odi.domain.mapping.expression.MapExpression
 
MapExpression.ExecuteOnLocation - Class in oracle.odi.domain.mapping.expression
This enumeration type defines the values for "Execute on Hint" property.
MapExpressionXRef - Class in oracle.odi.domain.mapping.xreference
A cross reference object that is used by expressions.
MapExpressionXRef(MapExpression, IModelObject, String, String) - Constructor for class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Constructs a cross reference to external object, owned by the given MapExpression owner, using the given reference key.
MapExpressionXRef(MapExpression, IExpressionReferencedObject, String, String) - Constructor for class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Constructs a cross reference to a mapping IExpressionReferencedObject, owned by the given MapExpression owner, using the given reference key.
MapExpressionXRef(MapExpression, IExpressionReferencedObject, MapPathSpecifier, String, String) - Constructor for class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Constructs a cross reference to a mapping IExpressionReferencedObject, owned by the given MapExpression owner, using the given reference key.
MapPathSpecifier - Class in oracle.odi.domain.mapping
A non-persistent class that represents a mapping graph path between connector points.
MapPathSpecifier(MapConnectorPoint) - Constructor for class oracle.odi.domain.mapping.MapPathSpecifier
Constructor for a MapPathSpecifier object, that specifies the starting connector point for the path.
MapPathSpecifier() - Constructor for class oracle.odi.domain.mapping.MapPathSpecifier
Constructor for an empty MapPathSpecifier object.
MapPathSpecifier(MapAttribute) - Constructor for class oracle.odi.domain.mapping.MapPathSpecifier
A constructor for a path specifier that takes a starting attribute for the path.
MapPathSpecifier(MapComponent) - Constructor for class oracle.odi.domain.mapping.MapPathSpecifier
Constructor for path specifier that specifies a starting component for the path.
MapPathSpecifier(MapPathSpecifier) - Constructor for class oracle.odi.domain.mapping.MapPathSpecifier
 
MapPhysicalColumn - Class in oracle.odi.domain.mapping.physical
A transient class used during code generation, to represent a column of a C$ staging table used by a persistent access point (PAP) node in the physical graph.
MapPhysicalColumn(MapPhysicalNode, String) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
MapPhysicalColumn(MapPhysicalNode, ContextualComponent.ContextualAttributeReference) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
MapPhysicalDesign - Class in oracle.odi.domain.mapping.physical
A physical design is a persistent set of physical configuration parameters for a logical mapping.
MapPhysicalDesign(Mapping, String, IContext, List) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign
 
MapPhysicalDesign(Mapping, String, IContext, boolean, boolean, List) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign
 
MapPhysicalDesign(Mapping, String, IContext, boolean, List) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign
 
MapPhysicalDesign.ContextualComponentTreeNode - Class in oracle.odi.domain.mapping.physical
 
MapPhysicalDesign.ContextualComponentTreeNode(ContextualComponent) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign.ContextualComponentTreeNode
 
MapPhysicalDesign.ExecutionLocationType - Class in oracle.odi.domain.mapping.physical
A way to categorize the execution location type of an execution unit.
MapPhysicalDesign.ExecutionUnitConfiguration - Class in oracle.odi.domain.mapping.physical
 
MapPhysicalDesign.ExecutionUnitConfiguration(ExecutionUnit) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign.ExecutionUnitConfiguration
 
MapPhysicalDesign.ExecutionUnitGraph - Class in oracle.odi.domain.mapping.physical
 
MapPhysicalDesign.ExecutionUnitGraph() - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign.ExecutionUnitGraph
 
MapPhysicalDesign.ExecutionUnitGraph(MapPhysicalNode) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign.ExecutionUnitGraph
 
MapPhysicalDesign.ExecutionUnitGraphNode - Class in oracle.odi.domain.mapping.physical
 
MapPhysicalDesign.ExecutionUnitGraphNode(ExecutionUnit) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign.ExecutionUnitGraphNode
 
MapPhysicalDesign.MapPhysicalDesignConfig - Class in oracle.odi.domain.mapping.physical
 
MapPhysicalDesign.MapPhysicalDesignConfig(MapPhysicalDesign, List) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign.MapPhysicalDesignConfig
 
MapPhysicalDesign.MapPhysicalDesignConfig(MapPhysicalDesign) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign.MapPhysicalDesignConfig
 
MapPhysicalDesign.MapPhysicalDesignConfig(MapPhysicalDesign, String) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign.MapPhysicalDesignConfig
 
MapPhysicalDesign.MapPhysicalDesignConfig(MapPhysicalDesign, IContext) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign.MapPhysicalDesignConfig
 
MapPhysicalDesign.NodeConfiguration - Class in oracle.odi.domain.mapping.physical
 
MapPhysicalDesign.NodeConfiguration(MapPhysicalNode) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalDesign.NodeConfiguration
 
MapPhysicalDesign.PushDirection - Class in oracle.odi.domain.mapping.physical
 
MapPhysicalException - Exception in oracle.odi.domain.mapping.exception
Exception class for the physical physical design processing of a mapping.
MapPhysicalException(String, Object[]) - Constructor for exception oracle.odi.domain.mapping.exception.MapPhysicalException
 
MapPhysicalException(String, Exception, Object[]) - Constructor for exception oracle.odi.domain.mapping.exception.MapPhysicalException
 
MapPhysicalExpression - Class in oracle.odi.domain.mapping.physical
A class representing the physical usage of an attribute expression in the logical graph.
MapPhysicalNode - Class in oracle.odi.domain.mapping.physical
A class representing the basic tree node for the interface physical tree graph.
MapPhysicalNode.PhysicalNodeType - Class in oracle.odi.domain.mapping.physical
An enumeration for the physical node type
MapPhysicalNode.RMCStackPropertyManager - Class in oracle.odi.domain.mapping.physical
 
Mapping - Class in oracle.odi.domain.mapping
A class to represent the top level mapping, which is a component owner.
Mapping(String, IFolder, IContext) - Constructor for class oracle.odi.domain.mapping.Mapping
Mapping constructor that takes a name and an object adapter for the external model object that acts as the container for the new mapping.
Mapping(String, IFolder, Mapping, IContext) - Constructor for class oracle.odi.domain.mapping.Mapping
Mapping constructor that takes a name and a reference mapping.
Mapping(String, IFolder) - Constructor for class oracle.odi.domain.mapping.Mapping
Mapping constructor that takes a name and an object adapter for the external model object that acts as the container for the new mapping.
Mapping(String, Object) - Constructor for class oracle.odi.domain.mapping.Mapping
Constructor that takes a java parent container instance from an external model, and attempts to create an adapter object for it using the current adapter, if any.
MAPPING - Static variable in class oracle.odi.domain.mapping.MapRootContainer.MapContainerType
 
MAPPING - Static variable in class oracle.odi.domain.runtime.step.StepType
A Mapping Step
MappingAutoCreator - Class in oracle.odi.domain.mapping.autocreator
An utility class for generate the Mapping object and cascaded sub mapping components from OdiDataStore
MappingAutoCreator() - Constructor for class oracle.odi.domain.mapping.autocreator.MappingAutoCreator
 
MappingChooserBlank - Class in oracle.odi.interfaces.interactive.support.mapping.choosers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation always a blank expression, whatever the column.
MappingChooserBlank() - Constructor for class oracle.odi.interfaces.interactive.support.mapping.choosers.MappingChooserBlank
Deprecated.
 
MappingChooserConstant - Class in oracle.odi.interfaces.interactive.support.mapping.choosers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation always returns a constant, whatever the column.
MappingChooserConstant(String) - Constructor for class oracle.odi.interfaces.interactive.support.mapping.choosers.MappingChooserConstant
Deprecated.
Creates a mapping chooser with a single response for all mappings.
MappingChooserDataSet - Class in oracle.odi.interfaces.interactive.support.mapping.choosers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. 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
Deprecated.
Creates a mapping chooser based on the dataset pDataSet.
MappingChooserFirst - Class in oracle.odi.interfaces.interactive.support.mapping.choosers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. 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
Deprecated.
 
MappingCriteria - Class in oracle.odi.domain.finder
Criteria class for ReusableMapping, used to select type of Reusable Mapping
MappingCriteria(boolean) - Constructor for class oracle.odi.domain.finder.MappingCriteria
Constructor to specify Parent Reusable Mapping type (Global or Non Global)
MappingDataType - Class in oracle.odi.domain.mapping
 
MappingDataType(String) - Constructor for class oracle.odi.domain.mapping.MappingDataType
 
MappingDefinition - Class in oracle.odi.interfaces.basic
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. 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
Deprecated.
Creates a mapping definition with a description.
MappingDefinition(String, String) - Constructor for class oracle.odi.interfaces.basic.MappingDefinition
Deprecated.
Creates a mapping definition with only a mapping.
MappingDefinition(String, String, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.interfaces.basic.MappingDefinition
Deprecated.
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
Deprecated.
Creates a mapping definition with a description and execution location.
MappingException - Exception in oracle.odi.domain.mapping.exception
Base class for exceptions generated by the ODI mapping SDK.
MappingException() - Constructor for exception oracle.odi.domain.mapping.exception.MappingException
 
MappingException(String, Object[]) - Constructor for exception oracle.odi.domain.mapping.exception.MappingException
 
MappingException(Throwable) - Constructor for exception oracle.odi.domain.mapping.exception.MappingException
 
MappingException(String, Throwable, Object[]) - Constructor for exception oracle.odi.domain.mapping.exception.MappingException
 
MappingException.MessageHolder - Class in oracle.odi.domain.mapping.exception
 
MappingException.MessageHolder() - Constructor for class oracle.odi.domain.mapping.exception.MappingException.MessageHolder
 
MappingGenericTechnology - Class in oracle.odi.domain.mapping
A singleton class that looks like a technology, used to store and manage the mapping local data types and mapping generic technology information.
MappingGenericTechnology(boolean) - Constructor for class oracle.odi.domain.mapping.MappingGenericTechnology
 
MappingGenericTechnology.MappingLanguage - Class in oracle.odi.domain.mapping
 
MappingGenericTechnology.MappingLanguageElement - Class in oracle.odi.domain.mapping
 
MappingGenericTechnology.MappingLanguageElement(ISubLanguage, String, String) - Constructor for class oracle.odi.domain.mapping.MappingGenericTechnology.MappingLanguageElement
 
MappingGenericTechnology.MappingSubLanguage - Class in oracle.odi.domain.mapping
 
MappingGenericTechnology.MappingSubLanguage(ILanguage, String, String) - Constructor for class oracle.odi.domain.mapping.MappingGenericTechnology.MappingSubLanguage
 
MappingMatchPolicyColumnName - Class in oracle.odi.interfaces.interactive.support.mapping.matchpolicy
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. MappingMatchPolicyColumnName is an implementation of the IMappingMatchPolicy interface which matches columns by name. This class is typically used by interface action classes as a construction parameter to control the column matching behavior for creating mappings.
Example:
interactiveHelper.performAction(new InterfaceActionSetTargetDataStore(targetOdiDatastore, new MappingMatchPolicyColumnName(), new AutoMappingComputerLazy(), new AutoMappingComputerLazy(), new TargetKeyChooserLazy()));
MappingMatchPolicyColumnName() - Constructor for class oracle.odi.interfaces.interactive.support.mapping.matchpolicy.MappingMatchPolicyColumnName
Deprecated.
 
MappingMatchPolicyLazy - Class in oracle.odi.interfaces.interactive.support.mapping.matchpolicy
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. MappingMatchPolicyLazy is a lazy implementation of the IMappingMatchPolicy interface. The getNewColumnForTargetColumn method always returns null, effectively disabling column matching. MappingMatchPolicyColumnName is another implementation of the IMappingMatchPolicy interface which matches columns by name. MappingMatchPolicyLazy is typically used by interface action classes as a construction parameter to control the column matching behavior for creating mappings.
Example:
interactiveHelper.performAction(new InterfaceActionSetTargetDataStore(targetDatastore, new MappingMatchPolicyLazy(), new AutoMappingComputerLazy(), new AutoMappingComputerLazy(), new TargetKeyChooserPrimaryKey()));
MappingMatchPolicyLazy() - Constructor for class oracle.odi.interfaces.interactive.support.mapping.matchpolicy.MappingMatchPolicyLazy
Deprecated.
 
MappingMetadataVersionConverter - Class in oracle.odi.domain.mapping.compatibility
A helper class that convert metadata version of Mapping and ReusableMapping.
MappingPersistencePolicyDefault - Class in oracle.odi.interfaces.interactive.support.mapping.persistencepolicy
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. 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
Deprecated.
 
MapReference - Class in oracle.odi.domain.mapping
A class that references one external model object.
MapReferenceShortcutAdapter - Class in oracle.odi.domain.project
This is a shortcut adapter for the mapping step.
MapReferenceShortcutAdapter(MapReference, OdiInstance) - Constructor for class oracle.odi.domain.project.MapReferenceShortcutAdapter
 
MapRootContainer - Class in oracle.odi.domain.mapping
 
MapRootContainer(boolean) - Constructor for class oracle.odi.domain.mapping.MapRootContainer
 
MapRootContainer(String) - Constructor for class oracle.odi.domain.mapping.MapRootContainer
 
MapRootContainer.MapContainerType - Class in oracle.odi.domain.mapping
 
MapRootContainer.MappingChange - Class in oracle.odi.domain.mapping
 
MapRootContainer.MappingChange(IMappingObject, IModelObjectChange.ChangeType) - Constructor for class oracle.odi.domain.mapping.MapRootContainer.MappingChange
 
MARCH - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.MonthOfYear
Enumeration constant indicating the month of March.
markAsFixed(IMissingRef) - Method in interface oracle.odi.missingref.IMissingRefService
Mark the given missing reference as fixed.
markAsFixed(Collection) - 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) - Method in class oracle.odi.missingref.support.MissingRefServiceImpl
Mark the given missing references collection as fixed.
MARKER_GROUP_OBJECT_NAME - Static variable in interface oracle.odi.impexp.smartie.ISmartImportService
 
MarkerNavData - Class in oracle.odi.core.service.navigation
Data identifying a marker attached to a child associated with a NavigationData instance.
MarkerNavData() - Constructor for class oracle.odi.core.service.navigation.MarkerNavData
 
MASTER - Static variable in class oracle.odi.core.repository.RepositoryResourceFailureException.RepositoryType
 
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, 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
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
MasterRepositoryResourceFailureException(String) - Constructor for exception oracle.odi.core.config.MasterRepositoryResourceFailureException
MasterRepositoryResourceFailureException(Throwable) - Constructor for exception oracle.odi.core.config.MasterRepositoryResourceFailureException
MasterRepositorySetupImpl - Class in oracle.odi.setup.support
Default IMasterRepositorySetup implementation.
MasterRepositorySetupImpl() - Constructor for class oracle.odi.setup.support.MasterRepositorySetupImpl
 
MasterRepositorySetupImpl(boolean) - 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
MasterRepositoryUrlNotValidForDriverException(String, String, Throwable) - Constructor for exception oracle.odi.core.config.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
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, boolean) - Method in interface oracle.odi.domain.shortcuts.IOdiShortcutService
Materialize list of shortcuts.
materializeShortcutables(List, boolean) - Method in class oracle.odi.domain.shortcuts.support.OdiShortcutServiceImpl
 
MAX_INTEGRATION_ERROR_PER_PROPERTY - Static variable in class oracle.odi.domain.mapping.component.DatastoreComponent
Property key name for the maximum integration errors as a percentage property.
MAX_INTEGRATION_ERROR_PROPERTY - Static variable in class oracle.odi.domain.mapping.component.DatastoreComponent
Property key name for the maximum integration errors allowed property.
MAX_PRIORITY - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
maximal value for property Priority
MAY - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.MonthOfYear
Enumeration constant indicating the month of May.
mayAccessData(OdiInstance, IInterfaceSubComponent[]) - Static method in class oracle.odi.interfaces.data.OdiInterfaceDataAccessChecker
Deprecated.
 
mBase36Digits - Static variable in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
 
mDebugParser - Static variable in class oracle.odi.domain.mapping.expression.MapExpression
 
merge(IOdiEntity) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Merge the states of the given entity into the current persistent context.
METADATA_VERSION_11 - Static variable in interface oracle.odi.domain.mapping.IMapRootContainer
 
METADATA_VERSION_12 - Static variable in interface oracle.odi.domain.mapping.IMapRootContainer
 
methodToPermissionType(String) - Static method in class oracle.odi.core.security.PermissionType
INTERNAL: Return permission type object based on java method name.
mGlobalNamespaceId - Static variable in class oracle.odi.domain.root.NamedObject
 
MICROSOFT_SQL_SERVER - Static variable in class oracle.odi.setup.TechnologyName
Enum value representing the Microsoft SQL Server technology.
MIN_PRIORITY - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
minimal value for property Priority
mIndent - Static variable in class oracle.odi.domain.mapping.physical.MapPhysicalDesign.ContextualComponentTreeNode
 
minimizeRefText() - Method in class oracle.odi.domain.mapping.MapComponent
Change all downstream expression reference text that references this component, so it will minimize the reference text.
mInitTechnologyDone - Static variable in class oracle.odi.domain.mapping.MappingGenericTechnology
 
MINUTE - Static variable in class oracle.odi.domain.runtime.scheduling.TimeUnit
Enumeration constant indicating minutes.
MINUTES - Static variable in class oracle.odi.domain.topology.OdiPhysicalSchema.OggReportCountFrequencyUnit
Minutes
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.
MIXED - Static variable in class oracle.odi.domain.topology.OdiTechnology.SqlJoinCapability
Both ordered and not ordered (mixed) joins are supported.
MODEL_FOLDER_OBJECT_NAME - Static variable in interface oracle.odi.impexp.smartie.ISmartImportService
 
MODEL_OBJECT_CREATED - Static variable in class oracle.odi.domain.root.IMappingObject.SyncState
The model object is newly created and the mapping object was also created during the last synchronize operation.
MODEL_OBJECT_DELETED - Static variable in class oracle.odi.domain.root.IMappingObject.SyncState
The model object was deleted.
MODEL_OBJECT_NAME - Static variable in interface oracle.odi.impexp.smartie.ISmartImportService
 
MODEL_OBJECT_UPDATED - Static variable in class oracle.odi.domain.root.IMappingObject.SyncState
The model object has been updated and the mapping object was also updated during the last synchronize operation.
MODIFIED - Static variable in class oracle.odi.generation.DDLDiff.DiffType
Current object exists in ODI and Database but is different.
MONDAY - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.DayOfWeek
Enumeration constant indicating Monday.
MONTHLY - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.Frequency
Indicates every month repetition.
MONTHLY_BY_WEEK_DAY - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.Frequency
Indicates every month repetition indicated by week day and its rank.
MOVE_DOWN - Static variable in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnMove.MoveAction
Deprecated.
Moves the column up (position - 1) in the list.
MOVE_FIRST - Static variable in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnMove.MoveAction
Deprecated.
Moves the column to the first (1) position in the list.
MOVE_LAST - Static variable in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnMove.MoveAction
Deprecated.
Moves the column to the last (columns.size()) position in the list.
MOVE_UP - Static variable in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnMove.MoveAction
Deprecated.
Moves the column up (position + 1) in the list.
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.
moveDataSet(DataSet, int) - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
For internal use only change the pos of specific.
moveExpression(MapExpression, int) - Method in class oracle.odi.domain.mapping.MapAttribute
 
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
 
moveLineToBottom(L) - Method in class oracle.odi.domain.project.OdiProcedure
Moves the given OdiProcedureLine to the bottom of the list of lines.
moveLineToTop(L) - Method in class oracle.odi.domain.project.OdiProcedure
Moves the given OdiProcedureLine to the top of the list of lines.
moveNode(ExecutionUnit) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Move this node to the specified execution unit.
moveNode(ExecutionUnit, List) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Move this node to the specified execution unit.
moveNodes(List, ExecutionUnit, List) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
moveNodes(List, ExecutionUnit, List) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
Move a group of physical nodes to the specified execution unit, if possible.
moveOptionAfter(ProcedureOption, ProcedureOption) - Method in class oracle.odi.domain.project.OdiProcedure
Moves the given ProcedureOption after the specified option.
moveOptionBefore(ProcedureOption, ProcedureOption) - Method in class oracle.odi.domain.project.OdiProcedure
Moves the given ProcedureOption before the specified option.
moveOptionToBottom(ProcedureOption) - Method in class oracle.odi.domain.project.OdiProcedure
Moves the given ProcedureOption to the bottom of the list of options.
moveOptionToTop(ProcedureOption) - Method in class oracle.odi.domain.project.OdiProcedure
Moves the given ProcedureOption to the top of the list of options.
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.
moveUpAttribute(String) - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
MSG_KEY_SAME_KEY_MULTIPLE_COMP - Static variable in class oracle.odi.domain.mapping.expression.MapExpression
 
mShowTemplateProperties - Static variable in class oracle.odi.domain.mapping.physical.MapPhysicalNode
 
MULTI_ROW - Static variable in class oracle.odi.domain.mapping.MapConnectorPoint.Cardinality
The projected row set has multiple rows.
MULTIPOINT_DISPLAYER - Static variable in class oracle.odi.domain.mapping.MapComponentType.uidef
 
mUseServerForExUnitConfiguration - Static variable in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
 
MYSQL - Static variable in class oracle.odi.setup.TechnologyName
Enum value representing the MySQL Database technology.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator
12c (12.1.3)

E51095-01

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