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

E51095-04
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 

R

RANGE - Static variable in class oracle.odi.domain.model.OdiDataStore.PartitioningPolicy
Partition by range.
READ - Static variable in class oracle.odi.core.security.PermissionType
READ privileges, to view, consult an entity.
READ_COMMITED - Static variable in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.IsolationLevel
Read committed isolation level.
READ_COMMITTED - Static variable in class oracle.odi.domain.project.OdiProcedureLineCmd.IsolationLevel
The transaction can only read data committed by other transactions (in general, this is the default mode of many data servers.
READ_UNCOMMITED - Static variable in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.IsolationLevel
Read uncommitted isolation level.
READ_UNCOMMITTED - Static variable in class oracle.odi.domain.project.OdiProcedureLineCmd.IsolationLevel
The transaction can read data not committed by another transaction.
Recurrence - Class in oracle.odi.domain.runtime.scheduling
Recurrence is a value object representing the recurrence pattern of a schedule.
RecurrenceAttributes - Class in oracle.odi.domain.runtime.scheduling
RecurrenceAttributes class defines the data types used to construct a Recurrence object.
RecurrenceAttributes.DayOfMonth - Class in oracle.odi.domain.runtime.scheduling
Wrapper class on top of the primitive integer value, representing day of month.
RecurrenceAttributes.DayOfMonth(int) - Constructor for class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.DayOfMonth
Constructs an instance of DayOfMonth representing the specified int value.
RecurrenceAttributes.DayOfWeek - Class in oracle.odi.domain.runtime.scheduling
Enumeration for the days of a week.
RecurrenceAttributes.DayOfWeekRank - Class in oracle.odi.domain.runtime.scheduling
Enumeration for the rank of the week day in month.
RecurrenceAttributes.Frequency - Class in oracle.odi.domain.runtime.scheduling
Defines the frequency of a Recurrence.
RecurrenceAttributes.MonthOfYear - Class in oracle.odi.domain.runtime.scheduling
Defines the months of the year.
RecurrenceAttributes.TimeOfDay - Class in oracle.odi.domain.runtime.scheduling
TimeOfDay defines the time of the day.
RecurrenceAttributes.TimeOfDay(int, int, int) - Constructor for class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.TimeOfDay
Constructs the instance of TimeOfDay with specified hour, minute and second numeric values.
RecurrenceAttributes.Year - Class in oracle.odi.domain.runtime.scheduling
Wrapper class on top of the primitive integer value, representing year.
RecurrenceAttributes.Year(int) - Constructor for class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.Year
Constructs an instance of Year representing the specified int value.
REF_CURSOR_TYPE - Static variable in class oracle.odi.domain.mapping.component.TableFunctionComponent
Property value for the parameter type property.
REFERENCE - Static variable in class oracle.odi.domain.mapping.physical.MapPhysicalNode.PhysicalNodeType
A reference node, used when a single node has multiple parent nodes, corresponding to multiple downstream connected nodes in the logical graph.
ReferenceColumn - Class in oracle.odi.domain.model
A reference column for an OdiReference.
ReferenceColumn(OdiReference, OdiColumn, OdiColumn) - Constructor for class oracle.odi.domain.model.ReferenceColumn
Creates an ReferenceColumn for the given Foreign Key and Primary Key columns and add it to the given OdiReference.
ReferenceColumn.ReferenceColumnId - Class in oracle.odi.domain.model
Internal: .
ReferenceColumn.ReferenceColumnId(Number, Number) - Constructor for class oracle.odi.domain.model.ReferenceColumn.ReferenceColumnId
Internal: Constructs a ReferenceColumn$ReferenceColumnId object.
ReferenceManagerAbstract - Class in oracle.odi.interfaces.interactive.support.references.managers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This is a helper class to build other reference managers.
ReferenceManagerAbstract() - Constructor for class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerAbstract
Deprecated.
 
ReferenceManagerHeavyDataStores - Class in oracle.odi.interfaces.interactive.support.references.managers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation deals only with references caused by cross-references in SQL expressions.
ReferenceManagerHeavyDataStores() - Constructor for class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerHeavyDataStores
Deprecated.
 
ReferenceManagerLightDataStores - Class in oracle.odi.interfaces.interactive.support.references.managers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation handles references to attached source datastores in text holders.
ReferenceManagerLightDataStores() - Constructor for class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerLightDataStores
Deprecated.
 
ReferenceManagerLookups - Class in oracle.odi.interfaces.interactive.support.references.managers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This particular reference manager deals only with references inside lookups.
ReferenceManagerLookups(OdiInterface) - Constructor for class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerLookups
Deprecated.
Builds a reference manager on lookups for this interface.
ReferenceManagerSourceColumns - Class in oracle.odi.interfaces.interactive.support.references.managers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation manages references to source columns only.
ReferenceManagerSourceColumns() - Constructor for class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerSourceColumns
Deprecated.
 
ReferenceManagerToDataStoresFull - Class in oracle.odi.interfaces.interactive.support.references.managers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation returns all references from text holders to source datastores (both from attached datastores and cross-references).
ReferenceManagerToDataStoresFull() - Constructor for class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerToDataStoresFull
Deprecated.
Creates a new reference manager.
referencesFromExecutableChanged(IExecutableTextHolder) - Method in interface oracle.odi.interfaces.interactive.support.IReferenceChangeListener
Deprecated.
This method is called on all listeners when the references of a text holder are changed.
referencesFromExecutableChanged(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerAbstract
Deprecated.
 
referencesFromExecutableChanged(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerLookups
Deprecated.
 
referencesObject(IExpressionReferencedObject) - Method in interface oracle.odi.domain.mapping.IMapComponent
Return true if the specified object is referenced by an expression owned by this component or it's sub-objects.
ReferenceToSourceColumn - Class in oracle.odi.interfaces.interactive.support.references
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation represents a reference to a source column from a cross-reference in an SQL expression.
ReferenceToSourceColumn(ISourceColumn, IExecutableTextHolder) - Constructor for class oracle.odi.interfaces.interactive.support.references.ReferenceToSourceColumn
Deprecated.
Creates a reference to a source column.
ReferenceToSourceDataStore - Class in oracle.odi.interfaces.interactive.support.references
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation represents a reference to a source datastore referenced by either an expression or by a direct link from a text holder to a source datastore (such as attached datastores on joins and filters).
ReferenceToSourceDataStore(SourceDataStore, IExecutableTextHolder) - Constructor for class oracle.odi.interfaces.interactive.support.references.ReferenceToSourceDataStore
Deprecated.
Creates a reference from a text holder to a source datastore.
refresh(IOdiEntity) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Refresh the given entity with the persistent context.
refresh(boolean) - Method in class oracle.odi.domain.mapping.MapReference
Forces the reference to be re-resolved by finding the referenced object using the persistence context.
REFRESH_VARIABLE - Static variable in class oracle.odi.domain.runtime.step.StepType
Refresh Variable step type.
refreshColumns() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
For internal use only.
refreshCrossReferences() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
For internal use only Refresh the context manager for global and project references, and recompute all cross references.
refreshDatastores() - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
Deprecated.
Clear all caches concerning DataStore objects: they might have changed.
refreshGlobalAndProjectObjects() - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
Deprecated.
Refreshes all global and project objects (variables, sequences, user functions).
refreshIMapping(IMapping) - Method in class oracle.odi.domain.project.OdiFolder
Refresh mapping list with given Mapping object.
refreshReusableMapping(ReusableMapping) - Method in class oracle.odi.domain.project.OdiFolder
Refresh reusable mapping list with given ReusableMapping object.
regenerate(OdiLoadPlanStep.RegenerationMode, IOdiScenarioGenerator) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
Will regenerate all scenarios of this step and its children according to the specified RegenerationMode.
If this step is a RunScenario step type it regenerates only this step scenario.
This operation is not supported if the work repository is a runtime repository.
This operation will not happen if one of the scenario original object doesn't exist anymore (throws OdiOriginalObjectNotExistException
regenerate(OdiLoadPlanStep.RegenerationMode, IOdiScenarioGenerator) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
 
regenerate(OdiLoadPlanStep.RegenerationMode, IOdiScenarioGenerator) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepRunScenario
 
REGENERATE_MODE - Static variable in class oracle.odi.generation.GenerationOptions
In this mode, the existing scenarii will be regenerated.
regenerateLatestScenario(String) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Regenerates the latest version of a scenario from its name
regenerateLatestScenario(String, boolean) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Regenerates the latest version of a scenario from its name
regenerateLatestScenario(String) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
regenerateLatestScenario(String, boolean) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
regenerateScenario(OdiScenario) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Regenerates a given scenario.
regenerateScenario(OdiScenario, boolean, List) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Regenerates a given scenario.
regenerateScenario(OdiScenario, boolean) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Regenerates a given scenario.
regenerateScenario(Tag) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Regenerates a given scenario from its tag.
regenerateScenario(Tag, boolean) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Regenerates a given scenario from its tag.
regenerateScenario(Tag) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
regenerateScenario(Tag, boolean) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
regenerateScenario(OdiScenario) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
regenerateScenario(OdiScenario, boolean) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
regenerateScenario(OdiScenario, boolean, List) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
registerIdForObject(Object, Object) - Method in interface oracle.odi.interfaces.interactive.IdManager
Deprecated.
Registers the object and id relationship.
reimportTopologyReferenceData() - Method in interface oracle.odi.impexp.IImportService
Re-import the default Topology data (ODI Technologies, DataTypes, DataType Conversions and Languages) definitions delivered with the release.
reimportTopologyReferenceData() - Method in class oracle.odi.impexp.support.ImportServiceImpl
 
REJECT - Static variable in class oracle.odi.domain.model.OdiColumn.FileDescriptor.OnErrorOption
Reject the row.
release(DataSourceDefinition) - Method in class oracle.odi.core.DataSourceManager
Release the given DataSource if it is managed by this.
release() - Method in class oracle.odi.core.DataSourceManager
Freeze all DataSources held by this DataSourceManager.
releaseDataSource(DataSourceDefinition) - Method in class oracle.odi.core.OdiInstance
Release the JDBC DataSource with given definition if managed inside this OdiInstance.
REMOTE_OBJECT_MASK_MAX_LENGTH - Static variable in class oracle.odi.domain.topology.OdiPhysicalSchema
 
REMOTE_SEQUENCE_MASK_MAX_LENGTH - Static variable in class oracle.odi.domain.topology.OdiPhysicalSchema
 
RemoteObjectResult - Class in oracle.odi.runtime.agent.invocation
Simple class holding remote object invocation result.
RemoteRuntimeAgentInvoker - Class in oracle.odi.runtime.agent.invocation
The RemoteRuntimeAgentInvoker is the utility class allowing to invoke operations on a remote ODI agent.
It is instantiated by passing the agent URL and the ODI credentials.
RemoteRuntimeAgentInvoker(OdiInstance, String, String, char[], String, String) - Constructor for class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
This constructor requires ODI repo connectivities.
RemoteRuntimeAgentInvoker(String, String, char[], String, String) - Constructor for class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Constructs a RemoteRuntimeAgentInvoker object.
RemoteRuntimeAgentInvoker(String, String, char[]) - Constructor for class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Constructs a RemoteRuntimeAgentInvoker object.
remove(IOdiEntity) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Remove the given entity from the persistent context.
REMOVE_TYPE - Static variable in class oracle.odi.domain.mapping.MapComponentRegistry.MapComponentRegistryEventType
 
removeAll(Collection) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Remove all the given entities from the persistent context.
removeAllAttributes() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Remove all the attributes from this connector point.
removeAllAttributes(boolean) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Remove all the attributes from this connector point.
removeAllConnections() - Method in interface oracle.odi.domain.mapping.IMapComponent
Removes all connections from all input and output connector points of this component.
removeAllConnections(boolean) - Method in interface oracle.odi.domain.mapping.IMapComponent
Removes all connections from all input and output connector points of this component.
removeAllConnections() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Removes all connections from this connector point.
removeAllConnections(boolean) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Removes all connections from this connector point.
removeAllExecutionUnitGroups() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
removeAllExecutionUnitGroups() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
Remove all execution unit groups from this spec.
removeAllExecutionUnits() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
removeAllExecutionUnits() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
Remove all execution units from this physical design.
removeAllInputConnections() - Method in interface oracle.odi.domain.mapping.IMapComponent
Removes all input connections from all input connector points of this component.
removeAllNodes() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
removeAllPhysicalNodes() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Remove all physical nodes from this execution unit.
removeAllProperties() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
removeAttribute(MapAttribute) - Method in interface oracle.odi.domain.mapping.IMapAttributeOwner
Remove the specified attribute from this connector point.
removeAttribute(MapAttribute, boolean) - Method in interface oracle.odi.domain.mapping.IMapAttributeOwner
Remove the specified attribute from this connector point.
removeAttribute(String) - Method in interface oracle.odi.domain.mapping.IMapAttributeOwner
Remove the attribute with the specified name from this connector point.
removeAttribute(String, boolean) - Method in interface oracle.odi.domain.mapping.IMapAttributeOwner
Remove the attribute with the specified name from this connector point.
removeAttribute(MapAttribute) - Method in class oracle.odi.domain.mapping.MapAttribute
 
removeAttribute(MapAttribute, boolean) - Method in class oracle.odi.domain.mapping.MapAttribute
 
removeAttribute(String) - Method in class oracle.odi.domain.mapping.MapAttribute
 
removeAttribute(String, boolean) - Method in class oracle.odi.domain.mapping.MapAttribute
 
removeAttribute(MapAttribute) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
removeAttribute(MapAttribute, boolean) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
removeAttribute(String) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
removeAttribute(String, boolean) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
removeBreakpointOn(Step) - Method in class oracle.odi.domain.project.OdiPackage
Removes breakpoint on the step specified.
removeBreakpointOn(OdiUserProcedureLine) - Method in class oracle.odi.domain.project.OdiUserProcedure
Removes breakpoint on the line specified.
removeBreakpointOn(OdiSessionBlueprintStep) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Removes breakpoint on the step specified.
removeBreakpointOn(OdiSessionBlueprintTask) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Removes breakpoint on the task specified.
removeCaseElse() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepCase
remove the current CaseElse of the OdiLoadPlanStepCase.
removeCaseWhen(OdiCaseWhen) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepCase
Removes the given OdiCaseWhen of the list of OdiCaseWhen available for this OdiLoadPlanStepCase.
removeChildDataServer(OdiDataServer) - Method in class oracle.odi.domain.topology.OdiDataServer
Remove the given OdiDataServer from the collection of OdiDataServers.
removeCKM(OdiCKM) - Method in class oracle.odi.domain.project.OdiProject
Remove the given OdiCKM from the collection of OdiCKMs.
removeColumn(OdiColumn) - Method in class oracle.odi.domain.model.OdiDataStore
Remove the given OdiColumn from the collection of OdiColumns.
removeColumn(OdiColumn) - Method in class oracle.odi.domain.model.OdiKey
Remove the the given column from this key.
removeColumn(TargetColumn) - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
For internal use only Removes an existing target column from this target datastore.
removeColumnMapItem(MapAttribute, MapPhysicalColumn) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
 
removeComponent(IMapComponent, boolean) - Method in class oracle.odi.domain.mapping.component.Dataset
 
removeComponent(IMapComponent) - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Removes a component from the mapping.
removeComponent(IMapComponent, boolean) - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Removes a component from the mapping.
removeComponentKM(ComponentKM) - Method in class oracle.odi.domain.project.OdiProject
Remove the given ComponentKM from the collection of ComponentKMs.
removeComponentType(MapComponentType) - Method in class oracle.odi.domain.mapping.MapComponentRegistry
Remove the specified component type from the repository.
removeCondition(OdiCondition) - Method in class oracle.odi.domain.model.OdiDataStore
Remove the given OdiCondition from the collection of OdiConditions that belongs to this OdiDataStore.
removeDataServer(OdiDataServer) - Method in class oracle.odi.domain.topology.OdiTechnology
Remove the given OdiDataServer from the collection of OdiDataServers.
removeDataSet(DataSet) - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
For internal use only Remove the specified data set from this interface.
removeDataStore(OdiDataStore) - Method in class oracle.odi.domain.model.AbstractOdiSubModel
Remove the given OdiDataStore from the collection of OdiDataStores of this sub-model.
removeDeploymentSpec(DeploymentSpec) - Method in class oracle.odi.domain.mapping.Mapping
Deprecated.
Use removePhysicalDesign.
removeElement(IElementInExecutionArea) - Method in class oracle.odi.interfaces.interactive.support.execarea.InterfaceExecutionArea
Deprecated.
 
removeElement(IElementInExecutionArea) - Method in interface oracle.odi.interfaces.interactive.support.IExecutionArea
Deprecated.
Removes an element from the execution area.
removeEnterprisePrincipalMember(OdiEnterprisePrincipal) - Method in class oracle.odi.domain.security.OdiRole
Remove mapping between current OdiRole and enterprise principal (role or user)
removeErrorTables(Number) - Method in interface oracle.odi.domain.runtime.errortable.IErrorTableRemover
Drop all the error table names given a physical schema ID.
removeErrorTables(Number) - Method in class oracle.odi.domain.runtime.errortable.support.ErrorTableRemoverImpl
Drop all the error table names given a physical schema ID.
removeException(OdiLoadPlanException) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
Removes the given OdiLoadPlanException of the list of OdiLoadPlanException available for this OdiLoadPlan.
The OdiLoadPlanException must not be null and must have the same parent OdiLoadPlan.
removeExecutionUnit(ExecutionUnit) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
removeExecutionUnit(ExecutionUnit) - Method in class oracle.odi.domain.mapping.physical.ExecutionUnitGroup
Remove an execution unit from this group.
removeExecutionUnit(ExecutionUnit) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
Remove the specified execution unit from this physical design.
removeExpression(MapExpression) - Method in class oracle.odi.domain.mapping.MapAttribute
Remove the specified expression from this attribute.
removeExpressions() - Method in class oracle.odi.domain.mapping.MapAttribute
Remove all expressions associated with this attribute.
removeFilter(OdiFilter) - Method in class oracle.odi.domain.model.OdiDataStore
Remove the given OdiFilter from the collection of OdiFilters that belong to this datastore.
removeFilter(Filter) - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Internal use only Removes a filter from this dataset.
removeFolder(OdiFolder) - Method in class oracle.odi.domain.project.OdiProject
Remove the given OdiFolder from the collection of OdiFolders.
removeGenerationCondition(ProcedureOption) - Method in class oracle.odi.domain.project.OdiProcedureLine
Removes the given ProcedureOption to the collection options that controls whether this OdiProcedureLine will be generated, or not.
removeIKM(OdiIKM) - Method in class oracle.odi.domain.project.OdiProject
Remove the given OdiIKM from the collection of OdiIKMs.
removeImplementation(OdiUserFunctionImpl) - Method in class oracle.odi.domain.project.OdiUserFunction
Remove the given implementation (OdiUserFunctionImpl) of this OdiUserFunction.
removeInputConnection(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Removes the input connection from the specified source point.
removeInputConnection(MapConnectorPoint, boolean) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Removes the input connection from the specified source point.
removeInputConnection(MapConnector) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Removes the specified connector.
removeInputConnection(MapConnector, boolean) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Removes the specified connector.
removeInputConnectorPoint(MapConnectorPoint) - Method in interface oracle.odi.domain.mapping.IMapComponent
Removes an existing input connector point.
removeInputConnectorPoint(MapConnectorPoint, boolean) - Method in interface oracle.odi.domain.mapping.IMapComponent
Removes an existing input connector point.
removeInputConnectorPoint(String) - Method in interface oracle.odi.domain.mapping.IMapComponent
Removes an existing input connector point.
removeInterface(OdiInterface) - Method in class oracle.odi.domain.project.OdiFolder
Remove the given OdiInterface from the collection of OdiInterfaces.
removeJKM(OdiJKM) - Method in class oracle.odi.domain.project.OdiProject
Remove the given OdiJKM from the collection of OdiJKMs.
removeJobStartupParam(OdiJobStartupParam) - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Removes the specified startup parameter.
removeJoin(Join) - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Internal use only Removes a join from this dataset.
removeKey(OdiKey) - Method in class oracle.odi.domain.model.OdiDataStore
Remove the given OdiKey from the collection of OdiKeys.
removeLine(L) - Method in class oracle.odi.domain.project.OdiProcedure
Removes the given line from this OdiProcedure.
removeLine(OdiUserProcedureLine) - Method in class oracle.odi.domain.project.OdiUserProcedure
 
removeListener(IInterfaceActionListener) - Method in class oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerComposer
Deprecated.
Removes the specified action listener from the list of child listeners of this action listener.
removeLKM(OdiLKM) - Method in class oracle.odi.domain.project.OdiProject
Remove the given OdiLKM from the collection of OdiLKMs.
removeLoadBalancingAgent(OdiPhysicalAgent) - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Remove given agent to the collection of load balancing agents related to this OdiPhysicalAgent.
removeLoadPlan(OdiLoadPlan) - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Removes the given OdiLoadPlan from this OdiScenarioFolder's hierarchy.
removeLogicalSchema(OdiLogicalSchema) - Method in class oracle.odi.domain.topology.OdiTechnology
Remove the given OdiLogicalSchema from the collection of OdiLogicalSchemas.
removeMainPartition(OdiMainPartition) - Method in class oracle.odi.domain.model.OdiDataStore
Remove the given OdiMainPartition from the collection of OdiMainPartitions that belongs to this datastore.
removeMapping(M) - Method in interface oracle.odi.domain.adapter.project.IFolder
Removes a mapping from this folder.
removeMapping(TargetMapping) - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Internal use only Removes a target mapping from this dataset.
removeMapping(Mapping) - Method in class oracle.odi.domain.project.OdiFolder
Remove the given OdiInterface from the collection of OdiInterfaces.
removeMissingRefsListener(MissingRefsListener) - Method in class oracle.odi.missingref.support.MissingRefManager
Remove a missing refs listener from the manager.
removeModel(OdiModel) - Method in class oracle.odi.domain.model.OdiModelFolder
Remove the given model from the collection of models.
removeModelFolder(OdiModelFolder) - Method in class oracle.odi.domain.model.OdiModelFolder
Remove the given model folder from the collection of model folders.
removeObjTrace(ObjTrace) - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
For internal use only Add an object trace from this interface.
removeOdiInstanceListener(OdiInstance.IOdiInstanceListener) - Static method in class oracle.odi.core.OdiInstance
Remove an ODI instance listener that was previously added.
removeOdiProfile(OdiProfile) - Method in class oracle.odi.domain.security.OdiPrincipal
 
removeOption(ProcedureOption) - Method in class oracle.odi.domain.project.OdiProcedure
Remove the specified option from this procedure.
removeOption(ProcedureOption) - Method in class oracle.odi.domain.project.OdiUserProcedure
 
removeOptionGroup(ProcedureOptionGroup) - Method in class oracle.odi.domain.project.OdiProcedure
remove option group from the procedure
removeOutboundReference(OdiReference) - Method in class oracle.odi.domain.model.OdiDataStore
Remove the given OdiReference from the collection of outbound OdiReferences that belong to this datastore.
removeOutputConnection(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Removes the output connection to the specified target connector point.
removeOutputConnection(MapConnectorPoint, boolean) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Removes the output connection to the specified target connector point.
removeOutputConnection(MapConnector) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Removes the specified connector.
removeOutputConnection(MapConnector, boolean) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Removes the specified connector.
removeOutputConnectorPoint(MapConnectorPoint) - Method in interface oracle.odi.domain.mapping.IMapComponent
Removes an existing output connector point.
removeOutputConnectorPoint(MapConnectorPoint, boolean) - Method in interface oracle.odi.domain.mapping.IMapComponent
Removes an existing output connector point.
removePackage(OdiPackage) - Method in class oracle.odi.domain.project.OdiFolder
Remove the given OdiPackage from the collection of OdiPackages.
removePhysicalDesign(MapPhysicalDesign) - Method in class oracle.odi.domain.mapping.Mapping
Remove and delete the specified physical design from this mapping.
removePhysicalExpression(MapPhysicalExpression) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Remove a physical expression usage object from this node.
removePhysicalSchema(OdiPhysicalSchema) - Method in class oracle.odi.domain.topology.OdiDataServer
Remove the given OdiPhysicalSchema from the collection of OdiPhysicalSchemas.
removeProcedureLine(IProcedureLine) - Method in interface oracle.odi.domain.adapter.project.IProcedure
Removes an existing procedure line.
removeProcedureLine(IProcedureLine) - Method in class oracle.odi.domain.project.OdiProcedure
 
removeProperty(String) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
removeProperty(Property) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
removePropertyDefinition(PropertyDefinition) - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
 
removeReferenceColumn(ReferenceColumn) - Method in class oracle.odi.domain.model.OdiReference
Actually remove the given ReferenceColumn from the reference columns associated to this OdiReference instance.
removeReusableMapping(R) - Method in interface oracle.odi.domain.adapter.project.IFolder
Removes a reusable mapping from this folder.
removeReusableMapping(ReusableMapping) - Method in class oracle.odi.domain.project.OdiFolder
 
removeRKM(OdiRKM) - Method in class oracle.odi.domain.project.OdiProject
Remove the given OdiRKM from the collection of OdiRKMs.
removeScenario(IScenario) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
removeScenario(IScenario) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
Remove the specified scenario from the scenarios that are associated with this physical design.
removeScenario(OdiScenario) - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Removes the given OdiScenario from this OdiScenarioFolder's hierarchy.
removeSequence(OdiSequence) - Method in class oracle.odi.domain.project.OdiProject
Remove the given OdiSequence from the collection of OdiSequences.
removeSKM(OdiSKM) - Method in class oracle.odi.domain.project.OdiProject
Remove the given OdiSKM from the collection of OdiSKMs.
removeSourceDataStore(SourceDataStore) - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Internal use only Removes a source datastore from this dataset.
removeSourceFromDataset(MapComponent, boolean) - Method in class oracle.odi.domain.mapping.component.Dataset
Removes the specified source component from this Dataset.
removeSourceSet(SourceSet) - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Internal use only Removes a source set from this dataset.
removeSourceSetListener(ISourceSetListener) - Method in interface oracle.odi.interfaces.interactive.ISourceSetComputer
Deprecated.
Removes a source set listener object for an interface.
removeSourceSetListener(ISourceSetListener) - Method in class oracle.odi.interfaces.interactive.support.sourceset.computers.SourceSetComputerAbstract
Deprecated.
Removes a source set listener object for an interface.
removeStep(Step) - Method in class oracle.odi.domain.project.OdiPackage
Remove the given step from this OdiPackage instance.
removeStep(IRuntimeStep) - Method in interface oracle.odi.domain.runtime.common.IRuntimeExecutable
 
removeStep(OdiLoadPlanStep) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
 
removeStep(OdiLoadPlanStep) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
Removes the given step of the list of children steps and updates the order for the remaining children steps.
removeStep(IRuntimeStep) - Method in class oracle.odi.domain.runtime.session.OdiSession
Deprecated.
consider using OdiSessionBlueprintStep instead.
removeSubFolder(OdiFolder) - Method in class oracle.odi.domain.project.OdiFolder
Remove the given OdiFolder from the collection of OdiFolders.
removeSubFolder(OdiScenarioFolder) - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Removes the given OdiScenarioFolder from internal hierarchy and it becomes a top-level scenario folder.
removeSubModel(OdiSubModel) - Method in class oracle.odi.domain.model.OdiModel
Remove the given sub model from the collection of sub models.
removeSubModel(OdiSubModel) - Method in class oracle.odi.domain.model.OdiSubModel
Remove the given sub model from the collection of sub models of this OdiSubModel instance.
removeSubPartition(OdiSubPartition) - Method in class oracle.odi.domain.model.OdiMainPartition
Remove the given OdiSubPartition from the collection of OdiSubPartitions.
removeTargetMapping(TargetMapping) - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Internal use only Removes a target mapping from this target column.
removeTargetMapping(TargetMapping) - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
For internal use only Remove the specified target mapping.
removeTargetMapping(TargetMapping) - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
For internal use only Remove the specified targe tmapping.
removeTask(IStepTask) - Method in interface oracle.odi.domain.runtime.common.IExecutableStep
 
removeTask(ITask) - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
removeTask(IStepTask) - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioStep
 
removeTask(IStepTask) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintStep
 
removeTask(ITask) - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
removeTransform(Property) - Method in class oracle.odi.domain.mapping.component.UnpivotComponent
 
removeUserFunction(OdiUserFunction) - Method in class oracle.odi.domain.project.OdiProject
Remove the given OdiUserFunction from the collection of OdiUserFunctions.
removeUserProcedure(OdiUserProcedure) - Method in class oracle.odi.domain.project.OdiFolder
Remove the given OdiUserProcedure from the collection of OdiUserProcedures.
removeVariable(OdiVariable) - Method in class oracle.odi.domain.project.OdiProject
Remove the given OdiVariable from the collection of OdiVariables.
removeVariable(OdiLoadPlanVariable) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
Removes the given OdiLoadPlanVariable of the list of OdiLoadPlanVariable available for this OdiLoadPlan.
If the variable is overridden on one or several steps, these usages will also be removed.
If the variable is used as a test variable in a StepCase, the step case and its hierarchy of steps will be removed.
The OdiLoadPlanVariable must not be null and must have the same parent OdiLoadPlan.
removeVariable(OdiLoadPlanStepVariable) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
Removes the OdiLoadPlanStepVariable from the list of the OdiLoadPlanStep
renameColumn(String, String) - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
For internal use only Rename a target column.
renameMapping(String, String) - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Internal use only Updates target mapping when given target column name is changed.
reorderAttribute(MapAttribute, Integer) - Method in interface oracle.odi.domain.mapping.IMapAttributeOwner
Change the order of the specified attribute in the ordered list.
reorderAttribute(MapAttribute, Integer) - Method in class oracle.odi.domain.mapping.MapAttribute
 
reorderAttribute(MapAttribute, Integer) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
reorderInputConnectorPoint(MapConnectorPoint, int) - Method in interface oracle.odi.domain.mapping.IMapComponent
Reorder the input connector points.
reorderOutputConnectorPoint(MapConnectorPoint, int) - Method in interface oracle.odi.domain.mapping.IMapComponent
Reorder the output connector points.
REPEATABLE_READ - Static variable in class oracle.odi.domain.project.OdiProcedureLineCmd.IsolationLevel
The transaction is certain to read the same information if it executes the same SQL query several times, even if the rows have been modified and committed by another transaction in the meantime.
REPEATABLE_READ - Static variable in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.IsolationLevel
Repeatable read isolation level.
Repetition - Class in oracle.odi.domain.runtime.scheduling
Repetition is a value object representing repetition of a scheduled job.
Repetition(int, Period, Period) - Constructor for class oracle.odi.domain.runtime.scheduling.Repetition
Constructs Repetition with specified maximum number of repetition, time interval between runs, maximum cycle duration.
REPLACE_MODE - Static variable in class oracle.odi.generation.GenerationOptions
In this mode, generated scenarii will replace existing scenarii.
REPLICAT - Static variable in class oracle.odi.domain.topology.OdiLogicalSchema.OggProcessType
 
REPLICAT - Static variable in class oracle.odi.domain.topology.OdiPhysicalSchema.OggProcessType
 
RepositoriesNotBoundException - Exception in oracle.odi.core.config
Exception thrown to indicate Master and Work repositories used to configure an OdiInstance are not bound, thus cannot be used together.
RepositoriesNotBoundException(Object[]) - Constructor for exception oracle.odi.core.config.RepositoriesNotBoundException
Default constructor with message Messages.ERR_REPOSITORY_WORK_ISNT_BOUND.
Repository - Class in oracle.odi.core.repository
Abstract superclass representing an ODI repository.
REPOSITORY_STATUS_INSTALL_FAILED - Static variable in class oracle.odi.setup.support.MasterRepositorySetupImpl
 
REPOSITORY_STATUS_OK - Static variable in class oracle.odi.setup.support.MasterRepositorySetupImpl
 
REPOSITORY_STATUS_UPGRADING - Static variable in class oracle.odi.setup.support.MasterRepositorySetupImpl
 
RepositoryAccessException - Exception in oracle.odi.core.repository
Root abstract superclass of the hierarchy of repository access exceptions.
RepositoryAccessExceptionTranslator - Class in oracle.odi.core.repository
Exception translator, which translated native exception to appropriate ODI exception
RepositoryAccessExceptionTranslator() - Constructor for class oracle.odi.core.repository.RepositoryAccessExceptionTranslator
 
RepositoryDriverClassNotFoundException - Exception in oracle.odi.core.config
Abstract super class for repository driver class not found.
RepositoryIntegrityViolationException - Exception in oracle.odi.core.repository
Exception thrown when an attempt to insert or update repository data results in violation of an integrity constraint.
RepositoryIntegrityViolationException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.repository.RepositoryIntegrityViolationException
Base constructor with custom error message.
RepositoryIntegrityViolationException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.repository.RepositoryIntegrityViolationException
Base constructor with custom error message.
repositoryModeChanged(RepositoryModeListener.RepositoryMode, RepositoryModeListener.RepositoryMode) - Method in interface oracle.odi.core.repository.RepositoryModeListener
 
repositoryModeInit(RepositoryModeListener.RepositoryMode) - Method in interface oracle.odi.core.repository.RepositoryModeListener
 
RepositoryModeListener - Interface in oracle.odi.core.repository
 
RepositoryModeListener.RepositoryMode - Class in oracle.odi.core.repository
 
RepositoryResourceFailureException - Exception in oracle.odi.core.config
Deprecated.
Since 11.1.1.6.0 is replaced with appropriate exception from RepositoryAccessException hierarchy.
RepositoryResourceFailureException - Exception in oracle.odi.core.repository
Repository access exception thrown when a resource fails completely, for example, if we can't connect to a database using JDBC.
RepositoryResourceFailureException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.repository.RepositoryResourceFailureException
Base constructor with custom error message.
RepositoryResourceFailureException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.repository.RepositoryResourceFailureException
Base constructor with custom error message.
RepositoryResourceFailureException(RepositoryResourceFailureException.RepositoryType, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.repository.RepositoryResourceFailureException
Base constructor with custom error message.
RepositoryResourceFailureException(Throwable, RepositoryResourceFailureException.RepositoryType, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.repository.RepositoryResourceFailureException
Base constructor with custom error message.
RepositoryResourceFailureException(Throwable, RepositoryResourceFailureException.RepositoryType) - Constructor for exception oracle.odi.core.repository.RepositoryResourceFailureException
Constructor with default error message Messages.ERR_REPOSITORY_ACCESS_ERROR_WHILE_ACCESSING.
RepositoryResourceFailureException.RepositoryType - Class in oracle.odi.core.repository
Describes type of repository.
RepositoryScriptsNotFoundException - Exception in oracle.odi.setup
Thrown to indicate the SQL/DDL scripts were not found.
RepositoryScriptsNotFoundException(Throwable) - Constructor for exception oracle.odi.setup.RepositoryScriptsNotFoundException
Construct a new RepositoryScriptsNotFoundException.
This constructor is not intended to be called by SDK users.
RepositorySetupException - Exception in oracle.odi.setup
Exception used to report an error during a repository setup like the creation or the upgrade of an ODI repository.
RepositorySetupException(String, Throwable) - Constructor for exception oracle.odi.setup.RepositorySetupException
Creates a new RepositorySetupException.
RepositorySetupException(String) - Constructor for exception oracle.odi.setup.RepositorySetupException
Creates a new RepositorySetupException.
RepositorySetupException(Throwable) - Constructor for exception oracle.odi.setup.RepositorySetupException
Creates a new RepositorySetupException.
RepositorySetupUtil - Class in oracle.odi.setup.restricted
This class contains utility methods useful during repository setup.
RepositorySetupUtil() - Constructor for class oracle.odi.setup.restricted.RepositorySetupUtil
 
RepositoryUpgradeReport - Class in oracle.odi.setup
Implementation of IRepositoryUpgradeCallback that builds a report from the events.
RepositoryUpgradeReport() - Constructor for class oracle.odi.setup.RepositoryUpgradeReport
 
RepositoryUpgradeServiceImpl - Class in oracle.odi.setup
 
RepositoryUpgradeServiceImpl() - Constructor for class oracle.odi.setup.RepositoryUpgradeServiceImpl
 
RepositoryUrlNotValidForDriverException - Exception in oracle.odi.core.config
Abstract super class for invalid repository URL.
RepositoryVersionMismatchException - Exception in oracle.odi.core.config
Abstract superclass for repository version mismatch between current repository version and required repository version.
resetAllKMAssignments() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
resetAllKMAssignments() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Set all node LKM, IKM, and XKM assignments for nodes in this execution unit back to the default assignment, if one is available.
resetAllKMAssignments() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
Set all node KM assignments back to the default assignment, if one is available.
resetCache(SnpsLanguage) - Method in class oracle.odi.domain.xrefs.expression.contexts.CachingExpressionContextDecorator
Reset cache of expression tags for the given language.
resetCache() - Method in class oracle.odi.domain.xrefs.expression.contexts.CachingExpressionContextDecorator
Reset cache of expression tags for all languages.
resetIKMs() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
resetIKMs() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
Reset all assigned IKMs in the spec to the default setting.
resetLastPosition() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
For internal use only Resets the last position depending on the values of the positions for the columns in the table
resetLength() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Internal use only Resets the length value to 0.
resetOperator() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Internal use only Sets the operator to null.
resetPhysicalExpressions() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Restore all physical expressions associated with this node, so they are no longer pushed from their original owner.
resetScale() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Internal use only Resets the scale value to 0.
resetSpec(List) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
resetSpec() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
resetSpec(List) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
Resets the spec to the default configuration.
resetSpec() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
Resets the spec to the default configuration.
resetToDefault() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Resets the constraint value to the original value (cancels the overridden value).
resetToDefault() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
Deprecated.
Resets the constraint value to the original value (cancels the overridden value).
resetToDefaultValue() - Method in interface oracle.odi.domain.adapter.flexfields.IFlexFieldValue
Reset this IFlexFieldValue's value to its default value.
resetToDefaultValue() - Method in interface oracle.odi.domain.adapter.project.IOptionValue
Resets the current option value to the defaut value.
resetToDefaultValue() - Method in interface oracle.odi.domain.flexfields.IFlexFieldValue
Reset this IFlexFieldValue's value to its default value.
resetToDefaultValue() - Method in interface oracle.odi.domain.project.IOptionValue
Reset the current option value to the defaut value.
resetToDefaultValue() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
Not Supported.
resetToInternalPasswordStorage() - Method in class oracle.odi.core.security.PasswordStorageRecoveryService
This method forces password storage configuration to internal.
resolveLocation(AdapterBase) - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
 
RESOURCE_NAME_MAX_LENGTH - Static variable in class oracle.odi.domain.model.OdiDataStore
Maximum length supported for the "resourceName" property.
ResourceLoader - Class in oracle.odi.domain.mapping.component.registration
 
ResourceLoader() - Constructor for class oracle.odi.domain.mapping.component.registration.ResourceLoader
 
ResourceLoader.ResourceCandidate - Class in oracle.odi.domain.mapping.component.registration
 
ResourceLoader.ResourceCandidate(String, String) - Constructor for class oracle.odi.domain.mapping.component.registration.ResourceLoader.ResourceCandidate
 
restartSession(long, StartupParams, boolean) - Method in class oracle.odi.runtime.agent.RuntimeAgent
restartSession(long, StartupParams, boolean, Integer) - Method in class oracle.odi.runtime.agent.RuntimeAgent
Restart the given session with various parameters.
restartSession(long, StartupParams, boolean, boolean) - Method in class oracle.odi.runtime.agent.RuntimeAgent
restartSession(long, StartupParams, boolean, boolean, Integer) - Method in class oracle.odi.runtime.agent.RuntimeAgent
Restart the given session with various parameters.
restoreExpression() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Undo any pushes that have been done on this expression.
RESTRICT - Static variable in class oracle.odi.domain.model.OdiReference.CascadingRule
 
retainOptions(OdiKM, List, OdiKM, List) - Method in interface oracle.odi.interfaces.interactive.support.IKMOptionRetainer
Deprecated.
This is called after the KM was changed on the option retainer.
retainOptions(OdiKM, List, OdiKM, List) - Method in class oracle.odi.interfaces.interactive.support.km.optionretainer.KMOptionRetainerCopy
Deprecated.
 
retainOptions(OdiKM, List, OdiKM, List) - Method in class oracle.odi.interfaces.interactive.support.km.optionretainer.KMOptionRetainerHomonymy
Deprecated.
 
retainOptions(OdiKM, List, OdiKM, List) - Method in class oracle.odi.interfaces.interactive.support.km.optionretainer.KMOptionRetainerLazy
Deprecated.
 
retrieveEnterpriseIdentities(String) - Static method in class oracle.odi.core.security.SecurityManager
This method retrieves a list of enterprise entities matching by a filter string.
REUSABLE_MAPPING - Static variable in class oracle.odi.domain.mapping.MapRootContainer.MapContainerType
 
ReusableMapping - Class in oracle.odi.domain.mapping
A Reusable Mapping is a special sub mapping that can be reused in other mappings or other reusable mappings.
ReusableMapping(String) - Constructor for class oracle.odi.domain.mapping.ReusableMapping
Constructs a new reusable mapping in the global workspace.
ReusableMapping(String, IFolder) - Constructor for class oracle.odi.domain.mapping.ReusableMapping
Constructs a new reusable mapping under the specified folder.
ReusableMapping(String, IFolder, ReusableMapping) - Constructor for class oracle.odi.domain.mapping.ReusableMapping
Constructs a new shortcut reusable mapping under the specified folder, referencing the specified reusable mapping.
ReusableMappingComponent - Class in oracle.odi.domain.mapping.component
A reusable mapping component represents a reusable mapping usage inside another Mapping.
ReusableMappingComponent(IMapComponentOwner, ReusableMapping, String) - Constructor for class oracle.odi.domain.mapping.component.ReusableMappingComponent
Constructs a reusable mapping component having the specified underlying reusable mapping.
REVERSE - Static variable in class oracle.odi.domain.project.interfaces.ObjTrace.TraceType
Deprecated.
Indicating trace message during reverse engineering.
REVERSE - Static variable in class oracle.odi.domain.runtime.session.TaskType
Reverse task type
REVERSE_MODEL - Static variable in class oracle.odi.domain.runtime.step.StepType
Model Reverse-engineering step type.
RKM - Static variable in class oracle.odi.domain.adapter.project.IKnowledgeModule.KMType
RKM is a special type of KM used for reverse engineering (R = reverse).
RMUnconnectedInputException - Exception in oracle.odi.domain.mapping.exception
Class for an unconnected RM input exception.
RMUnconnectedInputException(String, Object[]) - Constructor for exception oracle.odi.domain.mapping.exception.RMUnconnectedInputException
 
rollback(ITransactionStatus) - Method in interface oracle.odi.core.persistence.transaction.ITransactionManager
Perform a rollback of the given transaction.
rollback(ITransactionStatus) - Method in class oracle.odi.core.persistence.transaction.support.TransactionManagerSpringAdapter
 
ROOT_STEP - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
Name of the Root Step for the load plan
RootClassRegistry - Class in oracle.odi.domain.root
A static class used to keep track of property definitions for PropertyOwner extension classes.
RootIssue - Class in oracle.odi.domain.root
A transient class that stores information about interface warnings, errors, and informational messages.
RootIssue.Level - Class in oracle.odi.domain.root
Severity level of this issue.
RUN_EXCEPTION_AND_IGNORE_ERROR - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep.ExceptionBehavior
Runs the Exception Step defined in the On Exception property and ignores it.
RUN_EXCEPTION_AND_RAISE_ERROR - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep.ExceptionBehavior
Runs the Exception Step defined in the On Exception property and raises the exception to its parent.
RUN_SCENARIO_FROM_STEP - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepRunScenario.RestartType
When restarting the Load Plan and this scenario is known to be in failure, restart it from its latest step within
RUN_SCENARIO_FROM_TASK - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepRunScenario.RestartType
When restarting the Load Plan and this scenario is known to be in failure, restart it from its latest task within its execution sequence as defined in its session.
RUN_SCENARIO_NEW_SESSION - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepRunScenario.RestartType
When restarting the Load Plan and this scenario is known to be in failure, restart it by creating a new session.
RUNNING - Static variable in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun.Status
 
RUNNING - Static variable in class oracle.odi.domain.runtime.session.Status
The status for running execution.
RUNNING - Static variable in class oracle.odi.runtime.agent.invocation.ExecutionInfo.SessionStatus
Session currently running.
RUNTIME - Static variable in class oracle.odi.core.repository.WorkRepository.WorkType
A runtime work repository.
RUNTIME - Static variable in class oracle.odi.domain.topology.OdiWorkRepositoryInfo.WorkRepType
Runtime work repository type.
RuntimeAgent - Class in oracle.odi.runtime.agent
This class represents the execution engine, or "local agent".
RuntimeAgent(OdiInstance, String, char[]) - Constructor for class oracle.odi.runtime.agent.RuntimeAgent
Constructs a RuntimeAgent object.
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.0.1)

E51095-04

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