Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator
12c Release 1 (12.1.2)

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

M

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.
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.
MapComponentRegistry - Class in oracle.odi.domain.mapping
A non-persistent, static class that imports the seeded component types, along with their associated property definitions.
MapComponentType - Class in oracle.odi.domain.mapping
A persistent class containing information about the definition of a component type.
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.
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.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.
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(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.ContextualAttribute) - Constructor for class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
MapPhysicalException - Exception in oracle.odi.domain.mapping.exception
Exception class for the physical deployment specification processing of a mapping.
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
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.
 
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.
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.MapContainerType - Class in oracle.odi.domain.mapping
 
MapRootContainer.MappingChange - Class in oracle.odi.domain.mapping
 
MapRootContainer.MappingChange(IMappingObject, 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.
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
 
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.
 
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.
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
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.
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.
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
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.
MULTI_ROW - Static variable in class oracle.odi.domain.mapping.MapConnectorPoint.Cardinality
The projected row set has multiple rows.
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 Release 1 (12.1.2)

E39365-03

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