- AbstractComponentKM - Class in oracle.odi.domain.project
-
Represents Extract Knowledge Module
OdiXKM class is defined to only use ComponentKMLine as ProcedureLine.
- AbstractOdiCondition - Class in oracle.odi.domain.model
-
- AbstractOdiCondition() - Constructor for class oracle.odi.domain.model.AbstractOdiCondition
-
- AbstractOdiDataServer - Class in oracle.odi.domain.topology
-
- AbstractOdiDataServer.Axis2DeploymentSettings - Class in oracle.odi.domain.topology
-
- AbstractOdiDataServer.BICSConnectionSettings - Class in oracle.odi.domain.topology
-
Class to represent BICS Connection settings
- AbstractOdiDataServer.DirectoryDeploymentSettings - Class in oracle.odi.domain.topology
-
- AbstractOdiDataServer.DummyConnectionSettings - Class in oracle.odi.domain.topology
-
- AbstractOdiDataServer.FtpDeploymentSettings - Class in oracle.odi.domain.topology
-
- AbstractOdiDataServer.IConnectionSettings - Interface in oracle.odi.domain.topology
-
Type safety interface that implementation classes will implement to
define connectivity settings.
- AbstractOdiDataServer.JdbcSettings - Class in oracle.odi.domain.topology
-
Holds JDBC metadata required to get a JDBC connection from driver
manager.
- AbstractOdiDataServer.JndiSettings - Class in oracle.odi.domain.topology
-
Holds JNDI metadata required to get a JDBC connection from a DataSource
configured in an external JNDI provider.
- AbstractOdiDataServer.WsContainerSettings - Class in oracle.odi.domain.topology
-
Abstract base class related to ODI DataServices deployment.
- AbstractOdiSubModel - Class in oracle.odi.domain.model
-
Abstract base class for sub-models.
- AbstractOdiSubModel() - Constructor for class oracle.odi.domain.model.AbstractOdiSubModel
-
- AbstractOdiWsBasePhysicalSchema - Class in oracle.odi.domain.topology
-
An AbstractOdiWsBasePhysicalSchema an extension of OdiPhysicalSchema and serves as the parent for the other Web Services Technology specific physical schema.
- AbstractPattern - Class in oracle.odi.domain.mapping.component
-
- AbstractPattern() - Constructor for class oracle.odi.domain.mapping.component.AbstractPattern
-
- AbstractRuntimeSequence - Class in oracle.odi.domain.runtime.common
-
This is the common abstract class for ODI runtime sequence - scenario or session sequence.
- AbstractRuntimeSequence() - Constructor for class oracle.odi.domain.runtime.common.AbstractRuntimeSequence
-
- AbstractRuntimeStep - Class in oracle.odi.domain.runtime.common
-
This is the common abstract class for ODI runtime step - scenario or session step.
- AbstractRuntimeStep() - Constructor for class oracle.odi.domain.runtime.common.AbstractRuntimeStep
-
- AbstractRuntimeTask - Class in oracle.odi.domain.runtime.common
-
This is the common abstract class for ODI runtime task - scenario or session task.
- AbstractRuntimeTask() - Constructor for class oracle.odi.domain.runtime.common.AbstractRuntimeTask
-
- AbstractRuntimeVariable - Class in oracle.odi.domain.runtime.common
-
This is the common abstract class for ODI runtime variable - scenario or session variable.
- AbstractRuntimeVariable() - Constructor for class oracle.odi.domain.runtime.common.AbstractRuntimeVariable
-
- AccountExpiredException - Exception in oracle.odi.core.security
-
Thrown to indicate a user has its account expired.
- AccountExpiredException(String) - Constructor for exception oracle.odi.core.security.AccountExpiredException
-
Constructs an AccountExpiredException object.
- Action - Class in oracle.odi.domain.runtime.variable
-
- ActionListenerAbstract - Class in oracle.odi.interfaces.interactive.support.actionlistener
-
- ActionListenerAbstract() - Constructor for class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerAbstract
-
Deprecated.
- ActionListenerComposer - Class in oracle.odi.interfaces.interactive.support.actionlistener
-
- ActionListenerComposer(IInterfaceActionListener[]) - Constructor for class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerComposer
-
Deprecated.
Creates a new action listener with the specified list of child action
listeners.
- ACTIVE - Static variable in class oracle.odi.domain.runtime.scheduling.ScheduleStatus
-
Enumeration constant indicating active status.
- ACTIVE_FOR_PERIOD - Static variable in class oracle.odi.domain.runtime.scheduling.ScheduleStatus
-
Enumeration constant indicating active for some period status.
- ACTIVE_INDICATOR_PROPKEY - Static variable in class oracle.odi.domain.mapping.MapAttribute
-
The property name for a boolean property that indicates that this attribute will
participate in code generation.
- ActiveConnection - Static variable in class oracle.odi.core.security.IOdiUserConnectionActivityService.UserConnectionType
-
- AdapterHelper - Class in oracle.odi.domain.adapter
-
Static helper class for adapter interfaces.
- AdapterHelper() - Constructor for class oracle.odi.domain.adapter.AdapterHelper
-
- AdapterHelper.EnumHelper - Class in oracle.odi.domain.adapter
-
- ADD_ROW_ON_CHANGE - Static variable in class oracle.odi.domain.model.OdiColumn.ScdType
-
If the column's value changes, a new record version is created.
- ADD_TYPE - Static variable in class oracle.odi.domain.mapping.MapComponentRegistry.MapComponentRegistryEventType
-
- addAttribute(String, String, IDataType, Integer, Integer) - Method in class oracle.odi.domain.mapping.component.AggregateComponent
-
Adds a new attribute to this component
- addAttribute(String, String, IDataType, Integer, Integer) - Method in class oracle.odi.domain.mapping.component.DistinctComponent
-
Adds a new attribute to the distinct component.
- addAttribute(String, String, IDataType, Integer, Integer) - Method in class oracle.odi.domain.mapping.component.PivotComponent
-
Adds a new attribute to the pivot component.
- addAttribute(String, String, String, IDataType, Integer, Integer) - Method in class oracle.odi.domain.mapping.component.SubqueryFilterComponent
-
Adds an attribute to subquery filter component.
- addAttribute(String, String, IDataType, Integer, Integer) - Method in class oracle.odi.domain.mapping.component.UnpivotComponent
-
- addCachedIssue(RootIssue) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- addCachedIssues(List) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- addCaseWhen(OdiCaseWhen.ComparisonOperator, Object) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepCase
-
Creates an
OdiCaseWhen
, adds it to the list and return it
- addChildDataServer(OdiDataServer) - Method in class oracle.odi.domain.topology.OdiDataServer
-
- addChildProperty(Property) - Method in class oracle.odi.domain.mapping.properties.Property
-
Adds a child property to this property.
- addClassDeclarationText(String) - Method in class oracle.odi.domain.project.AbstractComponentKM
-
Appends some text to the class declaration text.
- addColumn(OdiColumn) - Method in class oracle.odi.domain.model.OdiKey
-
Adds the given column to this
OdiKey
instance.
- addColumn(TargetColumn, boolean, Number) - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
-
Deprecated.
For internal use only
Adds a new target column to this target datastore.
- addComponent(IMapComponent) - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
-
Adds a component to the mapping.
- addComponent(IMapComponent) - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
-
Find the physical node corresponding to the specified logical component, and add it to this
execution unit.
- addComponentKM(IKnowledgeModule) - Method in interface oracle.odi.domain.adapter.project.IProject
-
Adds a component KM to this project.
- addComponentKM(IKnowledgeModule) - Method in class oracle.odi.domain.project.OdiProject
-
- addCube(OdiCube) - Method in class oracle.odi.domain.dimension.OdiDimensionalModel
-
- addCubeUsesDimension(U) - Method in interface oracle.odi.domain.adapter.dimensional.ICube
-
Add a cube uses dimension into this cube.
- addCubeUsesDimension(OdiCubeUsesDimension) - Method in class oracle.odi.domain.dimension.OdiCube
-
- addDataMigrationErrorCount(int) - Method in interface oracle.odi.setup.IOdiProgressMonitor
-
- addDataMigrationErrorCount(int) - Method in class oracle.odi.setup.RepositoryUpgradeReport
-
- addDataSet(DataSet) - Method in class oracle.odi.domain.project.OdiInterface
-
Deprecated.
For internal use only
Add a new data set to the interface.
- addDataSet(DataSet, int) - Method in class oracle.odi.domain.project.OdiInterface
-
Deprecated.
For internal use only
Add a new data set to the interface at the specified location.
- addDataStore(OdiDataStore) - Method in class oracle.odi.domain.model.AbstractOdiSubModel
-
- addDataType(IDataType) - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
-
Adds a data type to this technology.
- addDataType(OdiDataType) - Method in class oracle.odi.domain.topology.OdiTechnology
-
- addDimension(OdiDimension) - Method in class oracle.odi.domain.dimension.OdiDimensionalModel
-
Add the specified dimension to this dimensional model if this dimensional model
does not contain the specified dimension.
- addElement(IElementInExecutionArea) - Method in class oracle.odi.interfaces.interactive.support.execarea.InterfaceExecutionArea
-
Deprecated.
- addElement(IElementInExecutionArea) - Method in interface oracle.odi.interfaces.interactive.support.IExecutionArea
-
Deprecated.
Adds an element to the execution area.
- addEnterprisePrincipalMember(OdiEnterprisePrincipal) - Method in class oracle.odi.domain.security.OdiRole
-
Map OdiRole with enterprise principal (role or user)
- addException(String) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
-
- addExecutionUnit(ExecutionUnit) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- addExecutionUnit(ExecutionUnit) - Method in class oracle.odi.domain.mapping.physical.ExecutionUnitGroup
-
Add an execution unit to this group.
- addExpression(String, String, IDataType, Integer, Integer) - Method in class oracle.odi.domain.mapping.component.ExpressionComponent
-
Adds a new output attribute to the expression component, and sets the
expression text.
- addExpressionContext(IExpressionContext) - Method in class oracle.odi.domain.xrefs.expression.contexts.CompoundExpressionContext
-
Add the given context to the end of the context sequence of this object.
- addFilter(Filter) - Method in class oracle.odi.domain.project.interfaces.DataSet
-
Deprecated.
Internal use only
Adds the given filter to this dataset.
- addFix(IIssueFix) - Method in interface oracle.odi.interfaces.interactive.IInterfaceIssue
-
Deprecated.
Adds a possible fix for this issue.
- addFolder(OdiFolder) - Method in class oracle.odi.domain.project.OdiProject
-
- addGenerationCondition(ProcedureOption) - Method in class oracle.odi.domain.project.OdiProcedureLine
-
Adds the given ProcedureOption to the collection of options that controls whether this
ProcedureLine will be generated.
- addGenerationInfoNode(String, String, String) - Method in class oracle.odi.domain.runtime.common.GenerationInfo
-
Adds a physical node and KM option info for this step.
- addGenerationInfoTarget(String, String, String, String, String) - Method in class oracle.odi.domain.runtime.common.GenerationInfo
-
Adds a target table and its corresponding information for this step.
- addHierarchy(OdiHierarchy) - Method in class oracle.odi.domain.dimension.OdiDimension
-
Add a hierarchy to this level.
- addHierarchyMember(OdiHierarchyMember) - Method in class oracle.odi.domain.dimension.OdiHierarchy
-
- addImplementation(String) - Method in class oracle.odi.domain.project.OdiUserFunction
-
Creates a new implementation of this OdiUserFunction
specified by pImplementationString.
- addInterface(OdiInterface) - Method in class oracle.odi.domain.project.OdiFolder
-
- addJoin(String) - Method in class oracle.odi.domain.mapping.component.Dataset
-
Adds a join to the dataset, with the specified join condition text.
- addJoin(String, IMapComponent, IMapComponent, String) - Method in class oracle.odi.domain.mapping.component.Dataset
-
- addJoin(Join) - Method in class oracle.odi.domain.project.interfaces.DataSet
-
Deprecated.
Internal use only
Adds the given join to this dataset.
- addJoinSource(IMapComponent, String) - Method in class oracle.odi.domain.mapping.component.JoinComponent
-
Adds a join source to an existing join.
- addKeyPartUse(K) - Method in interface oracle.odi.domain.adapter.dimensional.ICubeUsesDimension
-
Add the key part use into this cube uses dimension.
- addKeyPartUse(OdiKeyPartUse) - Method in class oracle.odi.domain.dimension.OdiCubeUsesDimension
-
- addLanguage(ILanguageImpl) - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
-
Adds an implemented language to this generic technology.
- addLevel(OdiLevel) - Method in class oracle.odi.domain.dimension.OdiDimension
-
Add a level to this dimension.
- addLevelAttribute(OdiLevelAttribute) - Method in class oracle.odi.domain.dimension.OdiLevel
-
Add a level attribute to this level.
- addLine(String) - Method in class oracle.odi.domain.project.OdiProcedure
-
Adds (assigning it the latest position) a new OdiProcedureLine with the
given name and default properties.
- addLine(Class, String) - Method in class oracle.odi.domain.project.OdiProcedure
-
Adds (assigning it the latest position) a new OdiProcedureLine with the
given name and default properties.
- addLine(String, OdiProcedureLineCmd, OdiProcedureLineCmd, Collection) - Method in class oracle.odi.domain.project.OdiProcedure
-
Adds (assigning it the latest position) a new OdiProcedureLine with the
given name, the given target and source commands (possibly nulls) and
options (possibly null) that will condition the generation of the line.
- addLine(Class, String, OdiProcedureLineCmd, OdiProcedureLineCmd, Collection) - Method in class oracle.odi.domain.project.OdiProcedure
-
Adds (assigning it the latest position) a new OdiProcedureLine with the
given name, the given target and source commands (possibly nulls) and
options (possibly null) that will condition the generation of the line.
- addLine(String, OdiProcedureLineCmd, OdiProcedureLineCmd, Collection) - Method in class oracle.odi.domain.project.OdiUserProcedure
-
- addListener(IInterfaceActionListener) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerComposer
-
Deprecated.
Adds a new action listener as one of the child listeners of this
action listener.
- addLoadBalancingAgent(OdiPhysicalAgent) - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
-
Add given agent to the collection of load balancing agents related to this
OdiPhysicalAgent
.
- addLoadPlan(OdiLoadPlan) - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
-
- addLoadPlanVariable(String, OdiVariable.DataType, String, IOdiVariableTextGenerator) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
-
- addLookup(DatastoreComponent, IDataStore, String) - Method in class oracle.odi.domain.mapping.component.Dataset
-
Adds a lookup component with the given driver component, lookup datastore, and the lookup condition.
- addMapComponentRegistryListener(MapComponentRegistry.IMapComponentRegistryListener) - Static method in class oracle.odi.domain.mapping.MapComponentRegistry
-
- addMapping(M) - Method in interface oracle.odi.domain.adapter.project.IFolder
-
Adds a mapping to this folder.
- addMapping(TargetMapping) - Method in class oracle.odi.domain.project.interfaces.DataSet
-
Deprecated.
Internal use only
Adds a new target mapping to this dataset.
- addMapping(Mapping) - Method in class oracle.odi.domain.project.OdiFolder
-
- addMeasure(M) - Method in interface oracle.odi.domain.adapter.dimensional.ICube
-
Add a measure into this cube.
- addMeasure(OdiMeasure) - Method in class oracle.odi.domain.dimension.OdiCube
-
- addMissingRefs(Collection) - Method in class oracle.odi.missingref.support.MissingRefManager
-
Add a collection of missing references to the missing refs cache and propagates the event.
- addMissingRefsListener(MissingRefsListener) - Method in class oracle.odi.missingref.support.MissingRefManager
-
Add a missing refs listener to the manager.
- addModel(OdiModel) - Method in class oracle.odi.domain.model.OdiModelFolder
-
Add the given model to the collection of models.
- addModelFolder(OdiModelFolder) - Method in class oracle.odi.domain.model.OdiModelFolder
-
Add the given model folder to the collection of model folders.
- addNaturalKeyMember(A) - Method in interface oracle.odi.domain.adapter.dimensional.ILevel
-
Add a natural key member to the list of natural key objects owned by this level.
- addNaturalKeyMember(OdiLevelAttribute) - Method in class oracle.odi.domain.dimension.OdiLevel
-
- addNaturalKeyMember(OdiNaturalKeyMember) - Method in class oracle.odi.domain.dimension.OdiLevel
-
Add a natural key member attribute to the list of natural key objects owned by this level.
- addObjTrace(ObjTrace) - Method in class oracle.odi.domain.project.OdiInterface
-
Deprecated.
For internal use only
Add a new object trace to this interface.
- addOdiInstanceListener(OdiInstance.IOdiInstanceListener) - Static method in class oracle.odi.core.OdiInstance
-
Add a listener that will be notified after an OdiInstance is created, and when
it is closed.
- addOdiKMTemplate(OdiKMTemplate) - Method in class oracle.odi.domain.project.AbstractComponentKM
-
- addOdiKMTemplateList(List) - Method in class oracle.odi.domain.project.AbstractComponentKM
-
- addOdiKMTemplateReference(OdiKMTemplate) - Method in class oracle.odi.domain.project.OdiKMTemplate
-
- addOdiProfile(OdiProfile) - Method in class oracle.odi.domain.security.OdiPrincipal
-
- addOdiProfileList(List) - Method in class oracle.odi.domain.security.OdiPrincipal
-
- addOption(String) - Method in class oracle.odi.domain.project.OdiProcedure
-
Adds (assigning it the lastest position) a new ProcedureOption with the
given name and default OptionType to this OdiProcedure.
- addOption(String, ProcedureOption.OptionType, Object) - Method in class oracle.odi.domain.project.OdiProcedure
-
Adds (assigning it the lastest position) a new ProcedureOption of the
given type, default value and with the given name to this OdiProcedure.
- addOption(String) - Method in class oracle.odi.domain.project.OdiUserProcedure
-
- addOption(String, ProcedureOption.OptionType, Object) - Method in class oracle.odi.domain.project.OdiUserProcedure
-
- addOptionGroup(String) - Method in interface oracle.odi.domain.adapter.project.IProcedure
-
Add procedure option group to the procedure.
- addOptionGroup(String) - Method in class oracle.odi.domain.project.OdiProcedure
-
add option group to the procedure
- addOptionValue(String, String, boolean) - Method in class oracle.odi.domain.runtime.common.GenerationInfo.GenerationInfoNode
-
Adds a KM option and value pair info for this node.
- addPackage(OdiPackage) - Method in class oracle.odi.domain.project.OdiFolder
-
- addParentRef(OdiParentRef) - Method in class oracle.odi.domain.dimension.OdiLevel
-
Add a parent ref objects that will be associated with this level.
- addPhysicalNode(MapPhysicalNode, boolean, List) - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
-
Add a physical node to this execution unit.
- addPhysicalNode(MapPhysicalNode, boolean) - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
-
Add a physical node to this execution unit.
- addPhysicalNode(MapPhysicalNode) - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
-
Add a physical node to this execution unit.
- addPhysicalNodes(List, boolean, List) - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
-
Add a list of physical nodes to this execution unit.
- addPoint(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapPathSpecifier
-
Add a point to the path.
- addProcedureLine(String) - Method in interface oracle.odi.domain.adapter.project.IProcedure
-
Adds a new procedure line to this procedure.
- addProcedureLine(Class, String) - Method in interface oracle.odi.domain.adapter.project.IProcedure
-
Adds a new procedure line to this procedure.
- addProcedureLine(String) - Method in class oracle.odi.domain.project.AbstractComponentKM
-
- addProcedureLine(Class, String) - Method in class oracle.odi.domain.project.AbstractComponentKM
-
- addProcedureLine(String) - Method in class oracle.odi.domain.project.OdiProcedure
-
- addProcedureLine(Class, String) - Method in class oracle.odi.domain.project.OdiProcedure
-
- addProcedureOption(String, Enum, Object) - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
-
Adds a procedure option to this KM.
- addProcedureOption(String, Enum, Object, Set) - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
-
Adds procedure option to this KM .
- addProcedureOption(IProcedureOption) - Method in interface oracle.odi.domain.adapter.project.IProcedure
-
- addProcedureOption(String, Enum, Object) - Method in class oracle.odi.domain.project.AbstractComponentKM
-
- addProcedureOption(String, Enum, Object) - Method in class oracle.odi.domain.project.OdiJKM
-
- addProcedureOption(IProcedureOption) - Method in class oracle.odi.domain.project.OdiProcedure
-
- addProcedureOption(String, Enum, Object) - Method in class oracle.odi.domain.project.OdiRKM
-
- addProperty(Property) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- addProperty(Property) - Method in interface oracle.odi.domain.root.IPropertyOwner
-
Add a named property to this object.
- addReferringStep(OdiLoadPlanStep) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
-
- addRefMember(OdiRefMember) - Method in class oracle.odi.domain.dimension.OdiParentRef
-
Add a reference member to this parent reference.
- addRepositoryModeListener(RepositoryModeListener) - Method in class oracle.odi.core.repository.Repository
-
- addRestOperation(OdiRestOperation) - Method in class oracle.odi.domain.topology.OdiBICSPhysicalSchema
-
Adds the rest operation.
- addReusableMapping(R) - Method in interface oracle.odi.domain.adapter.project.IFolder
-
Adds a reusable mapping to this folder.
- addReusableMapping(ReusableMapping) - Method in class oracle.odi.domain.project.OdiFolder
-
- addReverseAction(IInterfaceAction) - Method in interface oracle.odi.interfaces.interactive.IInterfaceUndoListener
-
Deprecated.
Adds an "undo" action for a particular action performed on an ODI interface object.
- addRowLocatorValue(String) - Method in class oracle.odi.domain.mapping.component.PivotComponent
-
Adds a value into row locator values property.
- addScenario(IScenario) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- addScenario(OdiScenario) - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
-
- addScenarioTask(OdiScenarioTask) - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioStep
-
- addSessionBlueprintSequence(OdiSessionBlueprintSequence) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
-
FOR INTERNAL USE ONLY.
- addSessionBlueprintStep(OdiSessionBlueprintStep) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
-
FOR INTERNAL USE ONLY.
- addSessionBlueprintTask(OdiSessionBlueprintTask) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintStep
-
- addSessionBlueprintVariable(OdiSessionBlueprintVariable) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
-
FOR INTERNAL USE ONLY.
- addSessionCustomStep(OdiSessionCustomStep) - Method in class oracle.odi.domain.runtime.session.OdiSession
-
- addSessionCustomTask(OdiSessionCustomTask) - Method in class oracle.odi.domain.runtime.session.OdiSession
-
- addSessionCustomVariable(OdiSessionCustomVariable) - Method in class oracle.odi.domain.runtime.session.OdiSession
-
- addSessionParameter(OdiSessionParameter) - Method in class oracle.odi.domain.runtime.session.OdiSession
-
- addSessionStepLog(OdiSessionStepLog) - Method in class oracle.odi.domain.runtime.session.OdiSession
-
- addSessionTaskLog(OdiSessionTaskLog) - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
-
Add session task logs of this session step log
- addSetAttribute(String, String[]) - Method in class oracle.odi.domain.mapping.component.SetComponent
-
Adds a new output attribute with a set of associated input expression strings.
- addSetAttribute(MapConnectorPoint, String, String[]) - Method in class oracle.odi.domain.mapping.component.SetComponent
-
Adds a new output attribute with a set of associated input expression strings.
- addSetAttributeExpression(MapAttribute, MapAttribute, MapPathSpecifier) - Method in class oracle.odi.domain.mapping.component.SetComponent
-
Adds the expression for this attribute and input point.
- addSetAttributeExpression(MapConnectorPoint, MapAttribute, MapAttribute, MapPathSpecifier) - Method in class oracle.odi.domain.mapping.component.SetComponent
-
Adds the expression for this attribute and input point.
- addSetAttributeExpression(MapAttribute, String, String, IDataType, Integer, Integer) - Method in class oracle.odi.domain.mapping.component.SetComponent
-
If the current set component owns an
MapAttribute
of the same name as pAttributeName
and if this attribute owns an expression linked to the same
MapConnectorPoint
,
then this method will replace the expression with pExpressionText if the pDatatype matches
the current
IDataType
of this attribute.
If the current set component owns an
MapAttribute
of the same name as pAttributeName
and if this attribute owns an expression linked to the same
MapConnectorPoint
,
then this method will replace the expression with pExpressionText if the pDatatype matches
the current
IDataType
of this attribute.
If the current set component does not own a
MapAttribute
of the same name as pAttributeName,
then this method create a new attribute with pAttributeName as a name, pExpressionText as an expression
and pDataType as the datatype.
- addSetAttributeExpression(MapConnectorPoint, MapAttribute, String, String, IDataType, Integer, Integer) - Method in class oracle.odi.domain.mapping.component.SetComponent
-
If the current set component owns an
MapAttribute
of the same name as pAttributeName
and if this attribute owns an expression linked to the same
MapConnectorPoint
,
then this method will replace the expression with pExpressionText if the pDatatype matches
the current
IDataType
of this attribute.
If the current set component owns an
MapAttribute
of the same name as pAttributeName
and if this attribute owns an expression linked to the same
MapConnectorPoint
,
then this method will replace the expression with pExpressionText if the pDatatype matches
the current
IDataType
of this attribute.
If the current set component does not own a
MapAttribute
of the same name as pAttributeName,
then this method create a new attribute with pAttributeName as a name, pExpressionText as an expression
and pDataType as the datatype.
- addSetExpression(String, String, String) - Method in class oracle.odi.domain.mapping.component.SetComponent
-
Adds an expression to the specified attribute of the set component, based on the cross references computed on the expression text.
- addSetExpression(String, String, MapConnectorPoint) - Method in class oracle.odi.domain.mapping.component.SetComponent
-
Adds an expression to the specified attribute of the set component, based on the cross references computed on the expression text.
- addSkipLevel(OdiSkipLevel) - Method in class oracle.odi.domain.dimension.OdiHierarchyMember
-
Add a skip level object to this hierarchy member.
- addSKM(String) - Method in class oracle.odi.domain.project.OdiProject
-
- addSource(IDataStore, String) - Method in class oracle.odi.domain.mapping.component.Dataset
-
Creates a new source data storage delegate bound to the specified model datastore object, and
add it to the dataset.
- addSource(IModelObject, boolean) - Method in class oracle.odi.domain.mapping.component.Dataset
-
Creates a datastore delegate in this dataset and binds it to the given model object.
- addSourceDataStore(SourceDataStore) - Method in class oracle.odi.domain.project.interfaces.DataSet
-
Deprecated.
Internal use only
Adds a given source datastore to this dataset.
- addSourceSet(SourceSet) - Method in class oracle.odi.domain.project.interfaces.DataSet
-
Deprecated.
Internal use only
Adds the given source set to this dataset.
- addSourceSetListener(ISourceSetListener) - Method in interface oracle.odi.interfaces.interactive.ISourceSetComputer
-
Deprecated.
Adds a source set listener object for an interface.
- addSourceSetListener(ISourceSetListener) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerAbstract
-
Deprecated.
Adds a source set listener object for an interface.
- addSourceToDataset(Dataset, IDataStore) - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
-
Adds a source to this dataset (ER group)
- addStep(IExecutableStep) - Method in interface oracle.odi.domain.runtime.common.IExecutable
-
- addStep(IExecutableStep) - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
-
- addStep(IExecutableStep) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
-
- addStepCase(String, OdiLoadPlanVariable) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
-
Creates an instance of
OdiLoadPlanStepCase
, adds it to the list of children steps in the last position and returns it.
- addStepParallel(String) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
-
Creates an instance of
OdiLoadPlanStepParallel
, adds it to the list of children steps in the last position and returns it.
- addStepRunScenario(String, OdiScenario, OdiLogicalAgent, OdiContext) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
-
- addStepRunScenario(String, Tag, OdiLogicalAgent, OdiContext) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
-
- addStepSerial(String) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
-
Creates an instance of
OdiLoadPlanStepSerial
, adds it to the list of children steps in the last position and returns it.
- addStepToEnd(OdiLoadPlanStep) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
-
- addStepToEnd(OdiLoadPlanStep) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
-
- addSubFolder(OdiFolder) - Method in class oracle.odi.domain.project.OdiFolder
-
- addSubFolder(OdiScenarioFolder) - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
-
- addSubModel(OdiSubModel) - Method in class oracle.odi.domain.model.OdiModel
-
Add the given sub model to the collection of sub models owned by this
OdiModel
instance.
- addSubModel(OdiSubModel) - Method in class oracle.odi.domain.model.OdiSubModel
-
Add the given sub model to the collection of sub models of this
OdiSubModel
instance.
- addTargetMapping(TargetMapping) - Method in class oracle.odi.domain.project.interfaces.TargetColumn
-
Deprecated.
Internal use only
Adds a target mapping to this target column.
- addToSet(IMapComponent) - Method in class oracle.odi.domain.mapping.component.SetComponent
-
Convenience method to add an extra source to an existing set operator.
- addTransform(String, String) - Method in class oracle.odi.domain.mapping.component.UnpivotComponent
-
- addTransformKey(String) - Method in class oracle.odi.domain.mapping.component.UnpivotComponent
-
- addTransforms(String, Map) - Method in class oracle.odi.domain.mapping.component.UnpivotComponent
-
- addUserProcedure(OdiUserProcedure) - Method in class oracle.odi.domain.project.OdiFolder
-
- addVariable(OdiVariable, IOdiVariableTextGenerator) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
-
- addVariable(OdiLoadPlanVariable) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
-
- addVariable(OdiLoadPlanVariable, Object) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
-
- addVariableDefScriptText(String) - Method in class oracle.odi.domain.project.AbstractComponentKM
-
Appends some texts to the KM-local groovy substitution variable definition script.
- addVariableDefScriptText(String) - Method in class oracle.odi.domain.project.ComponentKMLine
-
- addWsPolicy(OdiWebServicePolicy) - Method in class oracle.odi.domain.topology.AbstractOdiWsBasePhysicalSchema
-
Adds a particular policy / policy param details passed as parameter.
- adjustPropertyPersistency(Property) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
-
Deprecated.
- AES128 - Static variable in class oracle.odi.core.security.CryptoAlgo
-
- AES256 - Static variable in class oracle.odi.core.security.CryptoAlgo
-
- AFTER_COLUMN - Static variable in class oracle.odi.domain.topology.OdiTechnology.OuterJoinNotationLocation
-
After column (join condition only).
- AFTER_COLUMN_FILTER - Static variable in class oracle.odi.domain.topology.OdiTechnology.OuterJoinNotationLocation
-
After column (join condition AND filter/splitter condition).
- afterClose(OdiInstance) - Method in interface oracle.odi.core.OdiInstance.IOdiInstanceListener
-
Notify listener that the OdiInstance has been closed.
- afterOpen(OdiInstance) - Method in interface oracle.odi.core.OdiInstance.IOdiInstanceListener
-
Notify listener that the OdiInstance has been created and initialized.
- afterPropertyChange(Property, Object, Object) - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
-
- afterPropertyChange(Property, Object, Object) - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
-
- afterPropertyChange(Property, Object, Object) - Method in class oracle.odi.domain.mapping.component.ExpandableComponentDelegate
-
- afterPropertyChange(Property, Object, Object) - Method in class oracle.odi.domain.mapping.component.FilterComponent
-
- AggregateComponent - Class in oracle.odi.domain.mapping.component
-
AggregateComponent is a mapping component used in processing expressions containing aggregation functions.
- AggregateComponent(MapComponentOwner, String) - Constructor for class oracle.odi.domain.mapping.component.AggregateComponent
-
Construct a new persistent set component.
- AggregateComponent.IsGroupByColumn - Class in oracle.odi.domain.mapping.component
-
The IsGroupByColumn enumeration specifies whether a column is included in the GROUP BY clause.
- AGGREGATION - Static variable in class oracle.odi.domain.mapping.expression.MapExpression.AggregationFunctionType
-
Aggregation function reference
- ALIAS_DEFAULT_LENGTH - Static variable in class oracle.odi.domain.model.OdiDataStore
-
Length of the alias automatically computed from the datastore name when the OdiDataStore is created.
- ALIAS_MAX_LENGTH - Static variable in class oracle.odi.domain.model.OdiDataStore
-
Maximum length supported for the "defaultAlias" property.
- ALIAS_MAX_LENGTH - Static variable in class oracle.odi.domain.project.interfaces.SourceDataStore
-
Deprecated.
The maximum string length allowed for the source alias name in the interface.
- AliasComputerDoubleChecker - Class in oracle.odi.interfaces.interactive.support.aliascomputers
-
- AliasComputerDoubleChecker(IAliasComputer) - Constructor for class oracle.odi.interfaces.interactive.support.aliascomputers.AliasComputerDoubleChecker
-
Deprecated.
- AliasComputerDoubleChecker(boolean) - Constructor for class oracle.odi.interfaces.interactive.support.aliascomputers.AliasComputerDoubleChecker
-
Deprecated.
Creates an alias computer based on a basic alias computer.
This is a convenience constructor similar to calling AliasComputerDoubleChecker(new BasicAliasComputer(pNormalize))
.
- AliasComputerDoubleChecker() - Constructor for class oracle.odi.interfaces.interactive.support.aliascomputers.AliasComputerDoubleChecker
-
Deprecated.
Convenience constructor similar to AliasComputerDoubleChecker(true).
- AliasComputerFixed - Class in oracle.odi.interfaces.interactive.support.aliascomputers
-
- AliasComputerFixed(String) - Constructor for class oracle.odi.interfaces.interactive.support.aliascomputers.AliasComputerFixed
-
Deprecated.
Creates a new alias computer that will always return the same alias equal to pAlias
.
- AliasedColumnCrossRef - Class in oracle.odi.domain.xrefs
-
A CrossRef that contains an aliased column in its expression element.
- AliasedColumnCrossRef(int, String, T, String, AliasedColumnCrossRef.ColumnType, String) - Constructor for class oracle.odi.domain.xrefs.AliasedColumnCrossRef
-
- AliasedColumnCrossRef.ColumnType - Class in oracle.odi.domain.xrefs
-
The type of the column referenced by this aliased cross reference.
- ALL - Static variable in class oracle.odi.core.service.reverse.ReverseService.DataStoreSelection
-
Return all the datastores.
- ALL - Static variable in class oracle.odi.domain.mapping.expression.MapExpression.AggregationFunctionType
-
Aggregation and Window function reference
- ALL - Static variable in class oracle.odi.impexp.IExportService.ExportLogType
-
- ALL_PARAMETER_TYPES - Static variable in class oracle.odi.domain.mapping.component.TableFunctionComponent
-
- ALL_ROWS - Static variable in class oracle.odi.domain.mapping.component.LookupComponent.LookupType
-
- ALL_SET_OPERATIONS - Static variable in class oracle.odi.domain.mapping.component.SetComponent
-
All set operations, for all technologies.
- ALL_SUB_MODELS - Static variable in class oracle.odi.domain.model.OdiSubModel.DistributionRule
-
Data stores from all sub models are taken in account.
- AllConnection - Static variable in class oracle.odi.core.security.IOdiUserConnectionActivityService.UserConnectionType
-
- ALREADY_UPTODATE - Static variable in class oracle.odi.setup.IRepositoryUpgradeCallback.UpgradeStatus
-
The repository was already up to date before the upgrade.
- ALTERNATE_KEY - Static variable in class oracle.odi.domain.model.OdiKey.KeyType
-
An Alternate Unique Key.
- ALTERNATE_KEY - Static variable in class oracle.odi.generation.DDLDiff.ObjectType
-
Difference is for an Alternate Key (Unique Key).
- ALWAYS - Static variable in class oracle.odi.domain.project.OdiProcedureLine.ExecuteOptions
-
- ALWAYS - Static variable in class oracle.odi.domain.project.Step.LogLevel
-
This step execution will be logged.
- ALWAYS - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan.SessionLogsBehavior
-
Always Keep: Always keep logs
- ALWAYS_KEEP_LOG - Static variable in class oracle.odi.domain.runtime.step.StepLoggingMethod
-
Keep log after step execution.
- ALWAYS_REMOVE_LOG - Static variable in class oracle.odi.domain.runtime.step.StepLoggingMethod
-
Remove log after execution.
- ANY_ROW - Static variable in class oracle.odi.domain.mapping.component.LookupComponent.LookupType
-
- ANYDATA - Static variable in class oracle.odi.domain.mapping.MappingGenericTechnology.GenericDataType
-
- AP - Static variable in class oracle.odi.domain.mapping.physical.MapPhysicalNode.PhysicalNodeType
-
A PAP node is a specialized physical tree node representing an access point, or "AP node"
in the physical graph.
- APComponentType - Static variable in class oracle.odi.domain.mapping.physical.MapPhysicalNode
-
A special component type for AP nodes
- append(IOdiShortcutService.MaterializeResult) - Method in class oracle.odi.domain.shortcuts.IOdiShortcutService.MaterializeResult
-
Internal use only.
- append(String) - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
-
Append the given string to this builder's expression.
- append(OdiVariable, boolean) - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
-
Append the string representation of the given
OdiVariable
to this builder's
expression.
- append(OdiVariable, boolean, boolean) - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
-
Append the string representation of the given
OdiVariable
to this builder's
expression.
- append(OdiUserFunction) - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
-
Append the string representation of the given
OdiUserFunction
to this builder's
expression.
- append(OdiUserFunction, List) - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
-
Append the string representation of the given
OdiUserFunction
to this builder's
expression and uses the
pBuilders
as parameters of the function.
- append(OdiSequence, boolean) - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
-
Append the string representation of the given
OdiSequence
to this builder's
expression.
- append(OdiSequence, boolean, boolean) - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
-
Append the string representation of the given
OdiSequence
to this builder's
expression.
- append(OdiSequence, boolean, boolean, boolean) - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
-
Append the string representation of the given
OdiSequence
to this builder's
expression.
- append(IColumn, String) - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
-
Append the string representation of the given
IColumn
to this builder's expression.
- append(ISourceColumn) - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
-
Append the string representation of the given
ISourceColumn
to this builder's
expression.
- ApplicationServer - Class in oracle.odi.core
-
Possible values for APPLICATION_SERVER server parameter
WEBLOGIC: if the agent/console is deployed on a WebLogic application server
WEBSPHERE: if the agent/console is deployed on a WebSphere application server
UNKNOWN: if the agent/console is deployed on a unknown/unsupported application server
STANDALONE: if the agent is standalone
LOCAL: if the agent is a local agent
NOTE: STANDALONE & LOCAL are valid values only in the context of Agent.
- applyFullDeploymentArchive(OdiInstance, String, boolean, char[], boolean) - Static method in class oracle.odi.core.service.deployment.DeploymentService
-
Apply Initial Deployment Archive onto the repository.
- applyPatchDeploymentArchive(OdiInstance, String, boolean, String, boolean, char[], boolean) - Static method in class oracle.odi.core.service.deployment.DeploymentService
-
Apply the Given Patch Deployment Archive onto ODI repository
- APRIL - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.MonthOfYear
-
Enumeration constant indicating the month of April.
- areAttributesAllowed() - Method in class oracle.odi.domain.mapping.component.DefaultDelegate.DefaultConnectorPointDelegate
-
- areAttributesAllowed() - Method in class oracle.odi.domain.mapping.component.ExpandableComponentDelegate.ExpandableComponentConnectorPointDelegate
-
- areSourceSetsDirty() - Method in interface oracle.odi.interfaces.interactive.IInteractiveInterfaceHelper
-
Deprecated.
Returns true
if the source sets should be recomputed.
- areSourceSetsDirty() - Method in interface oracle.odi.interfaces.interactive.ISourceSetComputer
-
Deprecated.
Returns true if the ODI interface objects within a source set have been modified since the
last source set computation.
- areSourceSetsDirty() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
-
Deprecated.
Returns true if the source sets should be recomputed.
- areSourceSetsDirty() - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerAbstract
-
Deprecated.
Returns true if the ODI interface objects within a source set have been modified since the
last source set computation.
- AS_SOURCE - Static variable in class oracle.odi.core.service.navigation.NavigationService.NavQuery
-
Return Objects in which a given parent entity is used as a source.
- AS_TARGET - Static variable in class oracle.odi.core.service.navigation.NavigationService.NavQuery
-
Return Objects in which a given parent entity is used as a target.
- ASC - Static variable in class oracle.odi.domain.model.OdiColumn.SortByDirection
-
Sorts Attribute in Ascending order
- ASCENDING - Static variable in class oracle.odi.domain.project.OdiJKMLine.RepeatOrder
-
Execute for each of the journaled tables in ascending order.
- Assert - Class in oracle.odi.domain.util
-
This class is designed as replacement of Spring's Assert,
but with support of I18N ODI MessageHandle.
- Assert() - Constructor for class oracle.odi.domain.util.Assert
-
- AUGUST - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.MonthOfYear
-
Enumeration constant indicating the month of August.
- Authentication - Class in oracle.odi.core.security
-
The class Authentication represents an authenticated user.
- AuthenticationConfiguration - Class in oracle.odi.setup
-
AuthenticationConfiguration represent the configuration related to
authentication used when creating a master repository.
- AuthenticationConfiguration() - Constructor for class oracle.odi.setup.AuthenticationConfiguration
-
- AuthenticationConfiguration.OPSSAuthenticationConfiguration - Class in oracle.odi.setup
-
Represents an ODI OPSS Authentication Configuration.
- AuthenticationConfiguration.StandaloneAuthenticationConfiguration - Class in oracle.odi.setup
-
Represents an ODI Standalone Authentication Configuration.
- AuthenticationConfigurationSwitchingException - Exception in oracle.odi.setup
-
Exception raised when there is a configuration problem encountered preventing
the AuthenticationConfiguration to be switched.
- AuthenticationException - Exception in oracle.odi.core.security
-
Abstract superclass for all exception related to user authentication failure.
- AuthenticationRequiredException - Exception in oracle.odi.core.security
-
This exception is raised when a current authentication is required but none is defined.
- AuthenticationRequiredException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.security.AuthenticationRequiredException
-
Base constructor with custom error message.
- AuthenticationRequiredException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.security.AuthenticationRequiredException
-
Base constructor with custom error message.
- AuthenticationServiceException - Exception in oracle.odi.core.security
-
AuthenticationServiceException is used to report an unexpected error during an authentication request, such as a system problem.
- AuthenticationServiceException(String, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.security.AuthenticationServiceException
-
Base constructor with custom error message.
- AuthenticationServiceException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.security.AuthenticationServiceException
-
Base constructor with custom error message.
- AuthenticationServiceException(Throwable, String, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.security.AuthenticationServiceException
-
Base constructor with custom error message.
- AuthenticationServiceException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.security.AuthenticationServiceException
-
Base constructor with custom error message.
- AuthenticationServiceException(Throwable) - Constructor for exception oracle.odi.core.security.AuthenticationServiceException
-
Constructor with default error message Messages.ERR_SECURITY_UNCATEGORIZED_EXCEPTION
.
- AuthorizationServiceException - Exception in oracle.odi.core.security
-
Exception thrown on authorization system failure.
- AuthorizationServiceException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.security.AuthorizationServiceException
-
Base constructor with custom error message.
- AuthorizationServiceException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.security.AuthorizationServiceException
-
Base constructor with custom error message.
- AUTO - Static variable in class oracle.odi.domain.mapping.component.AggregateComponent.IsGroupByColumn
-
- autoCreateMappingIn(IOdiEntityManager, IDataStore, IFolder, IContext, String, boolean) - Method in class oracle.odi.domain.mapping.autocreator.MappingAutoCreator
-
create mapping object through the provided target data store object.
- autoCreateMappingOut(IOdiEntityManager, MapAttributeConnectorTree, IFolder, IContext, String) - Method in class oracle.odi.domain.mapping.autocreator.MappingAutoCreator
-
- autoFix(IInterfaceAction, IImpacts, IInterfaceActionListener, IInterfaceUndoListener, IInteractiveInterfaceHelper) - Method in interface oracle.odi.interfaces.interactive.IAutoFixManager
-
Deprecated.
This method will execute automatic fixes for ODI interface objects.
- autoFix(IInterfaceAction, IImpacts, IInterfaceActionListener, IInterfaceUndoListener, IInteractiveInterfaceHelper) - Method in class oracle.odi.interfaces.interactive.support.issues.autofixmanager.AutoFixManagerComposer
-
Deprecated.
- autoFix(IInterfaceAction, IImpacts, IInterfaceActionListener, IInterfaceUndoListener, IInteractiveInterfaceHelper) - Method in class oracle.odi.interfaces.interactive.support.issues.autofixmanager.AutoFixManagerEnableText
-
Deprecated.
- autoFix(IInterfaceAction, IImpacts, IInterfaceActionListener, IInterfaceUndoListener, IInteractiveInterfaceHelper) - Method in class oracle.odi.interfaces.interactive.support.issues.autofixmanager.AutoFixManagerLazy
-
Deprecated.
Dummy implementation.
- autoFix(IInterfaceAction, IImpacts, IInterfaceActionListener, IInterfaceUndoListener, IInteractiveInterfaceHelper) - Method in class oracle.odi.interfaces.interactive.support.issues.autofixmanager.AutoFixManagerNewObjects
-
Deprecated.
Fixes WARNING, CRITICAL, or FATAL issues for the sub-component that has been added and also for the target columns of the target data store if the added sub-component is a source data store.
- AutoFixManagerComposer - Class in oracle.odi.interfaces.interactive.support.issues.autofixmanager
-
- AutoFixManagerComposer(IAutoFixManager[]) - Constructor for class oracle.odi.interfaces.interactive.support.issues.autofixmanager.AutoFixManagerComposer
-
Deprecated.
Creates a new AutoFixManagerComposer by registering one or more auto fix managers.
- AutoFixManagerEnableText - Class in oracle.odi.interfaces.interactive.support.issues.autofixmanager
-
- AutoFixManagerEnableText() - Constructor for class oracle.odi.interfaces.interactive.support.issues.autofixmanager.AutoFixManagerEnableText
-
Deprecated.
- AutoFixManagerLazy - Class in oracle.odi.interfaces.interactive.support.issues.autofixmanager
-
- AutoFixManagerLazy() - Constructor for class oracle.odi.interfaces.interactive.support.issues.autofixmanager.AutoFixManagerLazy
-
Deprecated.
- AutoFixManagerNewObjects - Class in oracle.odi.interfaces.interactive.support.issues.autofixmanager
-
- AutoFixManagerNewObjects() - Constructor for class oracle.odi.interfaces.interactive.support.issues.autofixmanager.AutoFixManagerNewObjects
-
Deprecated.
- autoMapByBusinessName(MapConnectorPoint, MapConnectorPoint) - Method in class oracle.odi.domain.mapping.component.ExpandableComponentDelegate
-
- autoMapByName(MapConnectorPoint, MapConnectorPoint) - Method in class oracle.odi.domain.mapping.component.ExpandableComponentDelegate
-
- autoMapByNamePair(MapConnectorPoint, MapConnectorPoint, String[][]) - Method in class oracle.odi.domain.mapping.component.ExpandableComponentDelegate
-
- AutoMappingComputerColumnName - Class in oracle.odi.interfaces.interactive.support.mapping.automap
-
- AutoMappingComputerColumnName() - Constructor for class oracle.odi.interfaces.interactive.support.mapping.automap.AutoMappingComputerColumnName
-
Deprecated.
- AutoMappingComputerLazy - Class in oracle.odi.interfaces.interactive.support.mapping.automap
-
- AutoMappingComputerLazy() - Constructor for class oracle.odi.interfaces.interactive.support.mapping.automap.AutoMappingComputerLazy
-
Deprecated.
- AXIS2 - Static variable in class oracle.odi.domain.adapter.topology.ITechnology.ExecutionChannel
-
Execution channel involving an AXIS2 WebService container.
- AXIS2 - Static variable in class oracle.odi.domain.topology.OdiTechnology.ExecutionChannel
-
Execution channel involving an AXIS2 WebService container.
- Axis2DeploymentSettings(String, String) - Constructor for class oracle.odi.domain.topology.AbstractOdiDataServer.Axis2DeploymentSettings
-