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

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

G

GENERAL - Static variable in class oracle.odi.interfaces.interactive.IInterfaceIssue.Origin
Deprecated.
General issue (name context...).
GENERATE - Static variable in class oracle.odi.core.security.PermissionType
GENERATE privileges, to generate script and code.
GENERATE_NEW_VERSIONS_OF_SCENARIOS - Static variable in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep.RegenerationMode
All scenarios used in this step and and in the children steps will be regenerated as a new version and steps will use the version of scenario newly created.
generateAllScenarios(IOdiScenarioSourceContainer, GenerationOptions) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Generates and persists all the scenarii for the scenario sources present in the given scenario source container.
generateAllScenarios(IOdiScenarioSourceContainer, GenerationOptions, boolean) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Generates and persists all the scenarii for the scenario sources present in the given scenario source container.
generateAllScenarios(IOdiScenarioSourceContainer, GenerationOptions) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
generateAllScenarios(IOdiScenarioSourceContainer, GenerationOptions, boolean) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
generateDataService(Number, String, File, Boolean, Boolean, Boolean, Boolean) - Method in interface oracle.odi.generation.IDataServiceGenerator
Generate data services for a model
generateDataService(Number, String, File, Boolean, Boolean, Boolean, Boolean) - Method in class oracle.odi.generation.support.DataServiceGeneratorImpl
 
generateLoadPlanVarExecutionText(String, String, LPInfo, String) - Method in interface oracle.odi.generation.IOdiVariableTextGenerator
Generates the variable text for runtime execution
generateLoadPlanVarExecutionText(String, String, LPInfo, String) - Method in class oracle.odi.generation.support.OdiVariableTextGeneratorDwgImpl
 
generateLoadPlanVarRuntimeText(String, String, LPInfo, String) - Method in interface oracle.odi.generation.IOdiVariableTextGenerator
Generates the variable text for runtime execution
generateLoadPlanVarRuntimeText(String, String, LPInfo, String) - Method in class oracle.odi.generation.support.OdiVariableTextGeneratorDwgImpl
 
generateLoadPlanVarText(Number) - Method in interface oracle.odi.generation.IOdiVariableTextGenerator
Generates the variable text when creating load plan variable from OdiVariable.
generateLoadPlanVarText(Number) - Method in class oracle.odi.generation.support.OdiVariableTextGeneratorDwgImpl
 
generateProcedure(String, Number, Number, DDLDifferences) - Method in interface oracle.odi.generation.IDDLGeneratorService
Invokes the DDL generator service to create a procedure with all DDL statements that match the list of differences defined in the pDifferences parameter.
generateProcedure(String, Number, Number, DDLDifferences) - Method in class oracle.odi.generation.support.DDLGeneratorServiceImpl
 
generateScenario(IOdiScenarioSource, String, String) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Generates and persists in repository a scenario from a given scenario source object.
generateScenario(IOdiScenarioSource, String, String, List) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Generates and persists in repository a scenario from a given scenario source object.
generateScenario(IOdiScenarioSource, String, String, boolean) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Generates and persists in repository a scenario from a given scenario source object.
generateScenario(IOdiScenarioSource, String, String, boolean, List) - Method in interface oracle.odi.generation.IOdiScenarioGenerator
Generates and persists in repository a scenario from a given scenario source object.
generateScenario(IOdiScenarioSource, String, String) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
generateScenario(IOdiScenarioSource, String, String, List) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
generateScenario(IOdiScenarioSource, String, String, boolean) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
generateScenario(IOdiScenarioSource, String, String, boolean, List) - Method in class oracle.odi.generation.support.OdiScenarioGeneratorImpl
 
GenerationOptions - Class in oracle.odi.generation
This class is used to specify the generation options when generating ODI scenarii.
GenerationOptions(int, boolean, boolean, boolean, boolean) - Constructor for class oracle.odi.generation.GenerationOptions
Construct a new GenerationOption for generating ODI scenarii.
GenericClause - Class in oracle.odi.domain.project.interfaces
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This class represents a generic clause in an interface, which is either a join or a filter. A generic clause has a SQL expression text and can be attached to one or two source data stores. It also defines which location the clause will be executed.
GenericClause(DataSet, String, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Internal use only Create a new dataset in the specified parent dataset.
GenericClause(DataSet, String, OdiInterface.ExecutionLocation, boolean) - Constructor for class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Internal use only Create a new dataset in the specified parent dataset.
GenericClause(DataSet, Expression, OdiInterface.ExecutionLocation, boolean) - Constructor for class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Internal use only Create a new dataset in the specified parent dataset.
get12StepMappingObject() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
getAccountExpiracyDate() - Method in class oracle.odi.domain.security.OdiUser
Return the account expiration date.
getAction() - Method in interface oracle.odi.domain.adapter.IMessageHandle
Gets the action associated to this MessageHandle.
getAction() - Method in class oracle.odi.domain.project.OdiVariable
Deprecated.
As of ODI 11.1.1.5 replaced by OdiVariable.getValuePersistence()
getAction() - Method in class oracle.odi.domain.project.StepDataStore
Get the action associated to this step.
getAction() - Method in class oracle.odi.domain.project.StepModel
Return the StepModel.IModelAction defined on this Step for this OdiModel.
getAction() - Method in class oracle.odi.domain.project.StepVariable
Returns the action proceeded by this step.
getAction() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioVariable
Deprecated.
As of ODI 11.1.1.5 replaced by AbstractRuntimeVariable.getValuePersistence()
getAction() - Method in class oracle.odi.domain.runtime.session.OdiSessionVariable
Deprecated.
As of ODI 11.1.1.5 this method is replaced by OdiSessionVariable.getValuePersistence()
getActions() - Method in interface oracle.odi.interfaces.interactive.IIssueFix
Deprecated.
Returns the list of actions that will be performed by this fix.
getActiveFromDate() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the representation of the beginning time of activation period.
getActiveToDate() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the representation of the ending time of activation period.
getActualLKM() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
For internal use only Returns the actual LKM set for the staging area.
getAdapter() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the repository adapter used to resolve model object references for this object.
getAdditionalOption() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns additional options set for this Oracle Golden Gate's extract or replicat process.
getAgentCreationTime() - Method in class oracle.odi.domain.runtime.session.OdiSession
 
getAgentName() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
 
getAgentName() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets ODI agent name that has executed the scenario.
getAgentName() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the name of the agent that manage this OdiSession.
getAgentNames() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of agentNames property.
getAgentThreadId() - Method in class oracle.odi.domain.runtime.session.OdiSession
 
getAgentURL() - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Returns the agent URL value.
getAggregateFunctionList() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the set of aggregation functions supported by this ITechnology
getAggregateFunctionList() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the list of all aggregate functions in this technology.
getAggregateFunctionList() - Method in class oracle.odi.domain.topology.OdiTechnology
 
getAggregateParent() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getAggregateParent() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getAggregateParent() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getAggregateParent() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getAlias() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return the alias that can be used when referencing this component, for downstream expressions.
getAlias() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getAlias() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get the alias used for the data store when queries are generated using this source.
getAlias() - Method in class oracle.odi.domain.xrefs.AliasedColumnCrossRef
Obtains the alias of the SourceDataStore to which this Cross-Reference is pointing (i.e.
getAllAPNodes() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Return all the access point (AP) nodes owned by this spec.
getAllComponents() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Return a list containing all the components owned by this object, including subcomponents of the directly owned components.
getAllComponentsOfType(String) - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get a list of all the components of the specified type that are owned by this object and it's sub-objects.
getAllContexts() - Method in interface oracle.odi.domain.adapter.project.IGlobalObjectHelper
Gets all global context objects in the repository.
getAllCurrentIssues() - Method in interface oracle.odi.interfaces.interactive.IInteractiveInterfaceHelper
Deprecated.
Returns the current set of IInterfaceIssue objects associated with the interface.
getAllCurrentIssues() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns the current set of IInterfaceIssue objects associated with the interface.
getAllDownstreamNodes() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get all the downstream nodes in the physical graph, which is the same as the parent nodes in the tree.
getAllElements() - Method in interface oracle.odi.domain.adapter.topology.ILanguage
Gets all language elements from all sublanguages of this language.
getAllElements() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
 
getAllExecTasks(OwbLocation) - Method in interface oracle.odi.owb.IOwbRuntimeRepositoryExplorer
Fetches all OwbExecTasks deployed to specified OwbLocation.
getAllExpressions() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of all expressions owned by the component and it's sub-objects.
getAllKMs() - Method in interface oracle.odi.domain.adapter.project.IProject
Gets a list of all mapping-related project KMs (of all types) that are owned by the project.
getAllKMs() - Method in class oracle.odi.domain.project.OdiProject
 
getAllLanguageElements() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Gets all the language elements that are supported by this technology.
getAllLanguageElements() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets all language elements.
getAllLanguageElements() - Method in class oracle.odi.domain.topology.OdiTechnology
 
getAllLocations() - Method in interface oracle.odi.domain.adapter.project.IGlobalObjectHelper
Gets a list of all logical schema locations available in the repository.
getAllLocations() - Method in interface oracle.odi.owb.IOwbRuntimeRepositoryExplorer
Fetches all OwbLocations defined within explored OWB Workspace.
getAllMappingDataTypes() - Method in interface oracle.odi.domain.adapter.project.IGlobalObjectHelper
Gets all mapping data types.
getAllMapReferences() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets all the references in this expression
getAllMapReferences() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
getAllMapReferences() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
 
getAllMapReferences() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
 
getAllMapReferences() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getAllMapReferences() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
 
getAllMapReferences() - Method in class oracle.odi.domain.mapping.properties.Property
 
getAllMapReferences() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets the list of all references.
getAllMissingRefs() - Method in class oracle.odi.missingref.support.MissingRefManager
Returns the list of missing refs still managed (not corrected) by this manager.
getAllPathsFrom(MapConnectorPoint) - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of all possible path specifiers that connect the specified source connector point to this component.
getAllPathsFrom(IMapComponent) - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of all possible path specifiers that connect the specified source component to this component.
getAllPathsFrom(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return all paths that connect the specified source point to this point.
getAllPhysicalExpressions() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get all physical expressions associated with this node.
getAllProperties() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
getAllProperties(boolean) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
getAllProperties() - Method in interface oracle.odi.domain.root.IPropertyOwner
Get a list of all properties owned by this object, also all sub-properties owned by those properties, if any.
getAllPushablePhysicalExpressions() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Return a list of all physical expressions contained in this execution unit that are candidates to be pushed to another unit.
getAllPushablePhysicalExpressions() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return a list of all physical expressions owned by this node that can be pushed to another node.
getAllSubComponentOwners() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Return a list containing all composite components that are also component owners.
getAllWorkRepositories(MasterRepository) - Method in class oracle.odi.core.OdiInstance
Gets a list of WorkRepository that associated with the given MasterRepository
getAllWorkRepositories(MasterRepository, boolean) - Method in class oracle.odi.core.OdiInstance
 
getAPNodes() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Return a list of all access point (AP) nodes.
getApplicationName() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains the name of the runtime agent application.
getAPSourceNodes() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return all AP nodes that act as sources for this node.
getAssignedKM() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the execution unit KM (EKM) that will be used to execute this execution unit.
getAssignedKMName() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the name of the assigned EKM, or blank if none has been assigned.
getAssignedOdiRoles() - Method in class oracle.odi.domain.security.OdiEnterprisePrincipal
 
getAsString() - Method in class oracle.odi.domain.xrefs.expression.Expression
Obtains the string value of this expression.
getASTClassName() - Method in class oracle.odi.domain.project.ComponentKM
 
getAsyncJndiName() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
Obtains async JNDI name.
getAttachedDataStore() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
Returns the source data store that this filter is attached to.
getAttachedDataStore1() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
Returns the source data store attached to the left side of this join.
getAttachedDataStore2() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
Returns the source data store attached to the right side of this join.
getAttachedSourceDataStore() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Returns the SourceDataStore to which this mapping is attached.
getAttachedSourceDataStores() - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Gets the attached source datastores of this TextHolder.
getAttachedSourceDataStores() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderFilter
Deprecated.
Gets the attached source datastores of this TextHolder.
getAttachedSourceDataStores() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderJoin
Deprecated.
Gets the attached source datastores of this TextHolder.
getAttachedSourceDataStores() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
Gets the attached source datastores of this TextHolder.
getAttachedSourceDataStores() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
Gets the attached source datastores of this TextHolder.
getAttemptNbOnFailure() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the number of consecutive attempts if errors occur during the execution.
getAttributeCount() - Method in interface oracle.odi.domain.mapping.IMapAttributeOwner
Get the total number of attributes owned by this connector point.
getAttributeCount() - Method in class oracle.odi.domain.mapping.MapAttribute
 
getAttributeCount() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
getAttributeExpressions() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of all attribute expressions owned by all connector points for this component.
getAttributeExpressions() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
getAttributes() - Method in interface oracle.odi.domain.mapping.IMapAttributeOwner
Retrieve a list of all the attributes owned by this connector point.
getAttributes() - Method in interface oracle.odi.domain.mapping.IMapComponent
Gets a list of all attributes owned by all connector points for this component.
getAttributes() - Method in class oracle.odi.domain.mapping.MapAttribute
 
getAttributes() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
getAttributes(IMapComponent) - Method in class oracle.odi.domain.project.MapReferenceShortcutAdapter
 
getAuthentication() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Deprecated.
replaced by getSecurityAuthentication()
getAvailableComponentTypes() - Method in class oracle.odi.domain.mapping.MapComponentRegistry
 
getAvailableFixes() - Method in interface oracle.odi.interfaces.interactive.IInterfaceIssue
Deprecated.
Returns a list of possible fixes for this issue.
getBaseComponentKM() - Method in class oracle.odi.domain.project.ComponentKM
 
getBaseObject() - Method in class oracle.odi.domain.model.OdiReferenceShortcutAdapter
 
getBaseObject() - Method in class oracle.odi.domain.project.interfaces.SourceDataStoreShortcutAdapter
Deprecated.
 
getBaseObject() - Method in class oracle.odi.domain.project.MapReferenceShortcutAdapter
 
getBaseObject() - Method in class oracle.odi.domain.project.OdiInterfaceShortcutAdapter
Deprecated.
 
getBaseObject() - Method in class oracle.odi.domain.project.StepDataStoreShortcutAdapter
 
getBaseObject() - Method in class oracle.odi.domain.project.StepInterfaceShortcutAdapter
Deprecated.
 
getBaseObject() - Method in class oracle.odi.domain.project.StepMappingShortcutAdapter
 
getBaseObject() - Method in class oracle.odi.domain.project.StepProcedureShortcutAdapter
 
getBatchUpdateSize() - Method in interface oracle.odi.domain.adapter.topology.IDataServer
Returns the batch update size that should be used when querying this data server.
getBatchUpdateSize() - Method in class oracle.odi.domain.topology.OdiDataServer
Returns the batch update size that should be used when querying this data server.
getBeginDate() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the begin date value.
getBeginDate() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the begin date value.
getBlockExpressionReferencedAttributes(MapExpression) - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
Gets all the attributes referenced by this specific map expression, and attributes will be blocked by their owning component.
getBooleanPropertyValue(String) - Method in interface oracle.odi.domain.root.IPropertyOwner
A helper method to get the value of the property with the specified key name, and convert the value to a boolean value if possible.
getBoundColumn() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the column object to which this attribute is bound, if any, else return null.
getBoundDataStore() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the datastore object that this component is bound to.
getBoundDatastoreLocation() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the location of the datastore object that this component is bound to.
getBoundDatastoreTechnology() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the technology of the datastore object that this component is bound to.
getBoundObject() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the bound object for this component.
getBoundObject() - Method in class oracle.odi.domain.mapping.MapAttribute
Return the bound object for this attribute, or null if no bound object is defined.
getBoundObject() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
getBoundObjectFullName() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the full qualified name of the bound object.
getBoundObjectFullName() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get the full qualified name of the bound object.
getBoundObjectName() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
 
getBoundObjectName(Object) - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
 
getBoundObjectName() - Method in class oracle.odi.domain.mapping.component.DefaultDelegate.DefaultAttributeDelegate
 
getBoundObjectName() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return the bound object name, if available, else null.
getBoundObjectName() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the attribute bound object name, if it is available from an attribute delegate, else null.
getBoundObjectName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the bound object name for the associated logical component, if any.
getBoundShortcut() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the bound shortcut object for this component, if any, else null.
getBoundTechnology() - Method in interface oracle.odi.domain.mapping.IMapComponent
If this component is bound to an object with a specific technology, return it, otherwise return null.
getBreakpointOn(Step) - Method in class oracle.odi.domain.project.OdiPackage
Returns breakpoint set on the step specified if any and null otherwise.
getBreakpointOn(OdiUserProcedureLine) - Method in class oracle.odi.domain.project.OdiUserProcedure
Returns breakpoint set on the line specified if any and null otherwise.
getBreakpointOn(OdiSessionBlueprintStep) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns breakpoint set on the step specified if any and null otherwise.
getBreakpointOn(OdiSessionBlueprintTask) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns breakpoint set on the task specified if any and null otherwise.
getBusinessName() - Method in interface oracle.odi.domain.root.INamedObject
Get the business name of this object.
getBusinessRule() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getBusinessRule() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the business rule description of this clause.
getBusinessRule() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getBusinessRule() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the business rule of this target column.
The business rule is a custom functional description of what this column represents.
getBytes() - Method in interface oracle.odi.domain.adapter.relational.IFileFieldDescriptor
Returns the physical length of the field in bytes.
getBytes() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
Returns the physical length in bytes.
getCachedRootIssue() - Method in exception oracle.odi.domain.mapping.exception.MappingException
If this exception has an associated cached issue object, return it.
getCaseElse() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepCase
 
getCaseElseInstance() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepCase
 
getCaseWhenList() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepCase
 
getCaseWhenList() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepCase
 
getCatalogName() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Returns the catalog name of this schema.
getCatalogName() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Returns the catalog name of this schema.
getCatalogTerminology() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the terminology used for catalog.
getCatalogTerminology() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets how "catalogy" is called in this technology.
getCatalogTerminology() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the terminology used for catalog.
getCause() - Method in interface oracle.odi.domain.adapter.IMessageHandle
Gets the cause associated to this IMessageHandle.
getCdcDescriptor() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the OdiDataStore.CdcDescriptor for this datastore.
getCdcOrder() - Method in class oracle.odi.domain.model.OdiDataStore.CdcDescriptor
Returns the position of the OdiDataStore in the CDC set.
getChangeType() - Method in class oracle.odi.domain.mapping.MapRootContainer.MappingChange
 
getCharArrayPassword() - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Returns the decrypted user password used to connect to the ODI instance.
getCharArrayPassword() - Method in class oracle.odi.setup.JdbcProperties
Returns the jdbc password.
getCheckDataAccessHelper() - Static method in class oracle.odi.interfaces.data.impl.OdiInterfaceDataAccessHelperFactory
Get a data access helper interface instance that will create a query that will include data for the target mappings, but not the actual target table column data.
getCheckKM() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the check KM (CKM) assigned to this node, if any, else null.
getCheckKMOptionValue(String) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the CKM option value associated with this node, for the specified CKM option name.
getCheckKMOptionValues() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get all the CKM option values associated with this node.
getChecksum() - Method in class oracle.odi.domain.project.OdiKM
Return the checksum value stored for this KM.
getChecksum() - Method in class oracle.odi.domain.project.OdiSKM
Return the checksum value stored for this KM.
getChildAttributes() - Method in class oracle.odi.domain.mapping.MapAttribute
Returns the list of child attributes, if any.
getChildConnectorPoint() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get the child connector point for this connector point, if any.
getChildDef(int) - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the child property definition at the specified index.
getChildDefs() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets a list of all child property definitions owned by this property definition.
getChildNamespaceId(String) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
getChildNodeCount() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the number of child nodes for this node, which represents the upsteam sources in the physical graph.
getChildNodes() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get a list of all child nodes for this parent node.
getChildProperty(String) - Method in class oracle.odi.domain.mapping.properties.Property
Gets the child property object with the specified key name.
getChildPropertyValue(String) - Method in class oracle.odi.domain.mapping.properties.Property
Gets the child property value for the child property with the specified name.
getChildren() - Method in interface oracle.odi.domain.adapter.IContainer
 
getChildren() - Method in class oracle.odi.domain.project.OdiFolder
 
getChildrenComponents(T) - Method in interface oracle.odi.interfaces.interactive.support.issues.IIssuesComputer
Deprecated.
Returns the child components of an interface sub-component.
getChildrenSteps() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
 
getChildrenSteps() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepContainer
 
getChildSessionCount() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains the count of child OdiSession.
getChildStepTasks() - Method in interface oracle.odi.domain.runtime.common.IStepTask
 
getChildStepTasks() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioTask
 
getChildStepTasks() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintTask
 
getChildTaskLogs() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Convenience method to obtain the list of OdiSessionTaskLogs of direct child OdiSessionBluepintTasks.
getChildTasks() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioTask
Returns the list of child tasks.
getChildTasks() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintTask
Returns the list of child tasks.
getCKM() - Method in class oracle.odi.domain.model.OdiModel
Gets the Control knowledge module associated to this OdiModel instance.
getCKM() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the Control Knowledge module associated to this OdiInterface.TargetDataStore instance.
getCKMOptions() - Method in class oracle.odi.domain.model.OdiModel
Return the control knowledge module's options.
getCKMOptions() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the list of options of the Control Knowledge module.
getCKMs() - Method in class oracle.odi.domain.project.OdiProject
Return the unmodifiable collection of CKMs of this OdiProject.
getClassName() - Method in class oracle.odi.domain.project.OdiOpenTool
Returns class name registered for this open tool
getClauseId() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getClauseId() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the internal ID of this clause.
getClauseId() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getClauseOrder() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getClauseOrder() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the clause order of this clause.
getClauseOrder() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getcleanedStaleSessions() - Method in class oracle.odi.runtime.agent.invocation.WorkRepositoryInfo
Gets the value of the session property.
getClientID() - Method in class oracle.odi.interfaces.data.IJMSCallBack.CallBackResult
Deprecated.
Get the client id for the subscriber or queue receiver used to recieve the message.
getCode() - Method in interface oracle.odi.domain.adapter.flexfields.IFlexFieldValue
Obtains the code of the flex field.
getCode() - Method in interface oracle.odi.domain.adapter.project.IProject
Returns a code that is used as a unique identifier for the object in the repository.
getCode() - Method in interface oracle.odi.domain.adapter.topology.IContext
Returns a code that is used as a unique identifier for the object in the repository.
getCode() - Method in interface oracle.odi.domain.adapter.topology.IIndexType
Returns a code that is used as a unique identifier for the object in the repository.
getCode() - Method in interface oracle.odi.domain.flexfields.IFlexFieldValue
Obtains the code of the flex field.
getCode() - Method in class oracle.odi.domain.marker.OdiMarkerGroup
Obtains the code of this marker group in ODI.
getCode() - Method in class oracle.odi.domain.marker.OdiMarkerType
Obtains the code of this marker group in ODI.
getCode() - Method in class oracle.odi.domain.model.AbstractOdiSubModel
Returns the code of this AbstractOdiSubModel instance.
getCode() - Method in class oracle.odi.domain.model.OdiModel
Return the code of this OdiModel instance.
getCode() - Method in class oracle.odi.domain.project.OdiProject
Return the OdiProject code.
getCode() - Method in class oracle.odi.domain.topology.OdiContext
Returns this OdiContext's code.
getCode() - Method in class oracle.odi.domain.topology.OdiDataType
Returns the code of this data type.
getCode() - Method in class oracle.odi.domain.topology.OdiFlexField
Obtains this OdiFlexField's code.
getCode() - Method in class oracle.odi.domain.topology.OdiIndexType
Obtains the code of this OdiIndexType.
getCode() - Method in exception oracle.odi.runtime.agent.invocation.InvocationException
Returns the code value.
getCode() - Method in class oracle.odi.runtime.agent.invocation.RemoteObjectResult
Returns the code value.
getColumn(String) - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Obtains the column matching the given name.
getColumn(String) - Method in class oracle.odi.domain.model.OdiDataStore
Returns the column named after the given name.
getColumn(String) - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get the ISourceColumn in this source with the specified name.
getColumn(String) - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Obtains the column matching the given name.
getColumn(String) - Method in interface oracle.odi.domain.relational.IDataStore
Obtains the column matching the given name.
getColumnAliasSeparator() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the string used for separating an SQL expression from its alias for this ITechnology.
getColumnAliasSeparator() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the column alias separator in this language.
getColumnAliasSeparator() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the string used for separating an SQL expression from its alias for this OdiTechnology.
getColumnId() - Method in class oracle.odi.domain.model.OdiColumn
Returns the internal identifier of this OdiColumn instance.
getColumnlId() - Method in class oracle.odi.domain.model.KeyColumn.KeyColumnId
Obtains the column ID.
getColumnName() - Method in class oracle.odi.domain.project.OdiSequence
Returns the name of the column used by this sequence to store sequence value.
getColumnName() - Method in exception oracle.odi.domain.relational.ColumnNotFoundException
Deprecated.
Obtains the column name.
getColumnName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeSequence
Returns the name of the column used by this AbstractRuntimeSequence to store sequence value.
getColumnName() - Method in class oracle.odi.interfaces.basic.MappingDefinition
Deprecated.
Returns the column name for this mapping.
getColumnName() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
Deprecated.
Returns the column name of the column that will be modified.
getColumnRelationships() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Returns an unmodifiable, sorted collection of column relationships of this IDataStoreRelationship instance.
getColumns() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Obtains the columns owned by this data store.
getColumns() - Method in interface oracle.odi.domain.adapter.relational.IKey
Obtains the columns that participate in this key.
getColumns() - Method in class oracle.odi.domain.model.OdiDataStore
 
getColumns() - Method in class oracle.odi.domain.model.OdiKey
Returns an unmodifiable list of the columns that are part of this key.
getColumns() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get a list of all ISourceColumn interface objects corresponding to the columns of this source.
getColumns() - Method in class oracle.odi.domain.project.interfaces.TemporaryTargetUpdateKey
Deprecated.
Obtains the columns that participate in this key.
getColumns() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Obtains the columns owned by this data store.
getColumns() - Method in interface oracle.odi.domain.relational.IDataStore
Obtains the columns owned by this data store.
getColumns() - Method in interface oracle.odi.domain.relational.IKey
Obtains the columns that participate in this key.
getColumnType() - Method in class oracle.odi.domain.xrefs.AliasedColumnCrossRef
Returns the type of the column referenced by this Cross-Reference.
getCommand() - Method in class oracle.odi.domain.topology.OdiOnConnectConfig
Obtains the command to be performed during onConnect
getCommand() - Method in class oracle.odi.domain.topology.OdiOnDisconnectConfig
Obtains the command to be performed during onDisconnect
getCommandExpression() - Method in class oracle.odi.domain.project.StepOdiCommand
Returns the expression that define the ODI command (aka tool) to be executed when executing this step.
getCommandExpression() - Method in class oracle.odi.domain.project.StepOsCommand
Returns the expression that define the OS command to be executed when executing this step.
getCommandString() - Method in class oracle.odi.domain.project.OdiSKM
Get the command string for this SKM.
getCommitMode() - Method in class oracle.odi.domain.project.OdiProcedureLineCmd
Obtains the CommitMode of this OdiProcedureLineCmd.
getComplexSqlExpression() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Returns the complex SQL expression of this IDataStoreRelationship instance, or null if none.
getComplexSqlExpression() - Method in class oracle.odi.domain.model.OdiReference
Returns the complex SQL expression of this OdiReference instance, or null if none.
getComponentCategory() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return the component category (e.g.
getComponentCategory(String) - Static method in class oracle.odi.domain.mapping.MapComponentType
Get the component category that corresponds to the specified string value.
getComponentCategory() - Method in class oracle.odi.domain.mapping.MapComponentType
Get the component category for this type.
getComponentContext() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
 
getComponentCount() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get the number of components that are directly owned by this component owner.
getComponentCustomLocation(IContext, MapPhysicalNode) - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the custom location of the component, with special handling for datastores with change data capture enabled.
getComponentForRole(String) - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the source component playing the specified input role, which can be either LEFT or RIGHT.
getComponentForRole(String) - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
getComponentKM(IKnowledgeModule.ProcessingType) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the assigned component KM for this node, for the specified direction.
getComponentKM() - Method in class oracle.odi.domain.project.ComponentKMLine
 
getComponentKMs() - Method in class oracle.odi.domain.project.OdiProject
Return the unmodifiable collection of ComponentKMs of this OdiProject.
getComponentLocation(IContext) - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the location adapter for the location of the bound object for this component, if any.
getComponentOwner() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Returns the component owner that owns this expression or owns the component which owns this expression, or null if there is none.
getComponentOwner() - Method in interface oracle.odi.domain.mapping.IMapComponent
Gets the component owner that contains this component.
getComponents() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Return a list containing just the top level components, that are directly owned by this object.
getComponentType() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a reference to a static component type class instance that contains basic information about the component type, such as the type name, and property definitions needed by the specific component type.
getComponentType() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
The component type of the logical component associated with this node.
getComponentType() - Method in class oracle.odi.domain.project.ComponentKM
 
getComponentTypeMap() - Method in class oracle.odi.domain.mapping.MapComponentRegistry
Get a hash map that contains all available component types.
getComponentTypeName() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return the component type name for this component.
getCompositeChildAttribute() - Method in class oracle.odi.domain.mapping.MapAttribute
If this attribute is an output attribute of a composite component, get the corresponding attribute in the child connector point of this attribute's owning connector point, if any.
getCompositeParentAttribute() - Method in class oracle.odi.domain.mapping.MapAttribute
If this attribute is an output attribute of a child component inside a composite component, get the corresponding parent attribute via the composite parent/child connector point relationship, if any.
getCompTechnicalDescription() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
 
getConditionConstraint() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Returns the underlying datastore's condition constraint associated with this component constraint.
getConditionConstraint() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
Deprecated.
Returns the underlying OdiCondition for this constraint.
getConditionId() - Method in class oracle.odi.domain.model.OdiCondition
Returns the internal identifier of this OdiCondition instance.
getConditions() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Returns an unmodifiable Collection of conditions for this IDataStore.
getConditions() - Method in class oracle.odi.domain.model.OdiDataStore
Returns an unmodifiable collection of OdiConditions that belongs to this datastore.
getConditionStatus(OdiLoadPlanInstanceCaseCondition) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getConditionType() - Method in class oracle.odi.domain.model.OdiCondition
Returns the OdiCondition.ConditionType of this OdiCondition instance.
getConfig() - Method in class oracle.odi.core.OdiInstance
Obtains this OdiInstance configuration object.
getConnectionFromDataSource() - Method in class oracle.odi.interfaces.data.DataAccessInfo
Deprecated.
This method is only here to avoid a complex UI refactoring, and musn't be used otherwise.
In general it is discouraged to work on a Connection.
getConnectionInfo() - Method in interface oracle.odi.domain.adapter.topology.IDataServer
Gets information about the connection to the server.
getConnectionInfo() - Method in class oracle.odi.domain.topology.OdiDataServer
 
getConnectionProperties() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Obtains an unmodifiable map of the connection properties of this jdbc settings.
getConnectionProperties() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
getConnectionProperties() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JdbcSettings
Obtains an unmodifiable map of the connection properties of this jdbc settings.
getConnectionProperties() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
 
getConnectionSettings() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer
Returns the AbstractOdiDataServer.IConnectionSettings defined for this data server.
getConnectionSettings() - Method in class oracle.odi.domain.topology.OdiDataServer
 
getConnectionSettings() - Method in class oracle.odi.domain.topology.OdiRepositoryServer
 
getConnector(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a connector that connects the specified point to this point.
getConnectorPointCount() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return the total number of connector points owned by this component.
getConnectorPointCount(MapConnectorPointRole) - Method in interface oracle.odi.domain.mapping.IMapComponent
Return the total number of connector points owned by this component, of the specified connector point role.
getConnectorPointRole(MapConnectorPoint.Direction, String) - Method in class oracle.odi.domain.mapping.MapComponentType
Get a connector point role with the specified direction and name.
getConnectorPointRoles(MapConnectorPoint.Direction) - Method in class oracle.odi.domain.mapping.MapComponentType
Return a list of all the defined connector point roles for the specified direction.
getConnectorPoints(MapConnectorPointRole) - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of connector points owned by this component, with the specified connector point role.
getConnectorPoints() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get all connector points owned by this component.
getConnectorPointToLeaf(IMapComponent) - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a connector point owned by this component that is connected to the specified component, if any.
getConnectorTo(IMapComponent) - Method in interface oracle.odi.domain.mapping.IMapComponent
Return the connector that connects this component to the specified component if they are connected, else return null.
getConnectorTo(IMapComponent) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Gets the MapConnector that connects this point to the specified target component, if they are connected, else null.
getConnectorToLeaf(IMapComponent) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Gets the MapConnector that connects this point to the specified target component, if they are connected, else null.
getConnectorToLeafPoint(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a top-level connector from this point to the specified point, if one exists.
getConstName() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Returns the name of this constraint.
getConstName() - Method in class oracle.odi.domain.mapping.DatastoreOverridenConstraint
Returns the name of the constraint,
getConstType() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Returns the type (key, condition, reference) of this constraint.
getConstType() - Method in class oracle.odi.domain.mapping.DatastoreOverridenConstraint
Returns the type of the constraint,
getConsumer() - Method in class oracle.odi.domain.model.OdiReferenceShortcutAdapter
 
getConsumer() - Method in class oracle.odi.domain.project.interfaces.SourceDataStoreShortcutAdapter
Deprecated.
 
getConsumer() - Method in class oracle.odi.domain.project.MapReferenceShortcutAdapter
 
getConsumer() - Method in class oracle.odi.domain.project.OdiInterfaceShortcutAdapter
Deprecated.
 
getConsumer() - Method in class oracle.odi.domain.project.StepDataStoreShortcutAdapter
 
getConsumer() - Method in class oracle.odi.domain.project.StepInterfaceShortcutAdapter
Deprecated.
 
getConsumer() - Method in class oracle.odi.domain.project.StepMappingShortcutAdapter
 
getConsumer() - Method in class oracle.odi.domain.project.StepProcedureShortcutAdapter
 
getConsumerEntity() - Method in class oracle.odi.domain.model.OdiReferenceShortcutAdapter
 
getConsumerEntity() - Method in class oracle.odi.domain.project.interfaces.SourceDataStoreShortcutAdapter
Deprecated.
 
getConsumerEntity() - Method in class oracle.odi.domain.project.MapReferenceShortcutAdapter
 
getConsumerEntity() - Method in class oracle.odi.domain.project.OdiInterfaceShortcutAdapter
Deprecated.
 
getConsumerEntity() - Method in class oracle.odi.domain.project.StepDataStoreShortcutAdapter
 
getConsumerEntity() - Method in class oracle.odi.domain.project.StepInterfaceShortcutAdapter
Deprecated.
 
getConsumerEntity() - Method in class oracle.odi.domain.project.StepMappingShortcutAdapter
 
getConsumerEntity() - Method in class oracle.odi.domain.project.StepProcedureShortcutAdapter
 
getContainingDataset(IMapComponent) - Static method in class oracle.odi.domain.mapping.component.Dataset
Gets the owning Dataset of the given component.
getContext() - Method in interface oracle.odi.domain.adapter.topology.ILocation
Gets the context object for the location.
getContext() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the default or optimization context for this execution unit.
getContext() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the context object associated with this node, if any, else null.
getContext() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepRunScenario
 
getContext() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getContext() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getContext() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepRunScenario
 
getContext() - Method in class oracle.odi.domain.topology.OdiContextualAgentMapping
Obtains the context defined for this OdiContext.
getContext() - Method in class oracle.odi.domain.topology.OdiContextualAgentMapping.OdiContextualAgentMappingId
Obtains the context id.
getContext() - Method in class oracle.odi.domain.topology.OdiContextualSchemaMapping
Returns the Context of this association.
getContext() - Method in class oracle.odi.domain.topology.OdiContextualSchemaMapping.OdiContextualSchemaMappingId
Obtains the context id.
getContext() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
 
getContext() - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringParser
Obtains the expression context of this parser.
getContext() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the schedule context.
getContext() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the schedule context.
getContextCode() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the context code for this AbstractRuntimeStep.
getContextCode() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepRunScenario
Return context code, if this step uses its own context for execution, or null if loadplan context is used.
getContextCode() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
 
getContextCode() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets ODI context code on which the scenario has been executed.
getContextCode() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the code of the ODI context to be used when executing this schedule's job.
getContextCode() - Method in class oracle.odi.domain.runtime.sequence.OdiStandardSequenceValue
Returns context's code this sequence's value belogs to.
getContextCode() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of contextCode property.
getContextCode() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the execution context code for this OdiSession.
getContextCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the context code for underlying OdiSessionBlueprintStep.
getContextCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by {@link #getStep()#getContextCode()
getContextCode() - Method in class oracle.odi.domain.runtime.variable.OdiVariableValue
Returns the context code in which this OdiVariableValue has been defined.
getContextId() - Method in class oracle.odi.domain.topology.OdiContext
Returns the Internal Context ID.
getContextManager() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns the context manager for this helper.
getContextualName(IMapComponent) - Method in class oracle.odi.domain.mapping.MapAttribute
Get the full qualified name of the attribute, relative to a contextual component.
getContextualName() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets the full name of the referenced object, relative to the referencing context component.
getConvertedDataType(ITechnology) - Method in interface oracle.odi.domain.adapter.topology.IDataType
Obtains the IDataType that corresponds to this instance of IDataType for the given target technology, or null if no conversion is defined for the given technology.
getConvertedDataType(ITechnology, Integer, Integer) - Method in interface oracle.odi.domain.adapter.topology.IDataType
Obtains the IDataType that corresponds to this instance of IDataType for the given target technology, or null if no conversion is defined for the given technology.
getConvertedDataType(ITechnology) - Method in class oracle.odi.domain.mapping.MappingDataType
 
getConvertedDataType(ITechnology, Integer, Integer) - Method in class oracle.odi.domain.mapping.MappingDataType
 
getConvertedDataType(ITechnology, Integer, Integer) - Method in class oracle.odi.domain.topology.OdiDataType
Convenient method to obtains the IDataType that corresponds to this instance of IDataType for the given target technology, or null if no conversion is defined for the given technology.
getConvertedDataType(ITechnology) - Method in class oracle.odi.domain.topology.OdiDataType
Convenient method to obtains the OdiDataType that corresponds to this instance of OdiDataType for the given target technology, or null if no conversion is defined for the given technology.
getCorrectedMissingRefs() - Method in class oracle.odi.missingref.support.MissingRefManager
Returns the list of missing refs corrected in this manager.
getCPOrder() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Retrieve the order of this connector point relative to the other connector points of the same direction and owned by the same component.
getCreationTime() - Method in class oracle.odi.domain.topology.OdiMasterRepositoryInfo
Returns time of repository's creation in millisecond.
getCredentialProvider() - Method in class oracle.odi.runtime.agent.RuntimeAgent
 
getCrossReference(String) - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the cross reference object from the list of cross references, for the given key.
getCrossReferenceMap() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets a map between reference key to MapExpressionXRef object.
getCrossReferences() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the full list of cross references for this expression, created when the expression was last parsed.
getCrossReferences(List) - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the full list of cross references for this expression, created when the expression was last parsed.
getCrossRefs() - Method in class oracle.odi.domain.xrefs.expression.Expression
Obtains the CrossRefs this expression defines, or null if none.
getCurrentAuthentication() - Method in class oracle.odi.core.security.SecurityManager
Returns the Authentication that is currently bound to this SecurityManager and that will be used for privileges checking.
getCurrentDateSQL() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the SQL statement to get current system data for this OdiTechnology.
getCurrentExecutionNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Return the node where the expression will be executed.
getCurrentExecutionUnit() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Return the execution unit where this physical expression will be executed.
getCurrentIssues(IInterfaceSubComponent) - Method in interface oracle.odi.interfaces.interactive.IInteractiveInterfaceHelper
Deprecated.
Returns the current set of IInterfaceIssue objects that are associated with the specified sub-component.
getCurrentIssues(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns the current set of IInterfaceIssue objects that are associated with the specified sub-component.
getCurrentPasswordStorageConfiguration() - Method in class oracle.odi.core.security.PasswordStorageSwitchingService
Get the current PasswordStorageConfiguration used by this master repository.
getCurrentVersion() - Method in exception oracle.odi.core.config.RepositoryVersionMismatchException
Gets the current repository version found in the repository database.
getCustomizationStatus() - Method in class oracle.odi.domain.project.OdiKM
Returns the status of a KM based on its checksum.
getCustomizationStatus() - Method in class oracle.odi.domain.project.OdiSKM
Returns the status of a KM based on its checksum.
getDailyActivationTimeRange() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the daily activation time range - aggregation of beginning and ending time of day, where this schedule is active.
getDatabaseId() - Method in exception oracle.odi.core.security.PermissionDeniedException
Return the id of the object to check.
getDatabaseSchema() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
use the targetDatastore instead
getDatabaseSchema() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the DatabaseSchema (user schema, temporary schema, or existing schema) on which this temporary target datastore is located.
getDataServer() - Method in interface oracle.odi.domain.adapter.topology.ILocation
Gets a physical data server object for this location.
getDataServer(IContext) - Method in interface oracle.odi.domain.adapter.topology.ILocation
Get sa physical data server object for this location.
getDataServer() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the IDataServer related to this IPhysicalSchema.
getDataServer() - Method in class oracle.odi.domain.topology.OdiPhysicalAgentDataSource
Obtains the data server related to this OdiPhysicalAgentDataSource.
getDataServer() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the OdiDataServer related to this OdiPhysicalSchema.
getDataServer(IContext) - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
 
getDataServer() - Method in class oracle.odi.domain.topology.OdiWorkRepositoryInfo
Obtains the DB server this ODI work repository is installed on.
getDataServer() - Method in class oracle.odi.interfaces.interactive.support.execarea.InterfaceExecutionArea
Deprecated.
 
getDataServer() - Method in interface oracle.odi.interfaces.interactive.support.IExecutionArea
Deprecated.
Returns the data server on which this execution area is located.
getDataServerId() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer
Obtains this data server ID.
getDataServerId() - Method in class oracle.odi.domain.topology.OdiPhysicalAgentDataSource.OdiPhysicalAgentDataSourceId
Obtains data server id
getDataServers() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains an unmodifiable collection of OdiDataServers.
getDataServiceContainer() - Method in class oracle.odi.domain.model.OdiModel
Get the logical schema referencing the data service.
getDataServiceDataSourceName() - Method in class oracle.odi.domain.model.OdiModel
Get the name of the data source that you defined in the data server, and that corresponds to the server containing your model's data.
getDataServiceName() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the name of the data service generated or to be generated for this datastore.
getDataServiceName() - Method in class oracle.odi.domain.model.OdiModel
Get the name of the data service that is providing the (CDC related) features at model level.
getDataServiceNamespace() - Method in class oracle.odi.domain.model.OdiModel
Get the namespace for your web services.
getDataServicePackageName() - Method in class oracle.odi.domain.model.OdiModel
Get the Name of the Java package generated to contain all the web services.
getDataServicePublishedEntityName() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the name that is used to generate all operations names for the data service.
getDataSet() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getDataSet() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the parent dataset of this clause.
getDataSet() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getDataSet() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get the DataSet object that contains this source in the interface.
getDataSet() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
Returns the data set for which this source set is attached to.
getDataSet() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingAbstract
Deprecated.
Gets the data set for this target mapping.
getDataSet() - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Basic getter.
getDataSet() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderGenericClause
Deprecated.
Gets the attached source datastores of this TextHolder.
getDataSet() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
 
getDataSet() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
 
getDataSetId() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the internal ID of this dataset.
getDatasets(MapComponentOwner) - Static method in class oracle.odi.domain.mapping.component.Dataset
Gets all Datasets owned by the given owner.
getDataSets() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Returns a list of data sets of this interface, sorted by its position.
getDataSource(DataSourceDefinition) - Method in class oracle.odi.core.DataSourceManager
Creates or gets DataSource for the specified DataSourceDefinition.
getDataSource() - Method in class oracle.odi.core.repository.Repository
Obtains JDBC DataSource pointing to this repository.
getDataSourceJndiName() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Obtains the DataSource JNDI name.
getDataSourceJndiName() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
getDataSourceJndiName() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Obtains the DataSource JNDI name.
getDataSourceSelector() - Method in class oracle.odi.core.config.OdiInstanceConfig
Obtains data source selector defined for this OdiInstanceConfig.
getDataStore() - Method in class oracle.odi.domain.model.OdiColumn
Returns the OdiDataStore that owns this column.
getDataStore() - Method in class oracle.odi.domain.model.OdiCondition
Obtains the OdiDataStore to which this condition belongs.
getDataStore() - Method in class oracle.odi.domain.model.OdiFilter
Returns the OdiDataStore to which this OdiFilter belongs and on which the filter applies.
getDataStore() - Method in class oracle.odi.domain.model.OdiKey
Returns the OdiDataStore this OdiKey belongs to.
getDataStore() - Method in class oracle.odi.domain.model.OdiPartition
Returns the OdiDataStore for which this OdiPartition is defined.
getDataStore() - Method in class oracle.odi.domain.project.StepDataStore
Returns the datastore upon which this step is based.
getDataStore() - Method in exception oracle.odi.domain.relational.ColumnNotFoundException
Deprecated.
Obtains the data store.
getDataStore() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionAddSourceDataStore
Deprecated.
Get the underlying data store instance.
getDatastoreComponent(MapPhysicalNode) - Static method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the datastore component associated with the node, if any, else return null.
getDataStoreId() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the internal identifier of this OdiDataStore instance.
getDatastoreLocation(IDataStore) - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the location of a datastore object
getDatastoreOrder() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the value of the datastore order property of this component.
getDataStoreReferenceBreaker() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionRemoveSourceDataStore
Deprecated.
Gets the data store reference breaker.
getDataStores() - Method in interface oracle.odi.domain.adapter.relational.IModel
 
getDataStores() - Method in class oracle.odi.domain.model.AbstractOdiSubModel
Obtains an unmodifiable collection of OdiDataStores directly owned by this sub-model
getDataStores() - Method in class oracle.odi.domain.model.OdiModel
 
getDataStoreShortcut() - Method in class oracle.odi.domain.project.StepDataStore
Internal use only.
getDatastoreTechnology(IDataStore) - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the technology of a datastore object
getDataStoreType() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the OdiDataStore.DataStoreType of this OdiDataStore instance.
getDataType() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Obtains the data type of this column.
getDataType() - Method in class oracle.odi.domain.mapping.MapAttribute
 
getDataType(String) - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the data type by name.
getDataType() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getDataType() - Method in class oracle.odi.domain.model.OdiColumn
Obtains the OdiDataType defined as data type for this OdiColumn, or null if undefined.
getDataType() - Method in class oracle.odi.domain.project.interfaces.JournalizedSourceColumn
Deprecated.
Returns the datatype of this journalized source column.
getDataType() - Method in class oracle.odi.domain.project.interfaces.SourceColumn
Deprecated.
Returns the data type of this source column.
getDataType() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the datatype of this target column.
getDataType() - Method in class oracle.odi.domain.project.OdiVariable
Returns the OdiVariable.DataType defined on this OdiVariable instance.
getDataType() - Method in interface oracle.odi.domain.relational.IColumn
Obtains the data type of this column.
getDataType() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariable
 
getDataType() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariable
 
getDataType(String) - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the OdiDataType associated to this OdiTechnology instance which has the given code parameter as data type code.
getDataTypeId() - Method in class oracle.odi.domain.topology.OdiDataType
The data type ID.
getDataTypes() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Get all data types of this technology.
getDataTypes() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns an unmodifiable collection of this OdiTechnology's data types.
getDataTypeString() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the datatype name string.
getDateDataTypeMask() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the date data type mask for this ITechnology.
getDateDataTypeMask() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the data type mask from the default technology.
getDateDataTypeMask() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the date data type mask for this OdiTechnology.
getDateValue() - Method in class oracle.odi.domain.runtime.variable.OdiVariableValue
Returns date value of this OdiVariableValue.
getDay() - Method in class oracle.odi.domain.runtime.scheduling.ExplicitDate
Returns the day of month.
getDayOfMonth() - Method in class oracle.odi.domain.runtime.scheduling.Recurrence
Returns day of recurrence.
getDayOfWeekRank() - Method in class oracle.odi.domain.runtime.scheduling.Recurrence
Returns the day of week rank in month.
getDaysOfWeek() - Method in class oracle.odi.domain.runtime.scheduling.Recurrence
Returns array of week days of recurrence.
getDbName() - Method in class oracle.odi.setup.TechnologyName
 
getDdlDataType() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Get the full DDL data type string for creating the column using SQL DDL.
getDdlDataType() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the generated DDL data type or code generation data type for the attribute, if a column is being created to match the attribute.
getDdlDataType() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getDdlDataType() - Method in class oracle.odi.domain.model.OdiColumn
 
getDdlNullKeyword() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the 'null' keyword for this ITechnology.
getDdlNullKeyword() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the DDL null keyword.
getDdlNullKeyword() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the 'null' keyword for this OdiTechnology.
getDdlPattern() - Method in interface oracle.odi.domain.adapter.topology.IDataType
Obtains DDL pattern for this IDataType.
getDdlPattern() - Method in class oracle.odi.domain.mapping.MappingDataType
 
getDdlPattern() - Method in class oracle.odi.domain.topology.OdiDataType
Obtains DDL pattern for this OdiDataType.
getDebugClientId() - Method in class oracle.odi.domain.runtime.session.OdiSession
INTERNAL: Returns id of the debug client connected to this session.
getDebugParams() - Method in class oracle.odi.runtime.agent.invocation.DebugParams
Returns an unmodifiable copy of the debug parameters.
getDecimalSeparator() - Method in interface oracle.odi.domain.adapter.relational.IFileDescriptor
Returns the character separating the integer and decimal part of NUMERIC data.
getDecimalSeparator() - Method in interface oracle.odi.domain.adapter.relational.IFileFieldDescriptor
Returns the character separating the integer and decimal part of NUMERIC data.
getDecimalSeparator() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
Returns the decimal separator.
getDecimalSeparator() - Method in class oracle.odi.domain.model.OdiDataStore.FileDescriptor
Character separating the integer and decimal part of a NUMERIC character.
getDefaultAlias() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Returns the default alias of this datastore.
getDefaultAlias() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the default alias for this OdiDataStore instance.
getDefaultAttribute(String) - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Find a default attribute definition (MapAttributeInfo) owned by this connector point role, with the specified name.
getDefaultAttributeCount() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Get the number of default attributes created when a connector point with this role is created.
getDefaultAttributes() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Return the list of default attribute definition objects owned by this connector point role.
getDefaultConnectionUrl() - Method in class oracle.odi.setup.TechnologyName
Returns the default connection URL for the given technology.
getDefaultConnectorCount() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Return the number of connector points with this role that are created by default when the component is created.
getDefaultConnectorPointCount(MapConnectorPoint.Direction) - Method in class oracle.odi.domain.mapping.MapComponentType
Get the default connector point count for the specified direction.
getDefaultConnectorPointRole(MapConnectorPoint.Direction) - Method in class oracle.odi.domain.mapping.MapComponentType
Get the default connector point role for the specified direction.
getDefaultContext() - Method in interface oracle.odi.domain.mapping.IMapRootContainer
Get the default context for the mapping.
getDefaultContext() - Method in class oracle.odi.domain.mapping.Mapping
 
getDefaultContext() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getDefaultDataSourceTimeout() - Method in class oracle.odi.core.config.OdiInstanceConfig
Obtains the DataSource timeout defined for this OdiInstanceConfig.
getDefaultDatatype() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets a default data type to use when no other data type can be found.
getDefaultDriverName() - Method in class oracle.odi.setup.TechnologyName
Returns the default driver name for the given technology.
getDefaultImplementation() - Method in class oracle.odi.domain.project.OdiUserFunction
Obtains the default OdiUserFunctionImpl - implementation which automatically supports newly created technologies.
getDefaultLanguageImpl() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Gets the default language implementation for this technology.
getDefaultLanguageImpl() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the default implemented language.
getDefaultLanguageImpl() - Method in class oracle.odi.domain.topology.OdiTechnology
 
getDefaultLength(IDataType) - Static method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the default length of the data type.
getDefaultLength() - Method in class oracle.odi.domain.topology.OdiDataType
Get default length for this OdiDataType.
getDefaultOptionValue() - Method in interface oracle.odi.domain.adapter.project.IOptionValue
Retrieves the default value of the option.
getDefaultOptionValue() - Method in interface oracle.odi.domain.adapter.project.IProcedureOption
Obtains the default value set for this ProcedureOption.
getDefaultOptionValue() - Method in interface oracle.odi.domain.project.IOptionValue
Retrieves the default value of the option.
getDefaultOptionValue() - Method in interface oracle.odi.domain.project.IProcedureOption
Obtains the default value set for this ProcedureOption.
getDefaultOptionValue() - Method in class oracle.odi.domain.project.ProcedureOption
 
getDefaultOptionValue() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
 
getDefaultPhysicalSchema() - Method in interface oracle.odi.domain.adapter.topology.IDataServer
Looks up the default physical schema for this IDataServer from its associated physical schemas.
getDefaultPhysicalSchema() - Method in class oracle.odi.domain.topology.OdiDataServer
Looks up the default physical schema for this OdiDataServer from its associated physical schemas.
getDefaultPrecision(IDataType) - Static method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the default precision of a data type
getDefaultScale(IDataType) - Static method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the default scale fo the data type.
getDefaultScale() - Method in class oracle.odi.domain.topology.OdiDataType
Get default scale for this OdiDataType.
getDefaultSnpsLanguage() - Method in interface oracle.odi.languages.ILanguageProvider
Obtains the default language.
getDefaultSnpsLanguage() - Method in class oracle.odi.languages.support.LanguageProviderImpl
 
getDefaultSourceTechnology() - Method in class oracle.odi.domain.project.OdiProcedure
Gets the default source technology of this OdiProcedure.
getDefaultSourceTechnology() - Method in class oracle.odi.domain.project.OdiSKM
Gets the default source technology of this SKM.
getDefaultStagingLocationName() - Method in class oracle.odi.domain.mapping.Mapping
Return the preset staging location name for this mapping.
getDefaultTargetTechnology() - Method in class oracle.odi.domain.project.OdiProcedure
Gets the default target technology of this OdiProcedure.
getDefaultTargetTechnology() - Method in class oracle.odi.domain.project.OdiSKM
Gets the default target technology of this SKM.
getDefaultTechnology() - Static method in class oracle.odi.setup.TechnologyName
Returns the default technology for ODI repository.
getDefaultValue() - Method in interface oracle.odi.domain.adapter.flexfields.IFlexFieldValue
Obtains the default flex field value.
getDefaultValue() - Method in interface oracle.odi.domain.adapter.project.IProcedureOption
Deprecated.
Use getDefaultOptionValue
getDefaultValue() - Method in interface oracle.odi.domain.flexfields.IFlexFieldValue
Obtains the default flex field value.
getDefaultValue() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the default value of this property.
getDefaultValue() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the default value for the property.
getDefaultValue() - Method in class oracle.odi.domain.model.OdiColumn
Returns the default value for this OdiColumn instance.
getDefaultValue() - Method in interface oracle.odi.domain.project.IOptionValue
Deprecated.
Use getDefaultOptionValue
getDefaultValue() - Method in interface oracle.odi.domain.project.IProcedureOption
Deprecated.
Use getDefaultOptionValue
getDefaultValue() - Method in class oracle.odi.domain.project.OdiVariable
Returns the current value of this OdiVariable instance.
getDefaultValue() - Method in class oracle.odi.domain.project.ProcedureOption
Deprecated.
getDefaultValue() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeVariable
Returns the default value of this AbstractRuntimeVariable.
getDefaultValue() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomVariable
Returns the default value of variable.
getDefaultValue() - Method in class oracle.odi.domain.runtime.session.OdiSessionVariable
Deprecated.
Gets the default value of this variable.
getDefaultValue() - Method in class oracle.odi.domain.topology.OdiFlexField
Obtains the default value.
getDefaultValue() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
use getDefaultOptoinValue instead
getDefaultValueString() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the default value as a String.
getDefinitionFilePath() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns path to definition file to be used by this Oracle Golden Gate's replicat process.
getDelegate() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the delegate for this component, for access to special delegate-only functions.
getDelegate() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the connector point delegate for this attribute, or null if no connector point delegate class is defined.
getDelegate() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get the connector point delegate for this connector point, if a delegate is defined, else null.
getDelegateClassName() - Method in class oracle.odi.domain.mapping.MapComponentType
Get the delegate class name for this component type.
getDelegateScriptText() - Method in class oracle.odi.domain.project.ComponentKM
 
getDeleteAction() - Method in class oracle.odi.domain.model.OdiReference
Returns the deletion rule of this OdiReference instance.
getDeleteCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getDeleteCount() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceSessionLog
 
getDeleteCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getDeleteCount() - Method in class oracle.odi.domain.runtime.session.OdiSession
Relevant for Interfaces and Procedures and any execution that manipulates data.
getDeleteCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the number of processed deletes, or null if not applicable.
getDeleteCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Relevant for Interfaces and Procedures and any execution that manipulates data.
getDeniedPermission() - Method in exception oracle.odi.core.security.PermissionDeniedException
Return the Permission object which gets denied.
getDeploymentPath() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Obtains deployment path.
getDeploymentPath() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DirectoryDeploymentSettings
Obtains deployment path.
getDeploymentPath() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
getDeploymentSpec(int) - Method in class oracle.odi.domain.mapping.Mapping
Get the deployment spec from the list of deployment specs owned by this mapping, at the specified index.
getDeploymentSpec(int, boolean) - Method in class oracle.odi.domain.mapping.Mapping
Get the deployment spec from the list of deployment specs owned by this mapping, at the specified index.
getDeploymentSpec(List, int, boolean) - Method in class oracle.odi.domain.mapping.Mapping
Get the deployment spec from the list of deployment specs owned by this mapping, at the specified index.
getDeploymentSpec() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the deployment spec that owns this execution unit.
getDeploymentSpec() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnitGroup
 
getDeploymentSpec() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the deployment spec that owns this node.
getDeploymentSpec() - Method in class oracle.odi.domain.project.StepMapping
Returns the DeploymentSpec upon which is based this Step.
getDeploymentSpecs() - Method in class oracle.odi.domain.mapping.Mapping
Get the list of physical deployment specs owned by this mapping.
getDeploymentSpecs(List) - Method in class oracle.odi.domain.mapping.Mapping
Get the list of physical deployment specs owned by this mapping.
getDeploymentSpecs(boolean) - Method in class oracle.odi.domain.mapping.Mapping
Get the list of physical deployment specs owned by this mapping.
getDeploymentSpecs(List, boolean) - Method in class oracle.odi.domain.mapping.Mapping
Get the list of physical deployment specs owned by this mapping.
getDeploymentUrl() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Obtains the deployment URL.
getDeploymentUrl() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.Axis2DeploymentSettings
Obtains the deployment URL.
getDeploymentUrl() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
getDeploymentUrl() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.FtpDeploymentSettings
Obtains the deployment URL.
getDeploySpecId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Get the internal id of the deployment spec from which this session blueprint is generated.
getDerivedFromText() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Returns the "derived from" property value for a join.
getDerivedJoins(Dataset) - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the list of derived joins that are derived from this join.
getDerivedJoinsText() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the comma separated list of names of derived join components that are derived from this join.
getDerivedSelectStatementLine() - Method in class oracle.odi.domain.project.OdiIKM
Obtains the line that holds derived select statement, or null if none.
getDerivedSubSelectLine() - Method in class oracle.odi.domain.project.ComponentKM
Return the predefined component KM line with derived subselect property set to true, if any, else return null.
getDerivedSubSelectTemplate() - Method in class oracle.odi.domain.project.ComponentKM
Return the derived subselect template that is defined in an IKM line owned by this component KM, if any, else return null.
getDescription() - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Gets the description for this KM.
getDescription() - Method in interface oracle.odi.domain.adapter.project.IProcedureOption
Get the description.
getDescription() - Method in interface oracle.odi.domain.adapter.project.IUserFunction
Gets the description for this user function.
getDescription() - Method in class oracle.odi.domain.model.OdiColumn
Returns the description of this OdiColumn instance.
getDescription() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the description for this OdiDataStore instance.
getDescription() - Method in class oracle.odi.domain.model.OdiModel
Returns the description of this OdiModel instance.
getDescription() - Method in class oracle.odi.domain.model.OdiModelFolder
Gets the description of this OdiModelFolder instance.
getDescription() - Method in class oracle.odi.domain.model.OdiPartition
Returns the description of this OdiPartition.
getDescription() - Method in class oracle.odi.domain.project.ComponentKMLine
 
getDescription() - Method in interface oracle.odi.domain.project.IProcedureOption
Get the description.
getDescription() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Returns the description of this interface.
getDescription() - Method in class oracle.odi.domain.project.OdiPackage
Retrieves this OdiPackage instance description.
getDescription() - Method in class oracle.odi.domain.project.OdiProcedure
Returns the description of the procedure.
getDescription() - Method in class oracle.odi.domain.project.OdiSKM
Returns the description of the SKM.
getDescription() - Method in class oracle.odi.domain.project.OdiUserFunction
Obtains the description of this OdiUserFunction.
getDescription() - Method in class oracle.odi.domain.project.OdiVariable
Returns the description of this OdiVariable instance.
getDescription() - Method in class oracle.odi.domain.project.ProcedureOption
 
getDescription() - Method in interface oracle.odi.domain.root.INamedObject
Get the description of this object.
getDescription() - Method in class oracle.odi.domain.root.RootIssue
Gets the description of this issue.
getDescription() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeVariable
Returns the description of this AbstractRuntimeVariable.
getDescription() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getDescription() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariable
 
getDescription() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getDescription() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariable
 
getDescription() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Gets description of this OdiScenario.
getDescription() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Gets description of this OdiScenarioFolder.
getDescription() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the description of this OdiSessionBlueprint.
getDescription() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomVariable
Returns the description of underlying OdiSessionBlueprintVariable.
getDescription() - Method in class oracle.odi.domain.runtime.session.OdiSessionVariable
Deprecated.
Gets the description of this variable.
getDescription() - Method in class oracle.odi.interfaces.basic.MappingDefinition
Deprecated.
Returns the description for this mapping.
getDescription() - Method in interface oracle.odi.interfaces.interactive.IIssueFix
Deprecated.
Returns the text description of this fix.
getDescription() - Method in interface oracle.odi.missingref.IMissingRef
Returns the description of the missing reference.
getDescription() - Method in class oracle.odi.missingref.support.DefaultMissingRef
Returns the description value.
getDiffs() - Method in class oracle.odi.generation.DDLDifferences
Public method that returns the unmodifiable collection of differences.
getDiffType() - Method in class oracle.odi.generation.DDLDiff
Gives the type difference detected.
getDirection() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get the direction of this connector point, either INPUT or OUTPUT.
getDirection() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Return the direction of this connector point role, INPUT or OUTPUT.
getDiscardFilePath() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns path to discard file to be used by this Oracle Golden Gate's replicat process.
getDisplayableObjectName() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Returns descriptive name for this expression suitable for UI.
getDisplayableObjectName() - Method in interface oracle.odi.domain.root.IRoot
Return a user-displayable name for this object.
getDisplayableProperties() - Method in interface oracle.odi.domain.root.IPropertyOwner
Get a list of properties that are not marked as hidden, and thus will be displayed in the UI or console.
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.DatastoreOverridenConstraint
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.MapAttribute
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.MapComponentType
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.MapConnector
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.Mapping
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.MappingDataType
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnitGroup
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.properties.Property
 
getDisplayableTypeName() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getDisplayableTypeName() - Method in interface oracle.odi.domain.root.IPropertyOwner
Get a displayable type name for the property owner object.
getDisplayableTypeName() - Method in interface oracle.odi.domain.root.IRoot
Get a user-displayable type name for the object.
getDisplayName() - Method in interface oracle.odi.domain.adapter.topology.ISubLanguage
Returns display name of this sub-language.
getDisplayName() - Method in class oracle.odi.domain.mapping.MapComponentType
Return a displayable name for this component type.
getDisplayName() - Method in class oracle.odi.domain.mapping.properties.Property
Gets a displayable, translated name for the property.
getDisplayName() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the display name for the property.
getDisplayNameKey() - Method in class oracle.odi.domain.mapping.MapComponentType
Return the NLS key for the displayable, translated component type name.
getDisplayNameKey() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the NLS display name key for the property.
getDistinctReferenceCount() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the number of distinct references, with no duplicates, for this expression.
getDistributionMask() - Method in class oracle.odi.domain.model.OdiSubModel
Get the distribution mask for this OdiSubModel instance.
getDistributionOrder() - Method in class oracle.odi.domain.model.OdiSubModel
Get the distribution order for this OdiSubModel instance.
getDistributionRule() - Method in class oracle.odi.domain.model.OdiSubModel
Get the distribution rule for this OdiSubModel instance.
getDomainInterfaceType() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl
 
getDomainValues(PropertyOwner) - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Returns a list of the raw property domain values.
getDownstreamAPNodes() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get all downstream AP nodes for this node.
getDownstreamConnectedComponents() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a list of all downstream components that are connected to this output connector point.
getDownstreamConnectedLeafComponents() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of all downstream connector point connected to this component, through all output connector points owned by this component.
getDownstreamConnectedLeafComponents() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a list of all downstream components that are connected to this output connector point.
getDownstreamConnectedLeafPoints() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a list of all downstream connector points that are connected to this output connector point.
getDownstreamConnectedNodes() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the immediate connected downstream nodes in the physical graph, which is the same as the parent nodes in the tree.
getDownstreamConnectedPoints() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of all downstream connector points connected to this component, through all output connector points owned by this component.
getDownstreamConnectedPoints() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a list of all downstream connector points that are connected to this output connector point.
getDownstreamTargetNodes() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get all downstream nodes that are contained in the same execution unit as this node, and are target nodes.
getDriver() - Method in class oracle.odi.setup.JdbcProperties
Returns the jdbc driver class name.
getDriverConnectorPoint() - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
getDriverName() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Obtains the driver name of this jdbc settings, or null if undefined.
getDriverName() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
getDriverName() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JdbcSettings
Obtains the driver name of this jdbc settings, or null if undefined.
getDriverSource() - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
getDriverSourceName() - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
getDurable() - Method in class oracle.odi.interfaces.data.IJMSCallBack.CallBackResult
Deprecated.
Return true if the JMS subscriber used to receive the message is a durable subscriber.
getDuration() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceBaseLog
 
getDuration() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getDuration() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionVariableLog
 
getDuration() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
Deprecated.
as the duration is no more populated by runtime. Use getEndTime-getStartTime to get the duration
getDuration() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
Deprecated.
as the duration is no more populated by runtime. Use getEndTime-getStartTime to get the duration
getDuration() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
 
getDuration() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the duration of the OdiSession execution in second, or null if not yet defined (i.e.
getDuration() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the duration (in second) of this step's execution, or null if not yet defined.
getDuration() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns duration of this OdiSessionTaskLog, or null if undefined.
getDwgSecurityManager() - Method in class oracle.odi.core.security.Authentication
 
getEdition() - Method in class oracle.odi.core.config.MasterRepositoryDbInfo
Return the edition defined for this repository info.
getEdition() - Method in class oracle.odi.core.config.WorkRepositoryDbInfo
 
getEditionName() - Method in class oracle.odi.setup.JdbcProperties
Returns the edition name for Oracle EBR.
getElements() - Method in class oracle.odi.interfaces.interactive.support.execarea.InterfaceExecutionArea
Deprecated.
Returns the list of elements contained in this execution area.
getElements() - Method in interface oracle.odi.interfaces.interactive.support.IExecutionArea
Deprecated.
Returns all the elements in this execution area.
getEndAvgDate() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the end average date value.
getEndAvgDate() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the end average date value.
getEndMaxDate() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the end max date value.
getEndMaxDate() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the end max date value.
getEndMinDate() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the end min date value.
getEndMinDate() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the end min date value.
getEndPoint() - Method in class oracle.odi.domain.mapping.MapConnector
Get the ending (target) input connector point for the connection.
getEndpointNodes() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get a list of all endpoint nodes for this execution unit.
getEndTime() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
 
getEndTime() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceBaseLog
 
getEndTime() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getEndTime() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionVariableLog
 
getEndTime() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getEndTime() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getEndTime() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
 
getEndTime() - Method in class oracle.odi.domain.runtime.scheduling.TimeRange
Obtains the end time of range.
getEndTime() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of endTime property.
getEndTime() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the end time of the OdiSession, or null if the session isn't yet finished.
getEndTime() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the end time for this step, or null if not yet finished.
getEndTime() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns end time of this OdiSessionTaskLog, or null if not yet finished.
getEnterprisePrincipalMembers() - Method in class oracle.odi.domain.security.OdiRole
 
getEnterprisePrincipals() - Method in class oracle.odi.setup.AuthenticationConfiguration.OPSSAuthenticationConfiguration
 
getEnterpriseSchedulerId() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
getEntity() - Method in class oracle.odi.core.persistence.OdiEntityChange
 
getEntityClass() - Method in exception oracle.odi.core.security.PermissionDeniedException
Return the ODI class of the object to check.
getEntityClass() - Method in class oracle.odi.domain.project.interfaces.ObjTrace
Deprecated.
Returns the class associated with this trace message object.
getEntityManager() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Return the IOdiEntityManager instance that is used to control object persistence and synchronization for this helper.
getEntityManager() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Return the IOdiEntityManager instance that is used to control object persistence and synchronization for this helper.
getEntityName() - Method in class oracle.odi.domain.project.interfaces.ObjTrace
Deprecated.
Returns the name of the object associated with this trace message object.
getEntityRelationships() - Method in class oracle.odi.domain.mapping.component.Dataset
Gets a list of EntityRelationship objects representing entity relationships in this Dataset.
getErrorCode() - Method in class oracle.odi.runtime.agent.invocation.WorkRepositoryInfo
Gets the value of the errorCode property.
getErrorCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getErrorCount() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceSessionLog
 
getErrorCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getErrorCount() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains number of errors of this session i.e.
getErrorCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Obtains the number of errors for this step.
getErrorCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns the error count.
getErrorID() - Method in exception oracle.odi.exception.OdiCheckedException
Gets this exception's error ID.
getErrorID() - Method in exception oracle.odi.exception.OdiUncheckedException
Gets this exception's error ID.
getErrorMessage() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
 
getErrorMessage() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceBaseLog
 
getErrorMessage() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getErrorMessage() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionVariableLog
 
getErrorMessage() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getErrorMessage() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getErrorMessage() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
 
getErrorMessage() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of errorMessage property.
getErrorMessage() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains the error message of this OdiSession if failed, or null if the session successfully ended.
getErrorMessage() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the error message for this step if any.
getErrorMessage() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getErrorMessage() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns error message of this OdiSessionTaskLog.
getErrorMessage() - Method in class oracle.odi.runtime.agent.invocation.WorkRepositoryInfo
Gets the value of the errorMessage property.
getErrorMsgHandle() - Method in exception oracle.odi.exception.OdiCheckedException
Gets the error message handle.
getErrorMsgHandle() - Method in exception oracle.odi.exception.OdiUncheckedException
Gets the error message handle.
getErrorObject() - Method in interface oracle.odi.domain.adapter.IMessageHandle
Gets the object which is associated with the error, for example, a mapping.
getErrorObject() - Method in class oracle.odi.domain.root.RootIssue
Gets the object which generated the error, or null if there is none.
getErrorTablePrefix() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the error table prefix.
getErrorTablePrefix() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the error table prefix, which is the default value for the OdiPhysicalSchemas newly created in this ITechnology.
getErrorTablePrefix() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the prefix for error table.
getErrorTablePrefix() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the error table prefix.
getErrorTablePrefix() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the error table prefix, which is the default value for the OdiPhysicalSchemas newly created in this OdiTechnology.
getErrorTables(Number) - Method in interface oracle.odi.domain.runtime.errortable.IErrorTableRemover
Gets a list of fully qualified error table names for a given physical schema ID.
getErrorTables(Number) - Method in class oracle.odi.domain.runtime.errortable.support.ErrorTableRemoverImpl
Gets a list of fully qualified error table names for a given physical schema ID.
getErrorText() - Method in class oracle.odi.interfaces.data.CheckResponse
Deprecated.
Get the error text associated with the error for this check expression response, of null if there is no error.
getEssJobId() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
 
getEssJobId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
Returns the ID of ESS Job which started this OdiLoadPlanInstance.
getEssJobId() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of essJobId property.
getEssJobId() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the ID of ESS Job which started this OdiSession.
getEssRequestExecutionContext() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
Returns the RequestExecutionContext of ESS Job which started this OdiLoadPlanInstance.
getEssRequestExecutionContext() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the RequestExecutionContext of ESS Job which started this OdiSession.
getException() - Method in class oracle.odi.domain.root.RootIssue
If the issue has an exception as a cause, return the exception, else return null.
getException() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
Returns the exception step defined within this load plan to be executed in case this step is in Error.
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException
getExceptionBehavior() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
Returns the exception behavior specifies how this step should behave in case an exception is encountered.
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException
getExceptionBehavior() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
 
getExceptionLog() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
Returns the potential exception log related to this step log.
getExceptions() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getExceptions() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getExceptionStep() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
 
getExceptionVariableLog(OdiLoadPlanInstanceVariable) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getExcludedMonthDaysPattern() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the pattern string for month days excluded from activation period.
getExcludedWeekDays() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the array of week days excluded from activation period.
getExecTask(OwbLocation, String) - Method in interface oracle.odi.owb.IOwbRuntimeRepositoryExplorer
Fetches OwbExecTask with specified name and deployed to specified OwbLocation.
getExecTaskParameters(OwbExecTask) - Method in interface oracle.odi.owb.IOwbRuntimeRepositoryExplorer
Fetches all OwbExecTaskParameters of specified OwbExecTask ordered by name.
getExecTasks(OwbLocation, OwbTaskType) - Method in interface oracle.odi.owb.IOwbRuntimeRepositoryExplorer
Fetches all OwbExecTasks of specified type and deployed to specified OwbLocation.
getExecutableLocationName() - Method in interface oracle.odi.domain.adapter.topology.ILocation
Returns the name of the executable location, which is the physical server that runs processes that can access the data.
getExecutableLocationName() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
 
getExecutableTextHolderFor(IInterfaceSubComponent) - Static method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderFactory
Deprecated.
Returns the text holder for the given interface sub-component.
getExecutedKeywords() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getExecutedKeywords() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceSessionLog
 
getExecutedKeywords() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getExecuteOnHint() - Method in class oracle.odi.domain.mapping.component.AggregateComponent
 
getExecuteOnHint() - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
 
getExecuteOnHint() - Method in class oracle.odi.domain.mapping.component.FilterComponent
 
getExecuteOnHint() - Method in class oracle.odi.domain.mapping.component.JoinComponent
 
getExecuteOnHint() - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
getExecuteOnHint() - Method in class oracle.odi.domain.mapping.component.SorterComponent
 
getExecuteOnHint() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the execute on hint value for this expression.
getExecuteOnHint() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return an execute location hint if the component supports it, otherwise "NO_HINT".
getExecuteOnHint() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the execute-on hint for the expression of this attribute, for the simple case where this attribute only has one expression.
getExecuteOnHint() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the execute-on hint for the logical component associated with this node.
getExecuteOnHintString() - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
Gets the value of the execute on hint property as a string.
getExecuteOnLocation() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the execute on hint value of this expression.
getExecuteOnLocation() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the execute-on location logical schema name for the expression of this attribute.
getExecuteOnLocationName() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the name for execute on hint value set on this expression.
getExecutionArea(IInterfaceSubComponent) - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns the IExecutionArea interface instance that represents the location where the specified interface sub-component will be executed.
This is mainly for internal use.
getExecutionArea() - Method in class oracle.odi.interfaces.interactive.support.execarea.InterfaceElementInExecutionArea
Deprecated.
 
getExecutionArea() - Method in interface oracle.odi.interfaces.interactive.support.IElementInExecutionArea
Deprecated.
Returns the execution area in which this object is located.
getExecutionArea(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns the IExecutionArea interface instance that represents the location where the specified interface sub-component will be executed.
This is mainly for internal use.
getExecutionAreas(DataSet) - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns a collection of IExecutionArea instances that represent the locations where all interface sub-components belonging to the specified data set are located.
getExecutionAreas(DataSet) - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns a collection of IExecutionArea instances that represent the locations where all interface sub-components belonging to the specified data set are located.
getExecutionChannel() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the execution channel of this AbstractRuntimeTask.
getExecutionChannel() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getExecutionChannel() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the execution channel of underlying OdiSessionBlueprintTask.
getExecutionChannel() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getExecutionChannel() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the execution channel used by this OdiTechnology.
getExecutionContext() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get the execution context that will be used when generating and executing this deployment spec.
getExecutionContext() - Method in class oracle.odi.domain.project.OdiProcedureLineCmd
Obtains the execution context of this OdiProcedureLineCmd.
getExecutionContextName(MapPhysicalNode) - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the execution context name for the specified physical datastore node.
getExecutionContexts() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the execution contexts that are available.
getExecutionCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the internal count of execution of this same OdiSessionStepLog within the session execution.
getExecutionCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
As of ODI 11.1.1.5 this method is not supported anymore and the executionCount of a task log must now be obtained from the enclosing OdiSessionStepLog since executionCount of a setp log and task log are the same
getExecutionLocation() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the execution location (or logical schema) for this execution unit.
getExecutionLocation() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getExecutionLocation() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the execution location of this clause.
getExecutionLocation() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getExecutionLocation() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the location of the execution of the mapping, if any.
If no mapping is set for this target column, null is returned.
If this column is mapped on the target then OdiInterface.ExecutionLocation.TARGET is returned.
If this column is mapped on the Staging Area or on Source, then null is returned, you will need to fetch the execution location for each DataSet on the corresponding TargetMappings, either by fetching them from TargetColumn.getTargetMappings() either from DataSet.getMapping(String).
getExecutionLocation() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Returns the execution location of this mapping.
getExecutionLocation() - Method in class oracle.odi.interfaces.basic.MappingDefinition
Deprecated.
Returns the execution location for this mapping.
getExecutionLocation() - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Basic getter.
getExecutionLocation() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderGenericClause
Deprecated.
 
getExecutionLocation() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
 
getExecutionLocation() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
 
getExecutionLocationDescription(OdiInterface.ExecutionLocation) - Static method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Returns the textual string for the enum OdiInterface.ExecutionLocation.
getExecutionMode() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
Returns execution mode of this OdiLoadPlanInstanceRun that will be used to launch an OdiScenario.
getExecutionMode() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the execution mode for ODI session(s) to be executed.
getExecutionMode() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns execution mode for this OdiSession.
getExecutionName() - Method in class oracle.odi.runtime.agent.RuntimeAgent
Returns the Agent name that will appear in the execution log for a startScenario operation.
getExecutionNumber() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getExecutionOptions() - Method in class oracle.odi.domain.project.OdiUserProcedure
Obtains an unmodifiable collection of options defined for the design time execution of this OdiUserProcedure.
getExecutionOrder() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Reruns the execution order of this step report.
getExecutionOrder() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Reruns the order of execution of this step within the OdiSession.
getExecutionTechnology() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the technology of this execution unit.
getExecutionTechnology() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getExecutionUnit(String) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get an execution unit with the specified name.
getExecutionUnit() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the execution unit in which this node participates.
getExecutionUnitGroup() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the execution unit to which this execution unit belongs.
getExecutionUnitGroups() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get all execution units groups in this deployment spec.
getExecutionUnits() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get the execution units in this deployment spec.
getExecutionUnits() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnitGroup
Get a list of the execution units in this group.
getExecutionUnitsForLoc(ILocation) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get the set of execution units associated with the specified location.
getExecutionUnitsForLocName(String) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get the set of execution units associated with the specified location name.
getExistingDeploymentSpecs() - Method in class oracle.odi.domain.mapping.Mapping
Get a list of the existing deployment specs.
getExpectedUpstreamASTClassName() - Method in class oracle.odi.domain.project.ComponentKM
 
getExpression() - Method in interface oracle.odi.domain.adapter.topology.ILanguageElement
Gets the expression syntax for this language element.
getExpression() - Method in class oracle.odi.domain.mapping.MapAttribute
Return the expression for this attribute.
getExpression(int) - Method in class oracle.odi.domain.mapping.MapAttribute
Retrieves the expression associated with this attribute at the given index.
getExpression() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets the owner expression.
getExpression() - Method in class oracle.odi.domain.project.OdiProcedureLineCmd
Obtains the expression of this OdiProcedureLineCmd.
getExpression() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl
Returns syntax of the language element in this implementation.
getExpression(ValueHolderInterface) - Static method in class oracle.odi.domain.xrefs.expression.ExpressionUtils
Convenient function that get an Expression from the given toplink value holder.
getExpression1() - Method in class oracle.odi.domain.topology.TypeConversion
Get output expression 1 for this TypeConversion.
getExpression2() - Method in class oracle.odi.domain.topology.TypeConversion
Get output expression2 for this OdiDataType.
getExpressionContext(int) - Method in class oracle.odi.domain.xrefs.expression.contexts.CompoundExpressionContext
Obtains the expression context at the given index.
getExpressionContextCount() - Method in class oracle.odi.domain.xrefs.expression.contexts.CompoundExpressionContext
Returns the expression context count.
getExpressionElement() - Method in class oracle.odi.domain.xrefs.CrossRef
Obtains the expression element this cross reference match.
getExpressionMap() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets a hash map keyed by scoping input connector point, and whose values are the expressions associated with the input connector point.
getExpressionOwner() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the direct owner of this expression.
getExpressionPropertyValue(String) - Method in interface oracle.odi.domain.root.IPropertyOwner
Gets a property value as an expression.
getExpressionReferences() - Method in interface oracle.odi.domain.mapping.IMapComponent
Gets all expression references for expressions owned by this component and it's sub-objects.
getExpressions() - Method in class oracle.odi.domain.mapping.MapAttribute
Return the list of expressions for this attribute.
getExpressionTags() - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
Returns the current expression tags of this builder.
getExpressionText(Map) - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the expression text using the specified substitute text map for each referenced attribute.
getExpressionValue() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the expression value of the property, for properties of type EXPRESSION.
getExtendedPersistentContext() - Method in interface oracle.odi.core.persistence.transaction.ITransactionDefinition
Return extended persistence context.
getExtendedPersistentContext() - Method in class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
 
getExternalAuthRunAsUserName() - Method in class oracle.odi.core.security.Authentication
 
getExternalAuthUserName() - Method in class oracle.odi.core.security.Authentication
ODI INTERNAL USAGE ONLY
getExternalAuthUserPassword() - Method in class oracle.odi.core.security.Authentication
ODI INTERNAL USAGE ONLY
getExternalAuthUserSubject() - Method in class oracle.odi.core.security.Authentication
ODI INTERNAL USAGE ONLY
getExtractBufferSize() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns size of the buffer to be used by this Oracle Golden Gate's extract process.
getExtractProcess() - Method in class oracle.odi.domain.model.OdiModel
Method returns Oracle Golden Gate's extract process set as the extract process for the model.
getExtractType() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the extract type for this node.
getFactory() - Static method in class oracle.odi.generation.OdiVariableTextGeneratorFactory
Obtains a new variable text generator factory
getFailedChildSessionCount() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains the count of failed child OdiSession.
getFailureExitCode() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getFailureExitCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getFailureRetryDelay() - Method in class oracle.odi.domain.project.Step
Returns the number of seconds before retrying this step when it has failed.
getFailureRetryDelay() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
getFailureRetryDelay() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the delay in milliseconds between retries on failure for this AbstractRuntimeStep.
getFailureRetryDelay() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getFailureRetryDelay() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the delay in milliseconds between retries on failure for underlying.
getFailureRetryDelay() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getFailureRetryDelay() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#getFailureRetryDelay()
getFailureRetryNumber() - Method in class oracle.odi.domain.project.Step
Returns the number of time this Step is re-tried and failed before saying it has failed.
getFailureRetryNumber() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
getFailureRetryNumber() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the retry number on failure for this AbstractRuntimeStep.
getFailureRetryNumber() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getFailureRetryNumber() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the retry number on failure for underlying OdiSessionBlueprintStep.
getFailureRetryNumber() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getFailureRetryNumber() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#getFailureRetryNumber()
getFailureStepLog() - Method in class oracle.odi.domain.runtime.session.OdiSession
Return the step log (OdiSessionStepLog) that caused the session's failure.
getFCOGlobalId() - Method in interface oracle.odi.domain.adapter.IModelObjectReference
Gets the first class object global ID of the referenced object.
getFCOGlobalId() - Method in class oracle.odi.domain.mapping.MapReference
Gets the first class object global id.
getFCONumericId() - Method in interface oracle.odi.domain.adapter.IModelObjectReference
Gets the first class object numeric ID of this reference.
getFCOObject() - Method in interface oracle.odi.domain.adapter.IModelObjectReference
Gets the first class object of this reference.
getFCOObject() - Method in class oracle.odi.domain.mapping.MapReference
Gets the first class object referenced by this map reference.
getFCOQualifiedName() - Method in interface oracle.odi.domain.adapter.IModelObjectReference
Gets the first class object qualified name for the object of this reference.
getFCOQualifiedName() - Method in class oracle.odi.domain.mapping.MapReference
Gets the fully qualified name for the first class object.
getFetchArraySize() - Method in interface oracle.odi.domain.adapter.topology.IDataServer
Returns the fetch array size that should be used when querying this data server.
getFetchArraySize() - Method in class oracle.odi.domain.topology.OdiDataServer
Returns the fetch array size that should be used when querying this data server.
getFieldSeparator() - Method in interface oracle.odi.domain.adapter.relational.IFileDescriptor
Returns the field separator.
getFieldSeparator() - Method in class oracle.odi.domain.model.OdiDataStore.FileDescriptor
Returns the field separator.
getFileDescriptor() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Returns the corresponding file descriptor if this datastore represents a file, else null.
getFileDescriptor() - Method in class oracle.odi.domain.model.OdiColumn
Returns the OdiColumn.FileDescriptor for this OdiColumn instance, or null if none.
getFileDescriptor() - Method in class oracle.odi.domain.model.OdiDataStore
Get the OdiDataStore.FileDescriptor of this OdiDataStore instance (i.e.
getFileFieldDescriptor() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Gets a file field descriptor instance if this column represents a file field, else null.
getFileFieldDescriptor() - Method in class oracle.odi.domain.model.OdiColumn
 
getFilterCondition() - Method in class oracle.odi.domain.mapping.component.FilterComponent
Returns the filter condition expression for this filter component.
getFilterConditionText() - Method in class oracle.odi.domain.mapping.component.FilterComponent
Returns the filter condition text for this filter component.
getFilterId() - Method in class oracle.odi.domain.model.OdiFilter
Returns the internal ID of this OdiFilter.
getFilters() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Returns an unmodifiable Collection of filters for this IDataStore.
getFilters() - Method in class oracle.odi.domain.model.OdiDataStore
Returns an unmodifiable collection of OdiFilters that belongs to this datastore.
getFilters() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the list of filters contained in this dataset.
getFilters() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
Returns a collection of Filter in this source set.
getFilterType() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
Returns the clause type of this filter.
getFinalInputPoint() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
If the last point in the path point list is an input point, return it, else null.
getFinalValue() - Method in class oracle.odi.domain.runtime.session.OdiTrackedSequenceValue
Obtains the final value of the sequence.
getFinalValue() - Method in class oracle.odi.domain.runtime.session.OdiTrackedVariableValue
Obtains the final value of this OdiTrackedVariabelValue.
getFinder(Class) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Obtains the IFinder instance for the given entity type.
getFirstDate() - Method in interface oracle.odi.domain.IOdiEntity
Provides a common getter to obtain the date of creation of this instance.
getFirstDate() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getFirstPathPoint() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get the first point in the path point list.
getFirstStep() - Method in class oracle.odi.domain.project.OdiPackage
Returns the first step that has to be executed for this package.
getFirstTrackedSequenceValue(OdiSessionSequence) - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
getFirstTrackedSequenceValue(OdiSessionBlueprintSequence) - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Convenient method to obtain first tracked occurrence of a given OdiSessionBlueprintSequence in OdiSessionTaskLogs belonging this step execution.
getFirstUser() - Method in interface oracle.odi.domain.IOdiEntity
Provides a common getter to obtain the name of the ODI user that created this instance.
getFirstUser() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getFlexField() - Method in interface oracle.odi.domain.adapter.flexfields.IOverridenFlexFieldValue
 
getFlexFieldId() - Method in class oracle.odi.domain.topology.OdiFlexField
This OdiFlexField ID.
getFlexFieldsValues() - Method in interface oracle.odi.domain.adapter.flexfields.IFlexFieldUser
Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldsValues() - Method in interface oracle.odi.domain.flexfields.IFlexFieldUser
Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldsValues() - Method in class oracle.odi.domain.mapping.Mapping
 
getFlexFieldsValues() - Method in class oracle.odi.domain.model.OdiColumn
 
getFlexFieldsValues() - Method in class oracle.odi.domain.model.OdiCondition
* Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldsValues() - Method in class oracle.odi.domain.model.OdiDataStore
Obtains flex fields values related to this object.
getFlexFieldsValues() - Method in class oracle.odi.domain.model.OdiKey
Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldsValues() - Method in class oracle.odi.domain.model.OdiModel
 
getFlexFieldsValues() - Method in class oracle.odi.domain.model.OdiReference
 
getFlexFieldsValues() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldsValues() - Method in class oracle.odi.domain.project.OdiPackage
Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldsValues() - Method in class oracle.odi.domain.project.OdiProcedure
Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldsValues() - Method in class oracle.odi.domain.project.OdiProject
Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldsValues() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getFlexFieldsValues() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getFlexFieldsValues() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
 
getFlexFieldsValues() - Method in class oracle.odi.domain.topology.OdiContext
 
getFlexFieldsValues() - Method in class oracle.odi.domain.topology.OdiDataServer
* Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldsValues() - Method in class oracle.odi.domain.topology.OdiLogicalSchema
Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldsValues() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldsValues() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains flex fields values related to this IFlexFieldUser.
getFlexFieldType() - Method in interface oracle.odi.domain.adapter.flexfields.IFlexFieldValue
Obtains the type of the flex field.
getFlexFieldType() - Method in interface oracle.odi.domain.flexfields.IFlexFieldValue
Obtains the type of the flex field.
getFlexFieldType() - Method in class oracle.odi.domain.topology.OdiFlexField
Obtains the type of this OdiFlexField.
getFlexFieldUser() - Method in interface oracle.odi.domain.adapter.flexfields.IOverridenFlexFieldValue
Gets the flex field user.
getFlexFieldUserClass() - Method in class oracle.odi.domain.topology.OdiFlexField
Get the implementation of IFlexFieldUser for which this FlexField is relevant.
getFlexFieldValues() - Method in interface oracle.odi.domain.adapter.flexfields.IFlexFieldValueManager
Returns a list of flex field values managed by this manager
getFlowConstraints() - Method in interface oracle.odi.domain.mapping.IMapComponent
 
getFlowConstraints() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns a list of checkable flow constraints for the target datastore.
getFolder() - Method in interface oracle.odi.domain.adapter.project.IDeploymentSpec
Gets the folder which owns this deployment specification.
getFolder() - Method in interface oracle.odi.domain.adapter.project.IMapping
Gets the folder in which this mapping is contained.
getFolder() - Method in interface oracle.odi.domain.adapter.project.IReusableMapping
Gets the folder in which this mapping is contained.
getFolder() - Method in interface oracle.odi.domain.mapping.IMapRootContainer
Get the owning folder for this mapping object.
getFolder() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
 
getFolder() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Returns the parent folder of this interface.
getFolder() - Method in class oracle.odi.domain.project.OdiUserProcedure
Return the parent OdiFolder.
getFolder() - Method in class oracle.odi.impexp.resource.FolderImportExportResource
Returns the folder value.
getFolderId() - Method in class oracle.odi.domain.project.OdiFolder
Returns this OdiFolder instance's identifier.
getFolders() - Method in class oracle.odi.domain.project.OdiProject
Obtains the unmodifable collection of OdiFolders.
getForcedContext() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Gets the forced context for the source, or null if no forced context is set.
getForcedTargetContext() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the forced target context on the target datastore.
getForcedValue() - Method in class oracle.odi.domain.mapping.DatastoreOverridenConstraint
Returns the overriding value for flow check enabled indicator,
getForeignDataStore() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Returns the foreign datastore of this IDataStoreRelationship instance (the datastore that contains the FK).
getForeignDataStore() - Method in class oracle.odi.domain.model.OdiReference
Returns the foreign datastore of this OdiReference instance (the datastore that contains the FK).
getForeignKeyColumn() - Method in interface oracle.odi.domain.adapter.relational.IColumnRelationship
Obtains the foreign key column of this IColumnRelationship instance.
getForeignKeyColumn() - Method in class oracle.odi.domain.model.ReferenceColumn
Obtains the foreign key column of this ReferenceColumn instance.
getForeignKeyColumnId() - Method in class oracle.odi.domain.model.ReferenceColumn.ReferenceColumnId
Internal: Returns the foreign key column id value.
getFormat() - Method in class oracle.odi.domain.model.OdiDataStore.FileDescriptor
Returns the OdiDataStore.FileDescriptor.Format for this file datastore.
getFormatString() - Method in interface oracle.odi.domain.adapter.relational.IFileDescriptor
Returns the format (fixed or delimited) for this file datastore.
getFormatString() - Method in class oracle.odi.domain.model.OdiDataStore.FileDescriptor
 
getFrequency() - Method in class oracle.odi.domain.runtime.scheduling.Recurrence
Returns recurrence frequency.
getFromConnectorCount() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return the number of input connections to this connector point.
getFromConnectors() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a list of all connectors that start at this point (or are connected "from" this point).
getFullName() - Method in interface oracle.odi.domain.mapping.IMapComponent
Returns the fully qualified name of this component.
getFullName() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the full qualified name of the attribute.
getFullName() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return the fully qualified name of this connector point.
getFullName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getFullName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
 
getFullName() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getFullPathString() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get a string representation of this path, that contains all path information, including CP names.
getFullQualifiedName() - Method in class oracle.odi.domain.mapping.MapReference
Gets a combination of FCO qualified name (if any) and the referenced object qualified name.
getFunctionString() - Method in interface oracle.odi.domain.adapter.project.IUserFunction
Gets the string template that describes calls to this function.
getFunctionString() - Method in class oracle.odi.domain.project.OdiUserFunction
Obtains the function's string / text of this OdiUserFunction.
getGeneratedLogicalAttribute() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Get MapAttribute from generated logical expression.
getGeneratedLogicalExpression() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Get the logical expression that should be generated for this physical expression.
getGeneratedParsedText() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getGeneratedSqlText() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionVariableLog
 
getGeneratedSqlText() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
 
getGeneratedText() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getGenerateMTI() - Method in class oracle.odi.domain.project.ComponentKM
Return whether this EKM is set up for the generation of multi-insert statements.
getGenerationConditionOptions() - Method in class oracle.odi.domain.project.OdiProcedureLine
 
getGenerationConditions() - Method in class oracle.odi.domain.project.OdiProcedureLine
Obtains an unmodifiable collection of ProcedureOptions that are defined as conditioning generation of this ProcedureLine.
getGenericClauses() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the list of generic clauses of this dataset, which is the list of filters and joins in this dataset.
getGenericPermission(PermissionType, Class) - Static method in class oracle.odi.core.security.Permission
Return Permission object for certain entity type and priviledge.
getGlobalComponentKMs() - Method in interface oracle.odi.domain.adapter.project.IGlobalObjectHelper
Gets a list of all global mapping-related KMs that implement IKnowledgeModule interface.
getGlobalId() - Method in class oracle.odi.core.repository.Repository
 
getGlobalId() - Method in interface oracle.odi.domain.adapter.IModelObject
Gets the global id of this object, which should be unique across the repository.
getGlobalId() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Gets the global id for this IDataStoreRelationship instance.
getGlobalId() - Method in interface oracle.odi.domain.IRepositoryEntity
Global ID is unique cross repositories.
getGlobalId() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
 
getGlobalId() - Method in class oracle.odi.domain.model.OdiDataStore.FileDescriptor
 
getGlobalId() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
 
getGlobalId() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getGlobalId() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getGlobalId() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
 
getGlobalId() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
 
getGlobalId() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
 
getGlobalId() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
 
getGlobalId() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getGlobalId() - Method in class oracle.odi.domain.xrefs.CrossRef
Obtains the global id of this cross reference.
getGlobalIdUpgradeKey() - Method in class oracle.odi.domain.topology.OdiMasterRepositoryInfo
 
getGlobalIdUpgradeKey() - Method in class oracle.odi.setup.JdbcProperties
 
getGlobalKMs(IKnowledgeModule.KMType) - Method in interface oracle.odi.domain.adapter.project.IGlobalObjectHelper
Gets a list of all global KMs of the specified type.
GetGlobalSequences() - Method in interface oracle.odi.domain.adapter.project.IGlobalObjectHelper
Gets a list of global sequences.
getGlobalSubModel() - Method in class oracle.odi.domain.model.OdiModel
Returns the global sub-model of this OdiModel instance.
getGlobalUserFunctions() - Method in interface oracle.odi.domain.adapter.project.IGlobalObjectHelper
Gets a list of all globally defined user functions, that are not owned by a specific project.
getGlobalVariables() - Method in interface oracle.odi.domain.adapter.project.IGlobalObjectHelper
Gets a list of global variables.
getGroovyDelegateScriptPath() - Method in class oracle.odi.domain.project.ComponentKM
 
getGroupByAuto(ITechnology) - Method in class oracle.odi.domain.mapping.component.AggregateComponent
Gets the SQL GROUP BY string as a comma separated list of attributes, based on calculation of all attributes not containing an aggregation function in the expression.
getGroupName() - Method in interface oracle.odi.domain.adapter.project.IUserFunction
Gets the name of the group to which this function belongs.
getGroupName() - Method in class oracle.odi.domain.project.OdiUserFunction
Obtains group name for this OdiUserFunction.
getGUID() - Method in interface oracle.odi.domain.root.IRoot
Get the unique object GUID for this object.
getGuid() - Method in class oracle.odi.domain.security.OdiEnterprisePrincipal
 
getHaving() - Method in class oracle.odi.domain.mapping.component.AggregateComponent
Gets the map expression for the HAVING clause.
getHavingText() - Method in class oracle.odi.domain.mapping.component.AggregateComponent
Gets the HAVING clause expression text.
getHeading() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Obtains the short description of this column.
getHeading() - Method in class oracle.odi.domain.model.OdiColumn
Returns the short description of this OdiColumn instance.
getHelp() - Method in interface oracle.odi.domain.adapter.project.IOptionValue
Retrieves the help text.
getHelp() - Method in interface oracle.odi.domain.adapter.project.IProcedureOption
Obtains help that is the actual long desription of this ProcedureOption.
getHelp() - Method in interface oracle.odi.domain.project.IOptionValue
Retrieves the help text.
getHelp() - Method in interface oracle.odi.domain.project.IProcedureOption
Obtains help that is the actual long desription of this ProcedureOption.
getHelp() - Method in class oracle.odi.domain.project.ProcedureOption
 
getHelp() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
Gets the help string for this option.
getHelpText() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl
Returns help text for this element.
getHighestLevelConnectorPoint() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get the highest level parent connector point, which reflects the functional connection point for incoming or outgoing connections to low-level components, if parent connector points are defined.
getHitCount() - Method in class oracle.odi.domain.project.OdiDesigntimeBreakpoint
Returns number of times the breakpoint must be hit before suspending execution, 0 by default meaning that execution will be suspended on the first hit.
getHitCount() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintBreakpoint
Returns number of times the breakpoint must be hit before suspending execution, 0 by default meaning that execution will be suspended on the first hit.
getHost() - Method in class oracle.odi.core.security.PasswordStorageConfiguration.CsfPasswordStorageConfiguration
Returns the host for the MBean server that provides the CSF MBeans.
getHostName() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains the runtime agent host name.
getHostPort() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains the runtime agent's host port.
getHour() - Method in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.TimeOfDay
Returns the hour part of this TimeOfDay object.
getIconLetter() - Method in class oracle.odi.domain.mapping.MappingDataType
 
getIconLetter() - Method in class oracle.odi.domain.topology.OdiDataType
Obtains icon letter representing this OdiDataType.
getId() - Method in class oracle.odi.domain.runtime.purge.support.PurgeLogServiceReport.PurgedItem
 
getIdForObject(Object) - Method in interface oracle.odi.interfaces.interactive.IdManager
Deprecated.
Returns the id for a particular object.
getIgnoreError() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getIgnoreError() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getIKM() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
If this node has an assigned IKM, return the IKM.
getIKM() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the Integration Knowledge module associated to this OdiInterface.TargetDataStore instance.
getIKMName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
If this node has an assigned IKM, get it's name.
getIKMOptions() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the list of options of the Integration knowledge module.
getIKMOptionValue(String) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the IKM option value object instance for the specified IKM option name.
getIKMOptionValues() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the list of all IKM option value instances that are associated with this node.
getIKMs() - Method in class oracle.odi.domain.project.OdiProject
Return the unmodifiable collection of IKMs (Integration Knowledge Modules) of this OdiProject.
getImpl(ITechnology, List) - Method in interface oracle.odi.domain.adapter.project.IUserFunction
Gets the implementation for a specific technology.
getImpl(ITechnology, List) - Method in class oracle.odi.domain.project.OdiUserFunction
 
getImplementation(ITechnology) - Method in interface oracle.odi.domain.adapter.topology.ILanguageElement
Gets the language element implementation for this language element for the specified technology.
getImplementation(OdiTechnology, IOdiTechnologyFinder) - Method in class oracle.odi.domain.project.OdiUserFunction
Obtains the OdiUserFunctionImpl which supports the given OdiTechnology or null if it is not supported.
getImplementationExpression() - Method in class oracle.odi.domain.project.OdiUserFunctionImpl
Obtains the implementation expression for this OdiUserFunctionImpl.
getImplementations() - Method in class oracle.odi.domain.project.OdiUserFunction
Obtains an unmodifiable collection of OdiUserFunctionImpls related to this OdiUserFunction.
getImplementationString() - Method in interface oracle.odi.domain.adapter.topology.ILanguageElementImpl
Gets the implementation string.
getImplementationString() - Method in class oracle.odi.domain.project.OdiUserFunctionImpl
getImplementationString() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl
 
getImplementedElements() - Method in interface oracle.odi.domain.adapter.topology.ILanguageImpl
Gets the implemented language elements.
getImplementedElements() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
Returns list of language element implementations if any.
getImplementedLanguages() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Gets the languages that are implemented by this technology.
getImplementedLanguages() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets all implemented languages.
getImplementedLanguages() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns list of language implementations implemented by this technology.
getImplString() - Method in interface oracle.odi.domain.adapter.project.IUserFunctionImpl
Gets a template representing the actual implementation code.
getImplString() - Method in class oracle.odi.domain.project.OdiUserFunctionImpl
 
getInactiveConnectionTimeout() - Method in class oracle.odi.core.config.PoolingAttributes
Gets this PoolingAttributes' inactive connection timeout.
getIncrementValue() - Method in class oracle.odi.domain.project.OdiSequence
Returns increment value of this sequence.
getIncrementValue() - Method in class oracle.odi.domain.project.StepVariable.SetVariable
Get the increment value associated with this variable.
getIncrementValue() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeSequence
Returns the increment value of this AbstractRuntimeSequence.
getIndexType(String) - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the OdiIndexType associated to this OdiTechnology instance which has the given code parameter as index type code.
getIndexType1() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getIndexType1() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the temporary index type used for the left side of this clause.
getIndexType1() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getIndexType2() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getIndexType2() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the temporary index type used for the right side of this clause.
getIndexType2() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getIndexTypeId() - Method in class oracle.odi.domain.topology.OdiIndexType
This OdiIndexType ID.
getIndexTypes() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains an unmodifiable collection of OdiIndexTypes that belongs to this OdiTechnology.
getInitialContextFactory() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Obtains the JNDI initial context factory.
getInitialContextFactory() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
getInitialContextFactory() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Obtains the JNDI initial context factory.
getInitialContextFactory() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
Obtains JNDI initial context factory to be used to lookup ESS services related to this OdiEnterpriseScheduler object.
getInitialLoadExtractProcess() - Method in class oracle.odi.domain.model.OdiModel
Method returns Oracle Golden Gate's extract process set as the initial load extract process for the model.
getInitialLoadReplicatProcess() - Method in class oracle.odi.domain.model.OdiModel
Method returns Oracle Golden Gate's replicat process set as the initial load replicat process for the model.
getInitialPoolSize() - Method in class oracle.odi.core.config.PoolingAttributes
Gets this PoolingAttributes' initial pool size.
getInitials() - Method in class oracle.odi.domain.security.OdiUser
Return the initials.
getInitialValue() - Method in class oracle.odi.domain.runtime.session.OdiTrackedSequenceValue
Obtains the initial value of the sequence.
getInitialValue() - Method in class oracle.odi.domain.runtime.session.OdiTrackedVariableValue
Obtains the initial value of this OdiTrackedVariabelValue.
getInputConnectorPoint(int) - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the input connector point with the specified index order.
getInputConnectorPoint(String) - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the first input connector with the specified name
getInputConnectorPointCount() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return the total number of input connector points owned by this component.
getInputConnectorPoints() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of input connector points owned by this component.
getInputPoint() - Method in interface oracle.odi.domain.mapping.IMapComponent
Convenience method to return the first input connector point, if there is only one.
getInScopeAttributes() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get all attributes that are in-scope for expressions owned by this component or it's child objects.
getInScopeAttributeXMap(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
getInScopeComponents() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return a list of all components that are in-scope for this connector point.
getInsertCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getInsertCount() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceSessionLog
 
getInsertCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getInsertCount() - Method in class oracle.odi.domain.runtime.session.OdiSession
Relevant for Interfaces and Procedures and any execution that manipulates data.
getInsertCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the number of processed inserts, or null if not applicable.
getInsertCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Relevant for Interfaces and Procedures and any execution that manipulates data.
getInsertionLines(String) - Method in class oracle.odi.domain.project.ComponentKM
 
getInstance(AdapterBase) - Static method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the singleton instance off this class for a mapping adapter.
getInstanceGlobalId() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
 
getInstanceId() - Method in class oracle.odi.core.OdiInstance
 
getInstanceId() - Method in interface oracle.odi.domain.adapter.project.IProcedureUser
Returns the internal identifier of the instance that is marked by this interface.
getInstanceId() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
 
getInstanceId() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
 
getInstanceId() - Method in class oracle.odi.domain.model.OdiModel
 
getInstanceId() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
 
getInstanceId() - Method in interface oracle.odi.domain.project.IProcedureUser
Return the internal identifier of the instance that is marked by this interface.
getInstanceId() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Return the instance ID of this interface.
getInstanceId() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
 
getInstanceId() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
 
getInstanceId() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getInstanceId() - Method in class oracle.odi.domain.project.StepProcedure
 
getInstancePermission(PermissionType, IRepositoryEntity) - Static method in class oracle.odi.core.security.Permission
Return Permission object for certain entity and priviledge.
getInstancePermission(PermissionType, IRepositoryEntity, Class) - Static method in class oracle.odi.core.security.Permission
Return Permission object for certain child type under certain parent entity and priviledge.
getInstanceRun(Long) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getInstances() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getIntegrationTablePrefix() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the integration table prefix.
getIntegrationTablePrefix() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the integration table prefix.
getIntegrationTablePrefix() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the integration table prefix, which is the default value for the OdiPhysicalSchemas newly created in this OdiTechnology.
getIntegrationType() - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Gets the integration type associated with this KM.
getIntegrationType() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the value of the integration type property of this component.
getIntegrationType() - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
 
getIntegrationType() - Method in class oracle.odi.domain.mapping.component.FileComponent
Returns the integration type text for the component.
getIntegrationType() - Method in interface oracle.odi.domain.mapping.IMapComponent
If this is a target component, get it's integration type.
getIntegrationType() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the integration type of this target node.
getIntegrationType() - Method in class oracle.odi.domain.project.ComponentKM
Get the integration type for this KM.
getIntegrationType() - Method in class oracle.odi.domain.project.OdiJKM
 
getIntegrationType() - Method in class oracle.odi.domain.project.OdiRKM
 
getIntegrationTypeDomainValues() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the possible integration type values.
getInterface() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the parent interface containing this dataset.
getInterfaceId() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Return the instance ID of this interface.
getInterfaceIssue() - Method in exception oracle.odi.interfaces.interactive.exceptions.OdiInterfaceFatalIssueException
Deprecated.
Returns the fatal issue of the interface that is causing exception.
getInterfaces() - Method in class oracle.odi.domain.project.OdiFolder
Obtains the unmodifable collection of OdiInterfaces.
getInterfaceSubComponent() - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Basic getter.
getInterfaceSubComponent() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderGenericClause
Deprecated.
 
getInterfaceSubComponent() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
 
getInterfaceSubComponent() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
 
getInternalId() - Method in interface oracle.odi.domain.IRepositoryEntity
Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used.
getInternalId() - Method in class oracle.odi.domain.marker.OdiMarkerGroup
 
getInternalId() - Method in class oracle.odi.domain.marker.OdiMarkerType
 
getInternalId() - Method in class oracle.odi.domain.model.AbstractOdiSubModel
Returns the internal identifier of this OdiSubModel instance.
getInternalId() - Method in class oracle.odi.domain.model.KeyColumn
 
getInternalId() - Method in class oracle.odi.domain.model.OdiColumn
Returns the internal identifier of this OdiColumn.
getInternalId() - Method in class oracle.odi.domain.model.OdiCondition
 
getInternalId() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the internal identifier for this datastore.
getInternalId() - Method in class oracle.odi.domain.model.OdiFilter
Returns the internal ID of this OdiFilter.
getInternalId() - Method in class oracle.odi.domain.model.OdiKey
 
getInternalId() - Method in class oracle.odi.domain.model.OdiModel
Return the internal id of the module.
getInternalId() - Method in class oracle.odi.domain.model.OdiModelFolder
 
getInternalId() - Method in class oracle.odi.domain.model.OdiPartition
 
getInternalId() - Method in class oracle.odi.domain.model.OdiReference
 
getInternalId() - Method in class oracle.odi.domain.model.ReferenceColumn
 
getInternalId() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
 
getInternalId() - Method in interface oracle.odi.domain.project.interfaces.IInterfaceSubComponent
Deprecated.
The internal ID of this sub component.
Returning null from this method will indicate the object has never been persisted in the repository.
getInternalId() - Method in class oracle.odi.domain.project.interfaces.JournalizedSourceColumn
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.project.interfaces.ObjTrace
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.project.interfaces.SourceColumn
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Gets the internal persistent repository id of this object.
getInternalId() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.project.OdiDesigntimeBreakpoint
 
getInternalId() - Method in class oracle.odi.domain.project.OdiFolder
Return this OdiFolder instance's identifier.
getInternalId() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.project.OdiOpenTool
 
getInternalId() - Method in class oracle.odi.domain.project.OdiPackage
Returns the internal identifier of this OdiPackage instance.
getInternalId() - Method in class oracle.odi.domain.project.OdiProcedure
Return the internal id of the procedure.
getInternalId() - Method in class oracle.odi.domain.project.OdiProcedureLine
 
getInternalId() - Method in class oracle.odi.domain.project.OdiProject
 
getInternalId() - Method in class oracle.odi.domain.project.OdiSequence
 
getInternalId() - Method in class oracle.odi.domain.project.OdiSKM
 
getInternalId() - Method in class oracle.odi.domain.project.OdiUserFunction
 
getInternalId() - Method in class oracle.odi.domain.project.OdiUserFunctionImpl
 
getInternalId() - Method in class oracle.odi.domain.project.OdiVariable
 
getInternalId() - Method in class oracle.odi.domain.project.ProcedureOption
Internal.
getInternalId() - Method in class oracle.odi.domain.project.Step
 
getInternalId() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.runtime.loadplan.OdiCaseElse
 
getInternalId() - Method in class oracle.odi.domain.runtime.loadplan.OdiCaseWhen
 
getInternalId() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getInternalId() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanCaseCondition
 
getInternalId() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
 
getInternalId() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
 
getInternalId() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
 
getInternalId() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepVariable
 
getInternalId() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariable
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiCaseElseInstance
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiCaseWhenInstance
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceCaseCondition
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceException
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionVariableLog
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepContainer
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepVariable
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariable
 
getInternalId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
 
getInternalId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
 
getInternalId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
 
getInternalId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
 
getInternalId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioSequence
 
getInternalId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioStep
 
getInternalId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioTask
 
getInternalId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioVariable
 
getInternalId() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
 
getInternalId() - Method in class oracle.odi.domain.runtime.scheduling.OdiJobStartupParam
 
getInternalId() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
 
getInternalId() - Method in class oracle.odi.domain.runtime.sequence.OdiStandardSequenceValue
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintBreakpoint
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintSequence
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintStep
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintTask
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintVariable
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSession
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomVariable
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSessionFolder
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSessionParameter
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSessionSequence
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
 
getInternalId() - Method in class oracle.odi.domain.runtime.session.OdiSessionVariable
Deprecated.
 
getInternalId() - Method in class oracle.odi.domain.runtime.variable.OdiVariableValue
 
getInternalId() - Method in class oracle.odi.domain.security.OdiEnterprisePrincipal
 
getInternalId() - Method in class oracle.odi.domain.security.OdiPrincipal
Return the id of the user.
getInternalId() - Method in class oracle.odi.domain.security.OdiProfile
 
getInternalId() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiContext
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiContextualAgentMapping
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiContextualSchemaMapping
Obtains the internal id of this object that is an instance of OdiContextualSchemaMapping.OdiContextualSchemaMappingId.
getInternalId() - Method in class oracle.odi.domain.topology.OdiDataType
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiFlexField
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiIndexType
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiLogicalAgent
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiLogicalSchema
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiMasterRepositoryInfo
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiPhysicalAgentDataSource
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiTechnology
 
getInternalId() - Method in class oracle.odi.domain.topology.OdiWorkRepositoryInfo
 
getInternalLength() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the length of the column.
Unlike TargetColumn.getLength(), this method will return null rather than throwing an exception if the length is not allowed.
getInternalName() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the internal name (aka code) of this ITechnology instance.
getInternalName() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the internal name (aka code) of this OdiTechnology instance.
getInternalOrder() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getOrigOrder()
getInternalScale() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the scale of the column.
Unlike TargetColumn.getScale(), this method will return null rather than throwing an exception if the scale is not allowed.
getInternalTargetColumns() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
This is intended for internal use only, DO NOT USE this method.
getInternalTargetDataStore() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
WARNING! This method is intended for internal use only.
getInternalVersion() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getIntPropertyValue(String) - Method in interface oracle.odi.domain.root.IPropertyOwner
A helper method to get the value of the property with the specified key name, and convert the value to an integer value if possible.
getIntValue() - Method in class oracle.odi.core.ApplicationServer
 
getInvocationRequestName() - Method in exception oracle.odi.runtime.agent.invocation.InvocationException
Get the invoked message name.
getIPartition() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the value of the partition property of this component.
getIsolationLevel() - Method in class oracle.odi.domain.project.OdiProcedureLineCmd
Obtains the IsolationLevel of the OdiProcedureLineCmd.
getIsSourceExpressionTextEncrypted() - Method in class oracle.odi.domain.project.OdiProcedureLine
Get the is source command expression text encrypted
getIssues(IInterfaceSubComponent, IActionHelper) - Method in interface oracle.odi.interfaces.interactive.support.issues.IIssuesManager
Deprecated.
Returns the issues of an interface sub-component.
getIssuesComputer(IInterfaceSubComponent) - Method in interface oracle.odi.interfaces.interactive.support.issues.IIssuesComputerFactory
Deprecated.
Returns the IIssuesComputer associated with this interface sub-component.
getIsTargetExpressionTextEncrypted() - Method in class oracle.odi.domain.project.OdiProcedureLine
Get the is target command expression text encrypted
getJagentHost() - Method in class oracle.odi.domain.topology.OdiDataServer
Method returns hostname where Oracle Golden Gate's JAgent is located.
getJagentManagerPort() - Method in class oracle.odi.domain.topology.OdiDataServer
Method returns host's port number where Oracle Golden Gate's JAgent manager is located.
getJagentPort() - Method in class oracle.odi.domain.topology.OdiDataServer
Method returns host's port number where Oracle Golden Gate's JAgent is located.
getJavaCharset() - Method in class oracle.odi.impexp.EncodingOptions
Returns the Java character set defined in this EncodingOptions.
getJdbcDriver() - Method in class oracle.odi.core.config.MasterRepositoryDbInfo
Return the JDBC driver defined for this repository info.
getJdbcDriverClassName() - Method in exception oracle.odi.core.config.RepositoryUrlNotValidForDriverException
Gets the Jdbc Driver that didn't accept the URL.
getJdbcPassword() - Method in class oracle.odi.core.config.MasterRepositoryDbInfo
Return the JDBC password defined for this repository info.
getJdbcResourceMonitor() - Method in class oracle.odi.core.DataSourceManager
Returns the IJdbcResourceMonitor used by this DataSourceManager.
getJdbcUrl() - Method in class oracle.odi.core.config.MasterRepositoryDbInfo
Return the JDBC URL defined for this repository info.
getJdbcUrl() - Method in exception oracle.odi.core.config.RepositoryUrlNotValidForDriverException
Gets the JDBC URL that was rejected.
getJdbcUrl() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Obtains the JDBC URL of this jdbc settings, or null if undefined.
getJdbcUrl() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
getJdbcUrl() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JdbcSettings
Obtains the JDBC URL of this jdbc settings, or null if undefined.
getJdbcUsername() - Method in class oracle.odi.core.config.MasterRepositoryDbInfo
Return the JDBC user name defined for this repository info.
getJKM() - Method in class oracle.odi.domain.model.OdiModel
Returns the journalization knowledge module associated to this OdiModel instance.
getJKMOptions() - Method in class oracle.odi.domain.model.OdiModel
Return the journalization knowledge module's options.
getJKMs() - Method in class oracle.odi.domain.project.OdiProject
Return the unmodifiable collection of JKMs of this OdiProject.
getJndiFactory() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Deprecated.
replaced by getJndiFactory()
getJndiName() - Method in class oracle.odi.core.config.MasterRepositoryDbInfo
Return the JNDI name defined for this repository info.
getJndiName() - Method in class oracle.odi.core.config.WorkRepositoryDbInfo
Gets the JNDI name defined for this repository info.
getJndiName() - Method in class oracle.odi.domain.topology.OdiPhysicalAgentDataSource
Obtains the JNDI name of the JDBC DataSource.
getJndiPassword() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Deprecated.
replaced by getSecurityCredentials()
getJndiUrl() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Deprecated.
replaced by getProviderUrl()
getJndiUsername() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Deprecated.
replaced by getSecurityPrincipal()
getJobStartupParams() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the unmodifiable collection of OdiJobStartupParams related to this schedule.
getJobType() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the job type.
getJobType() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the job type.
getJoin() - Method in class oracle.odi.domain.mapping.component.Dataset.EntityRelationship
Returns the join component or null if this entity relationship does not represent a join.
getJoinCondition() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the expression value for the join condition property.
getJoinConditionText() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the expression text value for the join condition property.
getJoinCrossKeyword() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains cross join keyword for this ITechnology.
getJoinCrossKeyword() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets cross join keyword
getJoinCrossKeyword() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains cross join keyword for this OdiTechnology.
getJoinFullKeyword() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains full join keyword for this ITechnology.
getJoinFullKeyword() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the keyword used for full outer join.
getJoinFullKeyword() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains full join keyword for this OdiTechnology.
getJoinInnerKeyword() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the inner join keyword for this ITechnology.
getJoinInnerKeyword() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets inner join keyword
getJoinInnerKeyword() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the inner join keyword for this OdiTechnology.
getJoinLeftOuterKeyword() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains left outer join keyword for this ITechnology.
getJoinLeftOuterKeyword() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets left outer join keyword.
getJoinLeftOuterKeyword() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains left outer join keyword for this OdiTechnology.
getJoinNaturalKeyword() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains natural join keyword for this ITechnology.
getJoinNaturalKeyword() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the keyword for natural join.
getJoinNaturalKeyword() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains natural join keyword for this OdiTechnology.
getJoinOrder() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the join order property value, as an integer.
getJoinOuterKeyword() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains outer join keyword for this ITechnology.
getJoinOuterKeyword() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets outer join keyword.
getJoinOuterKeyword() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains outer join keyword for this OdiTechnology.
getJoinRightOuterKeyword() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains right outer join keyword for this ITechnology.
getJoinRightOuterKeyword() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets right outer join keyword.
getJoinRightOuterKeyword() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains right outer join keyword for this OdiTechnology.
getJoins() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the list of joins contained in this dataset.
getJoins() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
Returns a collection of Join in this source set.
getJoinSourceOrderText() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the join source order text as a comma separated list of source component names.
getJoinType() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the string value of the join condition type property.
getJoinTypeAsEnum() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the enum value of the join condition type property.
getJournalizedColumns() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get a list of the journalized columns of this source data store.
getJournalizedDatastore(MapPhysicalNode) - Static method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the bound datastore object of the datastore component for this particular physical node.
getJournalizedDataStore(DataSet) - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Return the source datastore that is set to be journalized in the specified data set.
getJournalizedFilter() - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the value of the JOURNALIZED_DATA_FILTER property only when the bound datastore is enabeld with change data capture.
getJournalizedFilter(MapPhysicalNode) - Static method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the value of the JOURNALIZED_DATA_FILTER property of the datastore component of a particular datastore physical node, only when the bound datastore is enabeld with change data capture.
getJournalizedFilterExpression(MapPhysicalNode) - Static method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the expression value of the JOURNALIZED_DATA_FILTER property of the datastore component of a particular datastore physical node, only when the bound datastore is enabled with change data capture.
getJournalTablePrefix() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the journal table prefix.
getJournalTablePrefix() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the journal table prefix, which is the default value for the OdiPhysicalSchemas newly created in this ITechnology.
getJournalTablePrefix() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the prefix for journal table.
getJournalTablePrefix() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the journal table prefix.
getJournalTablePrefix() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the journal table prefix, which is the default value for the OdiPhysicalSchemas newly created in this OdiTechnology.
getJournalTriggerPrefix() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the journal trigger prefix.
getJournalTriggerPrefix() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the journal trigger prefix, which is the default value for the OdiPhysicalSchemas newly created in this ITechnology.
getJournalTriggerPrefix() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the prefix for journalization trigger.
getJournalTriggerPrefix() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the journal trigger prefix.
getJournalTriggerPrefix() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the journal trigger prefix, which is the default value for the OdiPhysicalSchemas newly created in this OdiTechnology.
getJournalViewPrefix() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the journal view prefix.
getJournalViewPrefix() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the journal view prefix, which is the default value for the OdiPhysicalSchemas newly created in this ITechnology.
getJournalViewPrefix() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the prefix for view.
getJournalViewPrefix() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the journal view prefix.
getJournalViewPrefix() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the journal view prefix, which is the default value for the OdiPhysicalSchemas newly created in this OdiTechnology.
getKeyConstraint() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Returns the underlying datastore's key constraint associated with this component constraint.
getKeyConstraint() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
Deprecated.
Returns the underlying OdiKey for this constraint.
getKeyId() - Method in class oracle.odi.domain.model.KeyColumn.KeyColumnId
Obtains the key ID.
getKeyId() - Method in class oracle.odi.domain.model.OdiKey
Returns the internal identifier of this OdiKey instance.
getKeyName() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the name of the update key of the target datastore.
getKeys() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Obtains the keys defined on this data store.
getKeys() - Method in class oracle.odi.domain.model.OdiDataStore
 
getKeys() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Return the set of ISourceColumn objects corresponding to the key columns of this source.
getKeys() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
This method in inherited from IDataStore, but is not relevant in this context, especially if the target datastore is a temporary datastore.
getKeys() - Method in interface oracle.odi.domain.relational.IDataStore
Obtains the keys defined on this data store.
getKeyType() - Method in class oracle.odi.domain.model.OdiKey
Returns the OdiKey.KeyType of this OdiKey instance.
getKeywords() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
 
getKeywords() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of keywords property.
getKeywords() - Method in class oracle.odi.domain.runtime.session.OdiSessionFolder
Returns keywords elements that are defined for this OdiSessionFolder.
getKeywordsAsString() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains comma separated list of keywords associated with OdiSession.
getKM() - Method in interface oracle.odi.interfaces.interactive.support.km.IInterfaceKMHolder
Deprecated.
Gets the current KM.
getKMBuildNumber() - Method in class oracle.odi.domain.project.OdiKM
Return the build number stored for this KM.
getKMBuildNumber() - Method in class oracle.odi.domain.project.OdiSKM
Return the build number stored for this KM.
getKMHolderFor(IInterfaceSubComponent, InterfaceKMHolderFactory.HolderType) - Static method in class oracle.odi.interfaces.interactive.support.km.InterfaceKMHolderFactory
Deprecated.
Get a KM holder for an interface sub component, given a holder type.
getKMName() - Method in class oracle.odi.domain.project.ComponentKMLine
 
getKMOptions() - Method in interface oracle.odi.interfaces.interactive.support.km.IInterfaceKMHolder
Deprecated.
Gets the options for the current KM.
getKMs(IKnowledgeModule.KMType) - Method in interface oracle.odi.domain.adapter.project.IProject
Get a list of all component KMs of the specified type.
getKMs(IKnowledgeModule.KMType) - Method in class oracle.odi.domain.project.OdiProject
 
getKMType() - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Gets a string name of the KM type, e.g.
getKMType() - Method in class oracle.odi.domain.project.ComponentKM
Must be overridden by other types.
getKMType() - Method in class oracle.odi.domain.project.ComponentKMLine
 
getKMType() - Method in class oracle.odi.domain.project.OdiCKM
 
getKMType() - Method in class oracle.odi.domain.project.OdiIKM
 
getKMType() - Method in class oracle.odi.domain.project.OdiJKM
 
getKMType() - Method in class oracle.odi.domain.project.OdiLKM
 
getKMType() - Method in class oracle.odi.domain.project.OdiRKM
 
getKoExitCode() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the exit code on failure for this AbstractRuntimeStep.
getKoExitCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the exit code on failure for underlying OdiSessionBlueprintStep.
getKoExitCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#getKoExitCode()
getLanguage() - Method in interface oracle.odi.domain.adapter.topology.ISubLanguage
Returns language this sub-language belongs to.
getLanguage() - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringBuilder
Returns the language that is used by this builder.
getLanguage() - Method in class oracle.odi.domain.xrefs.expression.ExpressionStringParser
Obtains the language this parser will use to parse the string.
getLanguage() - Method in exception oracle.odi.domain.xrefs.expression.IllegalExpressionObjectException
Deprecated.
Returns the language.
getLanguageElement() - Method in interface oracle.odi.domain.adapter.topology.ILanguageElementImpl
Gets the base language element definition that this implementation implements.
getLanguageElement() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl
Returns language element this implementation belongs to.
getLanguageElementId() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl.OdiLanguageElementImplId
Obtains the language element id.
getLanguageElements() - Method in interface oracle.odi.domain.adapter.topology.ISubLanguage
Returns collection of language elements defined in this sub-language.
getLanguageElements(String) - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Gets a set of language elements related to a specific sub-language name.
getLanguageElements(String) - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets all the language elements for the given sublanguage name.
getLanguageElements(String) - Method in class oracle.odi.domain.topology.OdiTechnology
 
getLanguageElementsForTechnology(ITechnology) - Method in interface oracle.odi.domain.adapter.topology.ISubLanguage
Get a list of language elements that are owned by this sub-language, and are applicable for the specified technology.
getLanguageForTechnology(OdiTechnology, OdiInstance) - Static method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
A static convenience method to retrieve the SnpsLanguage object that is associated with the given technology.
getLanguageForTextHolder(IExecutableTextHolder) - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Retrieves the language for a specified IExecutableTextHolder object.
getLanguageForTextHolder(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Retrieves the language for a specified IExecutableTextHolder object.
getLanguageId() - Method in class oracle.odi.domain.topology.OdiLanguageImpl.OdiLanguageImplId
Obtains the language id.
getLanguageImpls() - Method in class oracle.odi.domain.topology.OdiTechnology
 
getLanguages() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the list of languages that are used to interpret this expression in the logical mapping graph.
getLargestJoinOrder() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetDefaultOrder
Deprecated.
Returns the largest value of join order for all the joins contained by the same dataset as this join in the interface.
getLastActualSuccessStepLog(OdiLoadPlanInstanceStep) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getLastDate() - Method in interface oracle.odi.domain.IOdiEntity
Provides a common getter to obtain the date of last modification of this instance.
getLastDate() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getLastOverridenVariableLog(OdiLoadPlanInstanceVariable) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getLastOverridenVariableValue(OdiLoadPlanInstanceVariable) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
Return latest known variable value or null if there are no variables.
getLastPathOutputPoint() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get the last point in the path point list that is an output point.
getLastPathPoint() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get the most downstream path point in the path.
getLastRunCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getLastTrackedSequenceValue(OdiSessionSequence) - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated. 
getLastTrackedSequenceValue(OdiSessionBlueprintSequence) - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Convenient method to obtain last tracked occurrence of a given OdiSessionBlueprintSequence in OdiSessionTaskLogs belonging this step execution.
getLastUser() - Method in interface oracle.odi.domain.IOdiEntity
Provides a common getter to obtain the name of the last ODI user that modified this instance.
getLastUser() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getLastValue() - Method in class oracle.odi.domain.runtime.variable.OdiVariableValueHistory
Returns the latest value, or null if this history is empty.
getLeafAttribute() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the leaf attribute associated with this attribute.
getLeafLevelComponents() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Return a list of the leaf-level (lowest-level) components owned by this component owner.
getLeafLevelTargets() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get a list of leaf-level components that are targets.
getLeftSourceName() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the name of the source component playing the role of "left" join source.
getLegacyConnectionDef() - Method in class oracle.odi.core.repository.Repository
INTERNAL: Returns an handle on the legacy connection definition for this repository.
getLength() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Obtains the length of this column, or null if undefined.
getLength() - Method in class oracle.odi.domain.model.OdiColumn
Get the length or precision of this column.
getLength() - Method in class oracle.odi.domain.project.interfaces.JournalizedSourceColumn
Deprecated.
Returns the length of this journalized source column.
getLength() - Method in class oracle.odi.domain.project.interfaces.SourceColumn
Deprecated.
Returns the length of this source column.
getLength() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the length of the column.
If the datatype is not set or doesn't allow length, a call to this method will cause an IllegalStateException.
getLength() - Method in interface oracle.odi.domain.relational.IColumn
Obtains the length or precision of this column, or null if undefined.
getLevel() - Method in class oracle.odi.domain.root.RootIssue
Gets the severity level of this issue.
getLines() - Method in class oracle.odi.domain.project.ComponentKM
 
getLines() - Method in class oracle.odi.domain.project.OdiProcedure
Returns an unmodifiable list of OdiProcedureLines held by this OdiProcedure.
getLines() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getLineType() - Method in interface oracle.odi.domain.adapter.project.IProcedureLine
Gets the type of this procedure line.
getLineType() - Method in class oracle.odi.domain.project.ComponentKM
 
getLineType() - Method in class oracle.odi.domain.project.OdiCKM
 
getLineType() - Method in class oracle.odi.domain.project.OdiIKM
 
getLineType() - Method in class oracle.odi.domain.project.OdiJKM
 
getLineType() - Method in class oracle.odi.domain.project.OdiJKMLine
 
getLineType() - Method in class oracle.odi.domain.project.OdiLKM
 
getLineType() - Method in class oracle.odi.domain.project.OdiProcedure
 
getLineType() - Method in class oracle.odi.domain.project.OdiProcedureLine
Return the mapping line type for a KM line, if any, else null.
getLineType() - Method in class oracle.odi.domain.project.OdiRKM
 
getLineType() - Method in class oracle.odi.domain.project.OdiRKMLine
 
getLineType() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getLiteralDelimeters() - Method in interface oracle.odi.domain.adapter.topology.ILanguage
Gets liternal delimiters.
getLiteralDelimeters() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
Returns pair of characters which are literal delimiters for this language's implementation.
getLKM(ExecutionUnit) - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the LKM used for the access point (AP) node that connects this execution unit as a source to the specified target execution unit.
getLKM() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Applicable only to access point (AP) nodes.
getLKM() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
Returns the Load Knowledge module associated to this SourceSet instance.
getLKM() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
Returns the Load Knowledge module associated to this OdiInterface.StagingArea instance.
getLKMName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
If this node has an assigned LKM, get it's name.
getLKMOptions() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
Returns the source set's Load Knowledge Module's options.
getLKMOptions() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
Returns the list of options of the Load Knowledge module.
getLKMOptionValue(String) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the LKM option value object instance for the specified LKM option name.
getLKMOptionValues() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get a list of all LKM option value instances that are associated with this node.
getLKMs() - Method in class oracle.odi.domain.project.OdiProject
Return the unmodifiable collection of LKMs of this OdiProject.
getLKMType() - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Gets the LKM type.
getLKMType() - Method in class oracle.odi.domain.project.ComponentKM
Get the LKM processing type for this KM.
getLKMType() - Method in class oracle.odi.domain.project.OdiJKM
 
getLKMType() - Method in class oracle.odi.domain.project.OdiRKM
 
getLoadBalancingAgents() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains an unmodifiable collection of agents this agent can use to make load balancing.
getLoadingTablePrefix() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the loading table prefix.
getLoadingTablePrefix() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the loading table prefix, which is the default value for the OdiPhysicalSchemas newly created in this ITechnology.
getLoadingTablePrefix() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the prefix for loading table.
getLoadingTablePrefix() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the loading table prefix.
getLoadingTablePrefix() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the loading table prefix, which is the default value for the OdiPhysicalSchemas newly created in this OdiTechnology.
getLoadPlan() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanSchedule
Returns the OdiLoadPlan this schedule is associated with.
getLoadPlan() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepVariable
 
getLoadPlan() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariable
 
getLoadPlan() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getLoadPlanId() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getLoadPlanInstance() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getLoadPlanInstance() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId
used to return the id of the loadPlanInstance
getLoadPlanInstance() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariable
 
getLoadPlanInstanceId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getLoadPlanInstanceId() - Method in class oracle.odi.runtime.agent.invocation.LoadPlanExecutionInfo
Returns the load plan instance id.
getLoadPlanInstanceId() - Method in class oracle.odi.runtime.agent.invocation.LoadPlanStatusInfo
Returns the load plan instance id.
getLoadPlanInstanceStep() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getLoadPlanInstanceStepVariableLogs() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepVariable
 
getLoadPlanInstanceStepVariables() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
 
getLoadPlanInstanceVariable() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepVariable
 
getLoadPlanName() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
 
getLoadPlanRunMessage() - Method in class oracle.odi.runtime.agent.invocation.LoadPlanStatusInfo
Returns the load plan instance run message.
getLoadPlanRunRC() - Method in class oracle.odi.runtime.agent.invocation.LoadPlanStatusInfo
Returns the load plan instance run return code.
getLoadPlanRunStatus() - Method in class oracle.odi.runtime.agent.invocation.LoadPlanStatusInfo
Returns the load plan instance run status.
getLoadPlans() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Gets an unmodifiable collection of OdiLoadPlan that belongs to this OdiScenarioFolder.
getLoadPlanStep() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepVariable
 
getLoadPlanStep() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepVariable
 
getLoadPlanStepVariables() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
 
getLoadPlanVariable() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepVariable
 
getLocalizedMessage() - Method in exception oracle.odi.domain.mapping.exception.MappingException
 
getLocalizedMessage(Locale) - Method in class oracle.odi.domain.validation.ValidationRecord
Return issue message in preferred locale, if possible.
getLocalizedMessage(Locale) - Method in exception oracle.odi.exception.OdiCheckedException
Gets this exception's error message for the given locale.
getLocalizedMessage() - Method in exception oracle.odi.exception.OdiCheckedException
Gets this exception's error message for the default locale.
getLocalizedMessage(Locale) - Method in exception oracle.odi.exception.OdiUncheckedException
Gets this exception's error message for the given locale.
getLocalizedMessage() - Method in exception oracle.odi.exception.OdiUncheckedException
Gets this exception's error message for the default locale.
getLocalObjectMask() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Returns the Local Object Mask.
getLocalObjectMask() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the local object mask string for this ITechnology.
getLocalObjectMask() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets logical object mask.
getLocalObjectMask() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Returns the Local Object Mask.
getLocalObjectMask() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the local object mask string for this OdiTechnology.
getLocalSequenceMask() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the local sequence mask.
getLocalSequenceMask() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the local sequence usage mask.
getLocalSequenceMask() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets local squence mask
getLocalSequenceMask() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the local sequence mask.
getLocalSequenceMask() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the local sequence usage mask.
getLocalTrailFilePath() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns path to local trail file to be used by this Oracle Golden Gate's extract or replicat process.
getLocation() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the location adapter that represents the location where the session steps generated by this execution unit will be executed at runtime.
getLocation() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the current location for this node.
getLocation(String) - Method in interface oracle.odi.owb.IOwbRuntimeRepositoryExplorer
Fetches OwbLocation by specified name.
getLocationName() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the name of the location adapter that represents the location where the session steps generated by this execution unit will be executed at runtime.
getLog(OdiLoadPlanInstanceStep) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getLog(OdiLoadPlanInstanceStep) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getLog(OdiLoadPlanInstanceRun) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
 
getLogCounter() - Method in class oracle.odi.domain.project.OdiProcedureLine
Obtains the LogCounter defined for this ProcedureLine.
getLogCounter() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the log counter of this AbstractRuntimeTask.
getLogCounter() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getLogCounter() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the log counter of underlying OdiSessionBlueprintTask.
getLogCounter() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getLogCounter() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns LogCounter used by this OdiSessionTaskLog.
getLogFinalCommand() - Method in class oracle.odi.domain.project.OdiProcedureLine
 
getLogFinalCommand() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getLogFinalCommand() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns whether the final execution command text should be logged for this OdiSessionTaskLog.
getLogForExceptionStep(OdiLoadPlanInstanceStep, OdiLoadPlanInstanceStep) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getLoggingMethod() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getLoggingMethod() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getLogHistoryRetainedNbDays() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getLogHistoryRetainedNbDays() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getLogicalAgent() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepRunScenario
 
getLogicalAgent() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getLogicalAgent() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepRunScenario
 
getLogicalAgent() - Method in class oracle.odi.domain.topology.OdiContextualAgentMapping
Obtains the logical agent defined for this OdiContextualAgentMapping.
getLogicalAgent() - Method in class oracle.odi.domain.topology.OdiContextualAgentMapping.OdiContextualAgentMappingId
Obtains the logical agent id.
getLogicalAgentId() - Method in class oracle.odi.domain.topology.OdiLogicalAgent
getLogicalAgentName() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepRunScenario
 
getLogicalAgentName() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepRunScenario
 
getLogicalAgentName() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the name of the ODI logical agent for which this schedule is defined.
getLogicalComponent() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the logical interface mapping graph component that corresponds to this physical node.
getLogicalConnectorPoint() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the logical interface mapping graph output connector point that corresponds to this physical node, or null if there is no corresponding connector point.
getLogicalContext() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the context associated with the logical component of this physical node.
getLogicalExpressionTechnology() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Returns the implementing technology for expressions owned by bound components, or mapping generic technology for expressions of unbound components.
getLogicalFormat() - Method in interface oracle.odi.domain.adapter.relational.IFileFieldDescriptor
Returns the format used for dates.
getLogicalFormat() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
Returns the format used to parse date.
getLogicalLocation() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
 
getLogicalSchema(String) - Method in interface oracle.odi.domain.adapter.project.IGlobalObjectHelper
Gets the logical schema location by name.
getLogicalSchema() - Method in interface oracle.odi.domain.adapter.topology.ILocation
Gets a logical schema object for this location.
getLogicalSchema() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the name of the logical schema where the session steps generated by this execution unit will be executed at runtime.
getLogicalSchema() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the logical schema associated with this physical node, or null if there is none.
getLogicalSchema() - Method in class oracle.odi.domain.model.OdiModel
Returns the logical schema associated to this OdiModel instance.
getLogicalSchema() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get the logical schema associated with the underlying data store for this source.
getLogicalSchema() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
Returns the logical schema of the source set, or null if the source set has no source data stores.
getLogicalSchema() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
Returns the logical schema of the staging area.
getLogicalSchema() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the logical schema of the target datastore.
getLogicalSchema() - Method in class oracle.odi.domain.project.OdiProcedureLineCmd
Obtains the logical schema this OdiProcedureLineCmd will be executed on.
getLogicalSchema() - Method in class oracle.odi.domain.project.OdiVariable
Returns the OdiLogicalSchema used for the refresh of this OdiVariable instance values.
getLogicalSchema() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariable
 
getLogicalSchema() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariable
 
getLogicalSchema() - Method in class oracle.odi.domain.topology.OdiContextualSchemaMapping
Returns the Logical Schema of this association.
getLogicalSchema() - Method in class oracle.odi.domain.topology.OdiContextualSchemaMapping.OdiContextualSchemaMappingId
Obtains the logical schema id.
getLogicalSchema(OdiContext) - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the OdiLogicalSchema associated for a given context.
getLogicalSchema() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
 
getLogicalSchemaForTextHolder(OdiInterface, IExecutableTextHolder) - Static method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
A static convenience method to retrieve the logical schema associated with the specified text holder.
getLogicalSchemaId() - Method in class oracle.odi.domain.topology.OdiLogicalSchema
Returns the Internal object ID.
getLogicalSchemaName() - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the logical schema name for the bound datastore object.
getLogicalSchemaName(MapPhysicalNode) - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the logical schema name for the physical datastore node.
getLogicalSchemaName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the name of the logical schema associated with this physical node, or null if there is none.
getLogicalSchemaName() - Method in class oracle.odi.domain.project.OdiSequence
Returns the ODI logical schema name associated with this sequence.
getLogicalSchemaName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeSequence
Returns the name of logical schema for this AbstractRuntimeSequence.
getLogicalSchemas() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains an unmodifiable collection of OdiLogicalSchemas.
getLogLevel() - Method in class oracle.odi.domain.project.OdiProcedureLine
Obtains the log level applied to this ProcedureLine.
getLoglevel() - Method in class oracle.odi.domain.project.Step
Gets the log type for this step when executed.
getLoglevel() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
getLogLevel() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the log level of this AbstractRuntimeTask.
getLogLevel() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getLogLevel() - Method in class oracle.odi.domain.runtime.session.OdiSession
Deprecated.
As of 11.1.1.5 this method is replaced by #getExecutionMode()
getLogLevel() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the log level of this OdiSessionCustomTask.
getLogLevel() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
there is no such notion for step.
getLogLevel() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getLogLevel() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getLogLevel()
getLogLevel() - Method in class oracle.odi.domain.topology.OdiOnConnectConfig
Obtains log level to be used when executing onConnect command.
getLogLevel() - Method in class oracle.odi.domain.topology.OdiOnDisconnectConfig
Obtains log level to be used when executing onDisconnect command.
getLogMethod() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the logging method for this AbstractRuntimeStep.
getLogMethod() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the logging method for underlying OdiSessionBlueprintStep.
getLongTextValue() - Method in class oracle.odi.domain.runtime.variable.OdiVariableValue
Returns long text value of this OdiVariableValue.
getLongVarBinaryDataTypeMask() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the LongVarBinary data type mask for this ITechnology.
getLongVarBinaryDataTypeMask() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets binary data type mask for variables of long type.
getLongVarBinaryDataTypeMask() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the LongVarBinary data type mask for this OdiTechnology.
getLookup() - Method in class oracle.odi.domain.mapping.component.Dataset.EntityRelationship
Returns the lookup component or null if this entity relationship does not represent a lookup.
getLookupConnectorPoint() - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
getLookupsManager() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns an IReferenceManager instance that can be used to get lookup references (i.e.
getLookupsManager() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns an IReferenceManager instance that can be used to get lookup references (i.e.
getLookupSource() - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
getLookupSourceName() - Method in class oracle.odi.domain.mapping.component.LookupComponent
 
getLoopCount() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the loop count value.
getLoopCount() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the loop count value.
getLoopDelay() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the loop delay value.
getLoopDelay() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the loop delay value.
getLowestLevelConnectorPoint() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get the lowest level child connector point, which reflects the functional connection point for incoming or outgoing connections to high-level components, if child connector points are defined.
getMainPartition() - Method in class oracle.odi.domain.model.OdiSubPartition
Get the main partition for this OdiSubPartition instance.
getMainPartitionPolicy() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the OdiDataStore.PartitioningPolicy policy used for the main partitions of this datastore.
getMainPartitions() - Method in class oracle.odi.domain.model.OdiDataStore
Returns an unmodifiable collection of the OdiMainPartitions that belongs to this datastore.
getManualGroupBy() - Method in class oracle.odi.domain.mapping.component.AggregateComponent
Gets the manual group-by clause expression for this component.
getMapComponent() - Method in class oracle.odi.domain.mapping.component.Dataset.EntityRelationship
Returns the mapping component (either lookup or join) represented by this entity relationship.
getMappedRolesCount() - Method in class oracle.odi.setup.SwitchToExternalAuthenticationService.SwitchStatistics
 
getMappedUsersCount() - Method in class oracle.odi.setup.SwitchToExternalAuthenticationService.SwitchStatistics
 
getMapping() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get the mapping that owns this deployment spec.
getMapping(String) - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the target mapping in this dataset which corresponds to the target column of the given name.
getMapping() - Method in class oracle.odi.domain.project.StepMapping
Returns the Mapping upon which is based this Step.
getMappingDataType(String) - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets mapping data type for the given type name.
getMappingId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Get the internal id of the mapping from which this session blueprint is generated.
getMappingPersistencePolicy() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns the current IMappingPersistencePolicy object that is used to set the persistence policy for the interface mappings and target columns.
getMappingPersistencePolicy() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns the current IMappingPersistencePolicy object that is used to set the persistence policy for the interface mappings and target columns.
getMappings() - Method in interface oracle.odi.domain.adapter.project.IFolder
Gets a list of mappings owned by this folder.
getMappings() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the list of target mappings contained in this dataset.
getMappings() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
Returns a collection of TargetMapping in this source set.
getMappings() - Method in class oracle.odi.domain.project.OdiFolder
 
getMappingShortcut() - Method in class oracle.odi.domain.project.StepMapping
Internal use only
getMapRootContainer() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get the parent mapping for this component owner.
getMapRootContainer() - Method in interface oracle.odi.domain.mapping.IMapExpressionOwner
Get the owning root container for this object.
getMapRootContainer() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the top-level mapping that contains this attribute.
getMapRootContainer() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get the top level mapping object that owns this connector point.
getMapRootContainer() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getMapRootContainer() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the top-level mapping that owns the deployment spec that owns this node.
getMapRootContainer() - Method in class oracle.odi.domain.mapping.properties.Property
 
getMarkerGroup() - Method in class oracle.odi.domain.marker.OdiMarkerType
Returns the OdiProject instance for Project-Level marker group.
getMarkerGroupId() - Method in class oracle.odi.domain.marker.OdiMarkerGroup
Returns the ID of this marker group.
getMarkerGroups() - Method in class oracle.odi.domain.project.OdiProject
 
getMarkerId() - Method in class oracle.odi.domain.marker.OdiMarkerType
Returns the ID of this marker group.
getMarkerTypes() - Method in class oracle.odi.domain.marker.OdiMarkerGroup
 
getMasterAgentName() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the name of agent received execution request for this session.
getMasterAgents() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains an unmodifiable collection of agents that can use this agent to make load balancing.
getMasterRepository() - Method in class oracle.odi.core.OdiInstance
Return MasterRepository associated with this OdiInstance.
getMasterRepository(DataSource) - Static method in class oracle.odi.core.repository.Repository
Gets a MasterRepository instance.
getMasterRepositoryDataSource() - Method in interface oracle.odi.core.persistence.IOdiEntityManagerFactory
Obtains the JDBC DataSource this IOdiEntityManagerFactory obtains its master repository JDBC Connections from.
getMasterRepositoryDbInfo() - Method in class oracle.odi.core.config.OdiInstanceConfig
Obtains the master repository DB info defined for this OdiInstanceConfig.
getMasterRepositoryId() - Method in class oracle.odi.domain.topology.OdiMasterRepositoryInfo
Returns the unique ID of the master repository.
getMasterRepositoryId() - Method in class oracle.odi.runtime.agent.invocation.ExecutionInfo
Returns the master repository id value.
getMasterRepositoryId() - Method in class oracle.odi.runtime.agent.invocation.LoadPlanExecutionInfo
Returns the master repository id.
getMasterRepositoryTimestamp() - Method in class oracle.odi.runtime.agent.invocation.ExecutionInfo
Returns the master repository timestamp value.
getMasterRepositoryTimestamp() - Method in class oracle.odi.runtime.agent.invocation.LoadPlanExecutionInfo
Returns the master repository time stamp.
getMasterUpgradeException() - Method in class oracle.odi.setup.RepositoryUpgradeReport
 
getMasterUpgradeStatus() - Method in class oracle.odi.setup.RepositoryUpgradeReport
 
getMatchedUsersCount() - Method in class oracle.odi.setup.SwitchToExternalAuthenticationService.SwitchStatistics
Get the number of user for which there was a matching username in the external identity store.
getMatchingPath(List, MapPathSpecifier) - Static method in class oracle.odi.domain.mapping.MapPathSpecifier
Return a matching path if one exists in the specified set of paths.
getMaterializedShortcutable() - Method in class oracle.odi.domain.shortcuts.IOdiShortcutService.MaterializeResult
The object materialized from the shortcut.
getMaterializedShortcutableList() - Method in class oracle.odi.domain.shortcuts.IOdiShortcutService.MaterializeResult
The objects materialized from the shortcuts.
getMaxAttributeCount() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Return the maximum number of attributes that can be owned by a connector point with this role.
getMaxCachedSessionBlueprintCount() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains the maximum number of cache entries in Session Blueprint queue for this Agent.
getMaxCachedSessionBlueprintIdleTime() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains amount of time in seconds during which the unused Session Blueprint can be kept in the Agent's cache before removing.
getMaxColumnNameLength() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the maximum column name length for this ITechnology.
getMaxColumnNameLength() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the maximum column name length.
getMaxColumnNameLength() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the maximum column name length for this OdiTechnology.
getMaxConcurrentSessionCount() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains the maximum number of concurrent session the runtime agent can execute.
getMaxConcurrentThreadCount() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains the maximum concurrent thread count the runtime agent can execute.
getMaxConnectorCount() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Return the maximum number of connector points with this role that are allowed to be owned by the component.
getMaxConnectorPointCount(MapConnectorPoint.Direction) - Method in class oracle.odi.domain.mapping.MapComponentType
Return the total maximum connector point count for the specified direction, for all connector point roles.
getMaxCycleDuration() - Method in class oracle.odi.domain.runtime.scheduling.Repetition
Returns the maximum cycle duration.
getMaxErrorChildCount() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepParallel
 
getMaxErrorChildCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepParallel
 
getMaxErrorCount() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the max error allowed for this AbstractRuntimeStep.
getMaxErrorCount() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getMaxErrorCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getMaxErrorCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by #getStep()#getMaxErrorCount()
getMaxExpressionCount() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Return the number of expressions that are allowed to be owned by attributes that are owned by a connector point with this role.
getMaxIntegrationErrors() - Method in class oracle.odi.domain.mapping.component.DatastoreComponent
Returns the MAXIMUM_NUMBER_OF_ERRORS_ALLOWED property value.
getMaxIntegrationErrors() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the maximum integration errors allowed for this target datastore.
getMaxLength() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the maximum length of this property, giving transient maximum length the priority.
getMaxLength() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets maximum allowed length of values of this property.
getMaxLength() - Method in class oracle.odi.domain.topology.OdiDataType
Get maximum length for this OdiDataType.
getMaxLoopDuration() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the max loop duration value.
getMaxLoopDuration() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the max loop duration value.
getMaxNumberOfRepetition() - Method in class oracle.odi.domain.runtime.scheduling.Repetition
Returns the maximum number of repetition.
getMaxPoolSize() - Method in class oracle.odi.core.config.PoolingAttributes
Gets this PoolingAttributes' maximum pool size.
getMaxRunDuration() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the maximum duration of one job run.
getMaxScale() - Method in class oracle.odi.domain.topology.OdiDataType
Get maximum scale for this OdiDataType.
getMaxTableNameLength() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the maximum table name length for this ITechnology.
getMaxTableNameLength() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the maximum table name length.
getMaxTableNameLength() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the maximum table name length for this OdiTechnology.
getMaxThreadPerSessionCount() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains the maximum thread count the runtime agent can execute per session.
getMaxValue() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeSequence
Returns the max value for this AbstractRuntimeSequence.
getMessage() - Method in interface oracle.odi.domain.adapter.IMessageHandle
Gets the translated message for the default locale.
getMessage(Locale) - Method in interface oracle.odi.domain.adapter.IMessageHandle
Gets the translated message for the specified locale.
getMessage() - Method in exception oracle.odi.domain.mapping.exception.MappingException
Return the message of the issue based on default locale
getMessage(Locale) - Method in exception oracle.odi.domain.mapping.exception.MappingException
Return the message of the issue based on specified locale
getMessage() - Method in class oracle.odi.domain.mapping.exception.MappingException.MessageHolder
 
getMessage() - Method in class oracle.odi.domain.model.OdiCondition
Returns the message used when the condition is not respected.
getMessage() - Method in class oracle.odi.domain.root.RootIssue
Returns the message of this issue, based on default locale
getMessage(Locale) - Method in class oracle.odi.domain.root.RootIssue
Returns the message of this issue, based on the specified locale
getMessage() - Method in exception oracle.odi.exception.OdiCheckedException
 
getMessage() - Method in exception oracle.odi.exception.OdiUncheckedException
 
getMessage() - Method in interface oracle.odi.setup.IOdiProgressMonitor
This method will return the last set Message for the given task.
getMessage() - Method in class oracle.odi.setup.RepositoryUpgradeReport
 
getMessageAction() - Method in exception oracle.odi.domain.mapping.exception.MappingException
Return the action of the message
getMessageAction() - Method in class oracle.odi.domain.root.RootIssue
Returns the action of the message, which may specify a solution for the issue.
getMessageArgs() - Method in exception oracle.odi.interfaces.interactive.exceptions.OdiInterfaceNotReadyForPersistException
Deprecated.
Returns the message args.
getMessageArguments() - Method in exception oracle.odi.domain.mapping.exception.MappingException
Return the arguments used to format the message
getMessageCause() - Method in exception oracle.odi.domain.mapping.exception.MappingException
Return the cause of the message
getMessageCause() - Method in class oracle.odi.domain.root.RootIssue
Returns the cause of the message, which may indicate conditions causing the issue.
getMessageHandle() - Method in class oracle.odi.domain.validation.ValidationRecord
Retrieve underlying MessageHandle.
getMessageID() - Method in interface oracle.odi.domain.adapter.IMessageHandle
Gets the message ID associated with this message handle.
getMessageID() - Method in exception oracle.odi.domain.mapping.exception.MappingException
Return the message ID of the message
getMessageID() - Method in class oracle.odi.domain.root.RootIssue
Returns the message ID of the message for this issue.
getMessageKey() - Method in exception oracle.odi.domain.mapping.exception.MappingException
Return the message key of the message.
getMessageMaxNumber() - Method in class oracle.odi.interfaces.data.IJMSCallBack.CallBackResult
Deprecated.
Get the maximum number of JMS messages that can be simultaneously assigned to a server session in a JMS server session pool in a JMS ConnectionConsumer instance.
getMessageSelector() - Method in class oracle.odi.interfaces.data.IJMSCallBack.CallBackResult
Deprecated.
Get the JMS message selector used by the receiver to filter the messages.
getMessageTimeOut() - Method in class oracle.odi.interfaces.data.IJMSCallBack.CallBackResult
Deprecated.
Get the JMS message timeout value used when retrieving the JMS message.
getMetadataForSnpsJDBCDrivers() - Method in class oracle.odi.domain.mapping.component.FileComponent
Returns the metadata for JDBC driver property value for the bound file datastore object of this component.
getMetadataServiceJndiName() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
Obtains JNDI name of the ESS MetadataService EJB, related to this OdiEnterpriseScheduler object.
getMinimizedPath() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get a minimized set of path points that specify this path with no ambiguity.
getMinimizedPath(boolean) - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get a minimized set of path points, that specify the path with no ambiguity.
getMinimizedPath(boolean, boolean) - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get a minimized set of path points that specify this path with no ambiguity.
getMinimizedPathString() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get a displayable, minimized string representation of the path.
getMinimizedPathString(boolean) - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get a displayable, minimized string representation of the path.
getMinimizedRefText() - Method in class oracle.odi.domain.mapping.MapAttribute
 
getMinimizedRefText() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getMinimizedRefText() - Method in interface oracle.odi.domain.mapping.xreference.IExpressionReferencedObject
Gets the minimized reference text for this object.
getMinimizedRefText() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets the minimized reference text (which does not have qualifier names) from currently referenced object.
getMinimumSpecifierCount() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get the minimum number of path points that specify this path with no ambiguity.
getMinLength() - Method in class oracle.odi.domain.topology.OdiDataType
Get minimum length for this OdiDataType.
getMinPoolSize() - Method in class oracle.odi.core.config.PoolingAttributes
Gets this PoolingAttributes' minimum pool size.
getMinScale() - Method in class oracle.odi.domain.topology.OdiDataType
Get minimum scale for this OdiDataType.
getMinute() - Method in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.TimeOfDay
Returns the minute part of this TimeOfDay object.
getMissingEntityClass() - Method in interface oracle.odi.missingref.IMissingRef
Returns the class of the object referenced by the missing reference.
getMissingEntityClass() - Method in class oracle.odi.missingref.support.DefaultMissingRef
Returns the missing entity class value.
getMissingEntityGlobalId() - Method in interface oracle.odi.missingref.IMissingRef
Returns the global id of the object referenced by the missing reference.
getMissingEntityGlobalId() - Method in class oracle.odi.missingref.support.DefaultMissingRef
Returns the missing entity global id value.
getMissingRefsFor(Class, String) - Method in class oracle.odi.missingref.support.MissingRefManager
Returns the missing refs managed in this manager whose origin entity matches Class sourceEntityClass, String pSourceEntityGlobalId.
getMissingRefsForObject(IRepositoryEntity) - Method in class oracle.odi.missingref.support.MissingRefManager
Returns the missing refs managed in this manager whose origin entity is this one.
getMissingRefsManager() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns the missing references manager for this helper.
getMissingRefsManager() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
 
getMode() - Method in class oracle.odi.generation.GenerationOptions
Generation Mode.
getModel() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Returns the owning model for this datastore object, if any, else null.
getModel() - Method in class oracle.odi.domain.model.AbstractOdiSubModel
Returns the OdiModel this sub-model belongs to.
getModel() - Method in class oracle.odi.domain.model.OdiDataStore
Convenient method to obtain the OdiModel this OdiDataStore is referring from the AbstractOdiSubModel to which this datastore belongs.
getModel() - Method in class oracle.odi.domain.project.StepModel
Returns the OdiModel on which the action is done.
getModelFolderId() - Method in class oracle.odi.domain.model.OdiModelFolder
Returns the internal identifier of this OdiModelFolder instance.
getModelFolders() - Method in class oracle.odi.domain.model.OdiModelFolder
Obtains the unmodifable collection of model folders for this OdiModelFolder instance.
getModelId() - Method in class oracle.odi.domain.model.OdiModel
Returns the internal identifier of this OdiModel instance.
getModels() - Method in class oracle.odi.domain.model.OdiModelFolder
Obtains the unmodifable collection of models contained by this OdiModelFolder instance.
getModification() - Method in class oracle.odi.interfaces.interactive.InterfaceObjectModification
Deprecated.
Returns the modification.
getModifications() - Method in interface oracle.odi.interfaces.interactive.IImpacts
Deprecated.
Returns all modifications that were caused by the execution of the action that caused these impacts.
getModifications() - Method in class oracle.odi.interfaces.interactive.support.Impacts
Deprecated.
Returns all modifications that were caused by the execution of the action that caused these impacts.
getModifiedDescendantShortcutables() - Method in class oracle.odi.domain.shortcuts.IOdiShortcutService.MaterializeResult
Return the descendants of the shortcutable that were modified.
getModifiedEntities() - Method in class oracle.odi.domain.shortcuts.IOdiShortcutService.MaterializeResult
Return a collection of the modified entity objects.
getModifiedObject() - Method in class oracle.odi.interfaces.interactive.InterfaceObjectModification
Deprecated.
Returns the object that was modified.
getMonth() - Method in class oracle.odi.domain.runtime.scheduling.ExplicitDate
Returns the month.
getMonth() - Method in class oracle.odi.domain.runtime.scheduling.Recurrence
Returns month of recurrence.
getMsg() - Method in interface oracle.odi.interfaces.interactive.IInterfaceIssue
Deprecated.
Returns the text error message for this issue.
getName() - Method in interface oracle.odi.core.persistence.transaction.ITransactionDefinition
Return the name of this transaction.
getName() - Method in class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
 
getName() - Method in class oracle.odi.core.repository.Repository
Obtains the name of this repository.
getName() - Method in interface oracle.odi.domain.adapter.flexfields.IFlexFieldValue
Obtains the name of the flex field.
getName() - Method in interface oracle.odi.domain.adapter.IModelObject
Gets the name of this model object.
getName() - Method in interface oracle.odi.domain.adapter.IModelObjectReference
 
getName() - Method in interface oracle.odi.domain.adapter.project.IOptionValue
Retrieves the name of the procedure option.
getName() - Method in interface oracle.odi.domain.adapter.project.IProcedureOption
Obtains the name of this ProcedureOption.
getName() - Method in interface oracle.odi.domain.adapter.property.IProperty
Gets the property name.
getName() - Method in interface oracle.odi.domain.adapter.relational.ICondition
Obtains the name of this condition.
getName() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Returns the name of this IDataStoreRelationship instance.
getName() - Method in interface oracle.odi.domain.adapter.relational.IFilter
Obtains the name of this filter.
getName() - Method in interface oracle.odi.domain.adapter.relational.IKey
Obtains the name of this key.
getName() - Method in interface oracle.odi.domain.adapter.relational.IPartition
Obtains the name of this partition.
getName() - Method in interface oracle.odi.domain.adapter.topology.IContext
Returns the Context Name.
getName() - Method in interface oracle.odi.domain.adapter.topology.IDataServer
Returns the name of this IDataServer.
getName() - Method in interface oracle.odi.domain.adapter.topology.IDataType
Obtains the display name of this IDataType.
getName() - Method in interface oracle.odi.domain.adapter.topology.ILanguage
Gets the name of this language.
getName() - Method in interface oracle.odi.domain.adapter.topology.ILanguageElement
Gets the name of the language element.
getName() - Method in interface oracle.odi.domain.adapter.topology.ILanguageElementImpl
Gets the name of the language element.
getName() - Method in interface oracle.odi.domain.adapter.topology.ILogicalSchema
Returns the Logical Schema's Name.
getName() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the full read-only name of this IPhysicalSchema that is used internally by ODI.
getName() - Method in interface oracle.odi.domain.adapter.topology.ISubLanguage
Returns name of this sub-language.
getName() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Gets the name of this technology.
getName() - Method in interface oracle.odi.domain.flexfields.IFlexFieldValue
Obtains the name of the flex field.
getName() - Method in interface oracle.odi.domain.IOdiEntity
Returns the name of this entity instance.
getName() - Method in interface oracle.odi.domain.mapping.IMapExpressionOwner
Get the name of this object.
getName() - Method in interface oracle.odi.domain.mapping.IPropertyDefinitionOwner
Gets the name of the property definition owner, to be used when creating the NLS key for each property definition.
getName() - Method in class oracle.odi.domain.mapping.MapComponentType
 
getName() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
 
getName() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the name of this technology.
getName() - Method in class oracle.odi.domain.mapping.MapReference
Gets the name of the referenced object.
getName() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
 
getName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
 
getName() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the name of the property.
getName() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
 
getName() - Method in interface oracle.odi.domain.mapping.xreference.IExpressionReferencedObject
Gets the name of the referenced object.
getName() - Method in class oracle.odi.domain.marker.OdiMarkerGroup
Obtains the name of this marker group in ODI.
getName() - Method in class oracle.odi.domain.marker.OdiMarkerType
Obtains the name of this marker group in ODI.
getName() - Method in class oracle.odi.domain.model.AbstractOdiSubModel
Returns the name of this AbstractOdiSubModel instance.
getName() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
 
getName() - Method in class oracle.odi.domain.model.OdiColumn
Returns the name of this OdiColumn instance.
getName() - Method in class oracle.odi.domain.model.OdiCondition
Returns the name of this OdiCondition instance.
getName() - Method in class oracle.odi.domain.model.OdiDataStore.FileDescriptor
 
getName() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the name of this datastore.
getName() - Method in class oracle.odi.domain.model.OdiFilter
Returns the name of this OdiFilter.
getName() - Method in class oracle.odi.domain.model.OdiKey
Returns the name of this OdiKey instance.
getName() - Method in class oracle.odi.domain.model.OdiModel
 
getName() - Method in class oracle.odi.domain.model.OdiModelFolder
Returns the name of this OdiModelFolder instance.
getName() - Method in class oracle.odi.domain.model.OdiPartition
Returns the name of this OdiPartition.
getName() - Method in class oracle.odi.domain.model.OdiReference
Returns the name of this OdiReference instance.
getName() - Method in class oracle.odi.domain.project.ComponentKM
 
getName() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the name of this DataSet.
getName() - Method in class oracle.odi.domain.project.interfaces.JournalizedSourceColumn
Deprecated.
Returns the name of this journalized source column.
getName() - Method in class oracle.odi.domain.project.interfaces.SourceColumn
Deprecated.
Returns the name of this source column.
getName() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get the name of this source data store.
getName() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
Returns the name of this source set.
getName() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the name of the target column.
getName() - Method in class oracle.odi.domain.project.interfaces.TemporaryTargetUpdateKey
Deprecated.
 
getName() - Method in interface oracle.odi.domain.project.IOptionValue
Retrieves the name of the procedure option.
getName() - Method in interface oracle.odi.domain.project.IProcedureOption
Obtains the name of this ProcedureOption.
getName() - Method in class oracle.odi.domain.project.OdiFolder
Returns the name of the OdiFolder.
getName() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Returns the name of this interface.
getName() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
 
getName() - Method in class oracle.odi.domain.project.OdiPackage
Retrieves this OdiPackage instance name.
getName() - Method in class oracle.odi.domain.project.OdiProcedure
Returns the name of the procedure.
getName() - Method in class oracle.odi.domain.project.OdiProcedureLine
Obtains the name of this ProcedureLine.
getName() - Method in class oracle.odi.domain.project.OdiProject
Returns the OdiProject's name.
getName() - Method in class oracle.odi.domain.project.OdiSequence
Obtains the name of this sequence in ODI.
getName() - Method in class oracle.odi.domain.project.OdiSKM
Gets the name of the SKM.
getName() - Method in class oracle.odi.domain.project.OdiUserFunction
Obtains the name of this OdiUserFunction.
getName() - Method in class oracle.odi.domain.project.OdiUserFunctionImpl
 
getName() - Method in class oracle.odi.domain.project.OdiVariable
Returns the name of this OdiVariable instance.
getName() - Method in class oracle.odi.domain.project.ProcedureOption
 
getName() - Method in class oracle.odi.domain.project.Step
Obtains this Step instance name.
getName() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
getName() - Method in interface oracle.odi.domain.relational.IColumn
Obtain the name of this column.
getName() - Method in interface oracle.odi.domain.relational.IDataStore
Obtains the name of this data store.
getName() - Method in interface oracle.odi.domain.relational.IKey
Obtains the name of this key.
getName() - Method in interface oracle.odi.domain.root.INamedObject
Get the name of the object.
getName() - Method in interface oracle.odi.domain.root.IRoot
Get the name for this object.
getName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeSequence
Returns the name of this AbstractRuntimeSequence.
getName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the name of this AbstractRuntimeStep.
getName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
 
getName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeVariable
Returns the name of this AbstractRuntimeVariable.
getName() - Method in interface oracle.odi.domain.runtime.common.IExecutableStep
 
getName() - Method in interface oracle.odi.domain.runtime.common.IStepTask
 
getName() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getName() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
 
getName() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariable
 
getName() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getName() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceElement
 
getName() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariable
 
getName() - Method in class oracle.odi.domain.runtime.purge.support.PurgeLogServiceReport.PurgedItem
 
getName() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Gets the OdiScenario's tag name.
getName() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Gets name of this OdiScenarioFolder.
getName() - Method in class oracle.odi.domain.runtime.scenario.Tag
Returns the name of OdiScenario held in this Tag.
getName() - Method in class oracle.odi.domain.runtime.scheduling.OdiJobStartupParam
Returns the name of this startup parameter.
getName() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the Schedule name.
getName() - Method in class oracle.odi.domain.runtime.sequence.OdiStandardSequenceValue
Returns the name of the sequence.
getName() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of name property.
getName() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the name of this OdiSession (i.e.
getName() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the name of this OdiSessionCustomStep.
getName() - Method in class oracle.odi.domain.runtime.session.OdiSessionFolder
Returns the name of this OdiSessionFolder instance.
getName() - Method in class oracle.odi.domain.runtime.session.OdiSessionParameter
Returns parameter's name.
getName() - Method in class oracle.odi.domain.runtime.session.OdiSessionSequence
Deprecated.
Gets the name of this sequence.
getName() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by #getStep()#getName()
getName() - Method in class oracle.odi.domain.runtime.session.OdiSessionVariable
Deprecated.
Gets the name of this variable.
getName() - Method in class oracle.odi.domain.security.OdiEnterprisePrincipal
 
getName() - Method in class oracle.odi.domain.security.OdiPrincipal
Return the user name.
getName() - Method in class oracle.odi.domain.security.OdiProfile
 
getName() - Method in class oracle.odi.domain.topology.OdiContext
Returns the Context Name.
getName() - Method in class oracle.odi.domain.topology.OdiDataServer
Return the name of this OdiDataServer.
getName() - Method in class oracle.odi.domain.topology.OdiDataType
Obtains the display name of this OdiDataType.
getName() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
Obtains the name of this OdiEnterpriseScheduler, that is the name used in ODI topology.
getName() - Method in class oracle.odi.domain.topology.OdiFlexField
Obtains this OdiFlexField's name.
getName() - Method in class oracle.odi.domain.topology.OdiIndexType
 
getName() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl
Returns name of the language element overridden by this implementation or name defined by language element otherwise.
getName() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
 
getName() - Method in class oracle.odi.domain.topology.OdiLogicalAgent
Obtains this OdiLogicalAgent's name.
getName() - Method in class oracle.odi.domain.topology.OdiLogicalSchema
Returns the Logical Schema's Name.
getName() - Method in class oracle.odi.domain.topology.OdiMasterRepositoryInfo
Returns the name of the ODI master repository.
getName() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
 
getName() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the full read-only name of this OdiPhysicalSchema that is used internally by ODI.
getName() - Method in class oracle.odi.domain.topology.OdiRepositoryServer
 
getName() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the name of this OdiTechnology.
getName() - Method in class oracle.odi.domain.topology.OdiWorkRepositoryInfo
Returns the name of this ODI work repository.
getName() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
Gets the name of this option.
getName() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the name.
getName() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the name.
getName() - Method in class oracle.odi.runtime.agent.invocation.WorkRepositoryInfo
Gets the value of the name property.
getNames() - Method in class oracle.odi.domain.runtime.startup.StartupParameters
Obtains the parameters names defined for this StartupParameters.
getNames() - Method in class oracle.odi.runtime.agent.invocation.LoadPlanStartupParams
 
getNames() - Method in class oracle.odi.runtime.agent.invocation.StartupParams
Returns the names of the startup parameters.
getNamespaceId() - Method in class oracle.odi.domain.mapping.MapConnector
 
getNamespaceId() - Method in class oracle.odi.domain.mapping.Mapping
 
getNativeModelObject() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Obtains the reference Object of this IDataStoreRelationship.
getNativeName() - Method in interface oracle.odi.domain.adapter.relational.ISequence
Gets the native name of the sequence object, for NATIVE sequences.
getNativeName() - Method in class oracle.odi.domain.project.OdiSequence
 
getNativeSequenceName() - Method in class oracle.odi.domain.project.OdiSequence
Returns native DB sequence's name.
getNativeSequenceName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeSequence
Returns the native name of this AbstractRuntimeSequence.
getNewColumnForTargetColumn(TargetColumn, IDataStore) - Method in interface oracle.odi.interfaces.interactive.IMappingMatchPolicy
Deprecated.
Returns the new column in the new target data store that can be matched to the original target column.
getNewColumnForTargetColumn(TargetColumn, IDataStore) - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreToTemporary.MappingMatchPolicy
Deprecated.
Returns the new column for target column value.
getNewColumnForTargetColumn(TargetColumn, IDataStore) - Method in class oracle.odi.interfaces.interactive.support.mapping.matchpolicy.MappingMatchPolicyColumnName
Deprecated.
Gets the new target datastore column matching the given column by name.
getNewColumnForTargetColumn(TargetColumn, IDataStore) - Method in class oracle.odi.interfaces.interactive.support.mapping.matchpolicy.MappingMatchPolicyLazy
Deprecated.
Returns null, disabling column matching.
getNewDataAccessHelper() - Static method in class oracle.odi.interfaces.data.impl.OdiInterfaceDataAccessHelperFactory
Get a data access helper interface instance that will create a query that includes the target data column data, instead of the target mapping data.
getNewExpressionChecker() - Static method in class oracle.odi.interfaces.data.impl.OdiInterfaceExpressionCheckerFactory
Get a new expression checker interface instance.
getNextAvailableInput(String) - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
Retrieves the next available unconnected input for the component.
getNextAvailableInput() - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
Retrieves the next available unconnected input for the component.
getNextAvailableInput(String) - Method in interface oracle.odi.domain.mapping.IMapComponent
Retrieve the next available unconnected input connector point for the component.
getNextAvailableOutput(String) - Method in class oracle.odi.domain.mapping.component.DefaultDelegate
Retrieves the next available unconnected output for the component.
getNextAvailableOutput(String) - Method in interface oracle.odi.domain.mapping.IMapComponent
Retrieve the next available unconnected output connector point for the component.
getNextMessageTimeOut() - Method in class oracle.odi.interfaces.data.IJMSCallBack.CallBackResult
Deprecated.
Get the JMS timeout that will be used when receiving the next message.
getNextStepAfterFailure() - Method in class oracle.odi.domain.project.Step
Obtains the step that has to be executed after this one in case of failure.
getNextStepAfterFailure() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
getNextStepAfterFailure() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getNextStepAfterFailure() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioStep
Returns the next OdiScenarioStep in sequence if this step failed during execution.
getNextStepAfterFailure() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintStep
Returns the next OdiSessionBlueprintStep in sequence if this step failed during execution.
getNextStepAfterFailure() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the next OdiSessionBlueprintStep in sequence if this step failed during execution.
getNextStepAfterFailure() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getNextStepAfterFailure() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
getNextStepAfterSuccess() - Method in class oracle.odi.domain.project.Step
Returns the step that has to be executed after this one in case of success.
getNextStepAfterSuccess() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
getNextStepAfterSuccess() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getNextStepAfterSuccess() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioStep
Returns the next OdiScenarioStep in successful execution sequence.
getNextStepAfterSuccess() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintStep
Returns the next OdiSessionBlueprintStep in successful execution sequence.
getNextStepAfterSuccess() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the next OdiSessionBlueprintStep in successful execution sequence.
getNextStepAfterSuccess() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getNextStepAfterSuccess() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
getNodeProjectionAttributes() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Return a list of logical projector attributes associated with this node.
getNodeType() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the type of this node.
getNonPersistedSql() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the SQL expression of this clause.
getNonPersistedSql() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the non persisted expression on this target column.
The difference between the persisted and non persisted versions lie in the cross-references, as some cross-references are not persisted in the repository.
getNonPersistedSql() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Returns the non persisted SQL expression for this mapping as an Expression.
The difference with the getSqlExpression is that some cross-references (to journalized columns, for instance) will be present in this expression, whereas they are not present in the getSqlExpression (which is the expression as it will be persisted in the repository).
getNotes() - Method in class oracle.odi.domain.security.OdiPrincipal
Return the user detail.
getNumberOfDataStores() - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Gets the number of source datastores.
getNumberOfDataStores() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderFilter
Deprecated.
 
getNumberOfDataStores() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderJoin
Deprecated.
 
getNumberOfDataStores() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
 
getNumberOfDataStores() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
 
getNumericDataTypeMask() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the numeric data type mask for this ITechnology.
getNumericDataTypeMask() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets numeric data type mask.
getNumericDataTypeMask() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the numeric data type mask for this OdiTechnology.
getNumericId() - Method in interface oracle.odi.domain.adapter.IModelObject
Gets a numeric id for this object, for repositories that support numeric id.
getNumericId() - Method in interface oracle.odi.domain.mapping.xreference.IExpressionReferencedObject
Gets a numeric id for the referenced object, for repositories that support numeric id.
getNumericId() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
 
getNumericId() - Method in class oracle.odi.domain.model.OdiDataStore.FileDescriptor
 
getNumericValue() - Method in class oracle.odi.domain.runtime.variable.OdiVariableValue
Returns numeric value of this OdiVariableValue.
getObfuscatedValue() - Method in class oracle.odi.domain.util.ObfuscatedString
Returns a char[] representing this ObfuscatedString.
getObject() - Method in class oracle.odi.domain.mapping.MapRootContainer.MappingChange
 
getObject() - Method in exception oracle.odi.domain.xrefs.expression.IllegalExpressionObjectException
Deprecated.
Returns the object.
getObject() - Method in interface oracle.odi.interfaces.interactive.IInterfaceIssue
Deprecated.
Returns the ODI interface object that this issue is related to.
getObjectDelimeters() - Method in interface oracle.odi.domain.adapter.topology.ILanguage
Gets object delimiters.
getObjectDelimeters() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
Returns pair of characters which are object delimiters for this language's implementation.
getObjectForId(Object) - Method in interface oracle.odi.interfaces.interactive.IdManager
Deprecated.
Returns the object for a particular id.
getObjectId() - Method in class oracle.odi.runtime.agent.invocation.RemoteObjectResult
Returns the object id value.
getObjectName() - Method in class oracle.odi.generation.DDLDiff
Gives the actual name of the object on which the differnce was detected.
getObjectType() - Method in class oracle.odi.generation.DDLDiff
Gives the type of object on which the difference was detected.
getObjTraces() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Returns the list of object traces for this interface.
getOdiEntityManagerFactory() - Method in class oracle.odi.core.OdiInstance
getOdiInstance() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns the current open OdiInstance object on which this interface is persisted.
getOdiInstance() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns the current open OdiInstance object used to retrieve languages and global objects (Variables, Sequence, User functions).
getOdiInterface() - Method in class oracle.odi.domain.project.interfaces.ObjTrace
Deprecated.
Returns the interface associated with this trace message object.
getOdiInterface() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the parent interface owning this target datastore.
getOdiInterface() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
Returns the OdiInterface upon which is based this Step.
getOdiInterface() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns the interface associated with this helper.
getOdiInterface() - Method in interface oracle.odi.interfaces.interactive.IInteractiveInterfaceHelper
Deprecated.
Returns the interface associated with this helper.
getOdiInterface() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns the interface associated with this helper.
getOdiInterfaceShortcut() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
Internal use only
getODIMasterReposCredentials(String, char[], String) - Static method in class oracle.odi.core.security.PasswordProtectedWalletUtils
This method will retrieve the ODI master repos credentials
getOdiProfileList() - Method in class oracle.odi.domain.security.OdiPrincipal
 
getOdiProject() - Method in class oracle.odi.domain.project.ComponentKM
 
getODIUserCredentials(String, char[], String) - Static method in class oracle.odi.core.security.PasswordProtectedWalletUtils
This method will retrieve the ODI user credentials
getOggInstallPath() - Method in class oracle.odi.domain.topology.OdiDataServer
Method returns path where Oracle Golden Gate's installation is located.
getOggProcessType() - Method in class oracle.odi.domain.topology.OdiLogicalSchema
Method to be used to check if this instance of OdiLogicalSchema represents Oracle Golden Gate process.
getOggProcessType() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method to be used to check if this instance of OdiLogicalSchema represents Oracle Golden Gate process.
getOkExitCode() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the exit code on success for this AbstractRuntimeStep.
getOKExitCode() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getOkExitCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the exit code on success for underlying OdiSessionBlueprintStep.
getOKExitCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getOkExitCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#getOkExitCode()
getOlapType() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the OdiDataStore.OlapType of this OdiDataStore instance.
getOnConnectConfig() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JdbcSettings
Obtains the onConnect config of this jdbc settings.
getOnConnectConfig() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Obtains the onConnect configOdiOnConnectConfig of this jndi settings.
getOnDisconnectConfig() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JdbcSettings
Obtains the onDisconnect config of this jdbc settings.
getOnDisconnectConfig() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Obtains the onDisconnect configOdiOnDisconnectConfig of this jndi settings.
getOnErrorOption() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
Returns the OdiColumn.FileDescriptor.OnErrorOption for this column.
getOnErrorOptionString() - Method in interface oracle.odi.domain.adapter.relational.IFileFieldDescriptor
Returns the OnError option for this field.
getOnErrorOptionString() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
 
getOnSourceCommand() - Method in class oracle.odi.domain.project.OdiProcedureLine
Obtains the OdiProcedureLineCmd object that defines the command to be applied on a source connection.
getOnTargetCommand() - Method in class oracle.odi.domain.project.OdiProcedureLine
Obtains the OdiProcedureLineCmd object that defines the command to be applied on a source connection.
getOpenToolId() - Method in class oracle.odi.domain.project.OdiOpenTool
Returns this tool's id
getOperator() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the set operator used to join this dataset with the next one in the list of datasets of the parent interface.
getOperator() - Method in class oracle.odi.domain.project.StepVariable.EvaluateVariable
Gets the evaluation operator to be used.
getOptimizationContext() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get the default context object for this deployment spec.
getOptimizationContext() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Returns the optimization context used when computing source sets for this interface.
getOptimizationContextName() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Gets the default or "optimization" context name for this deployment spec.
getOption(String) - Method in class oracle.odi.domain.project.OdiProcedure
Retrieves the procedure option which name is the parameter name.
getOption(String) - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getOptionNames() - Method in class oracle.odi.domain.project.OdiProcedure
Returns a collection of names of all this procedure's options.
getOptionNames() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getOptions() - Method in class oracle.odi.domain.project.ComponentKM
 
getOptions() - Method in class oracle.odi.domain.project.OdiProcedure
Returns an unmodifable list of ProcedureOptions held by this OdiProcedure.
getOptions() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getOptionType() - Method in interface oracle.odi.domain.project.IOptionValue
Returns the option type.
getOptionType() - Method in interface oracle.odi.domain.project.IProcedureOption
Obtains the type of this ProcedureOption.
getOptionType() - Method in class oracle.odi.domain.project.ProcedureOption
 
getOptionType() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
Gets the type of this option.
getOptionValue() - Method in interface oracle.odi.domain.adapter.project.IOptionValue
Gets the current option value.
getOptionValue(String) - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the value for the EKM option with the specified name, for the specified direction (SOURCE or TARGET).
getOptionValue(IKnowledgeModule.ProcessingType, String) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the value for the option with the specified name, for the specified direction (SOURCE or TARGET).
getOptionValue() - Method in interface oracle.odi.domain.project.IOptionValue
Get the current option value.
getOptionValue() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
 
getOptionValues() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get all option values for all EKM options that are defined by the assigned component KM for the specified direction.
getOptionValues(IKnowledgeModule.ProcessingType) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get all option values for all options that are defined by the assigned component KM for the specified direction.
getOptionValues(String) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get all option values for all options that are defined by the assigned component KM for the specified direction.
getOptionValueString() - Method in interface oracle.odi.domain.adapter.project.IOptionValue
Gets the option value as a string.
getOptionValueString() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
 
getOrder() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the order number of this dataset.
getOrder() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Gets the numeric order value that is used to calculate the order in which this data source appears in the generated runtime query for the interface.
getOrder() - Method in class oracle.odi.domain.project.OdiProcedureLine
Obtains the execution order of this OdiProcedureLine within the list of OdiProcedureLines that belong to an OdiProcedure.
getOrder() - Method in class oracle.odi.domain.project.OdiProcedureLine.OdiProcedureLineId
Deprecated.
Get the line order of the used to construct this object.
getOrder() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the order of this AbstractRuntimeTask in AbstractRuntimeStep
getOrder() - Method in class oracle.odi.domain.runtime.loadplan.OdiCaseWhen
 
getOrder() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
 
getOrder() - Method in class oracle.odi.domain.runtime.lpi.OdiCaseWhenInstance
 
getOrder() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
 
getOrder() - Method in class oracle.odi.domain.topology.OdiFlexField
Obtains this OdiFlexField's order.
getOrderedJoinSources() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the list of ordered join sources (from left to right).
getOrderInKM() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getOrderInKM() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getOrigin() - Method in interface oracle.odi.interfaces.interactive.IInterfaceIssue
Deprecated.
Returns the area of the interface that this issue is related to.
getOriginalRefText() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets the original text that was parsed to create this cross reference.
getOrigOrder() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the original task order in procedure.
getOrigOrder() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the original task order in procedure for underlying OdiSessionBlueprintTask.
getOutboundReferences() - Method in class oracle.odi.domain.model.OdiDataStore
Returns an unmodifiable Collection of outbound references for this OdiDataStore.
getOutboundRelationships() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Returns an unmodifiable Collection of outbound references for this IDataStore.
getOutboundRelationships() - Method in class oracle.odi.domain.model.OdiDataStore
 
getOutputAttributeExpressions() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get all expressions of all output attributes for this component.
getOutputAttributes() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get all output attributes owned by this component.
getOutputConnectorPoint(int) - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the output connector point with the specified index order.
getOutputConnectorPoint(String) - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the first output connector with the specified name
getOutputConnectorPointCount() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return the total number of output connector points owned by this component.
getOutputConnectorPoints() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of output connector points owned by this component.
getOutputPoint() - Method in interface oracle.odi.domain.mapping.IMapComponent
Convenience method to return the first output connector point, if there is only one.
getOverriddenLanguage() - Method in interface oracle.odi.domain.adapter.topology.ILanguageImpl
Gets the language that this language implements.
getOverriddenLanguage() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
Returns OdiLanguage instance this instance implements.
getOverridenConstraint() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Returns the overridden constraint of this constraint.
getOwner() - Method in class oracle.odi.domain.mapping.DatastoreOverridenConstraint
Returns the owner of the constraint,
getOwner() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the owner of this expression.
getOwner() - Method in class oracle.odi.domain.mapping.MapAttribute
 
getOwner() - Method in class oracle.odi.domain.mapping.MapComponentType
 
getOwner() - Method in class oracle.odi.domain.mapping.MapConnector
 
getOwner() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
 
getOwner() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
 
getOwner() - Method in class oracle.odi.domain.mapping.Mapping
 
getOwner() - Method in class oracle.odi.domain.mapping.MappingDataType
 
getOwner() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
 
getOwner() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
 
getOwner() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnitGroup
 
getOwner() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getOwner() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getOwner() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
 
getOwner() - Method in class oracle.odi.domain.mapping.properties.Property
Gets owner of this property.
getOwner() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
 
getOwner() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getOwner() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets the owner of this cross reference.
getOwner() - Method in interface oracle.odi.domain.root.IRoot
Gets the mapping owner (or parent) of this object.
getOwnerClassName() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the owner class name of the property to be created.
getOwnerMapping() - Method in interface oracle.odi.domain.adapter.IModelObjectReference
Gets the owner mapping for this reference.
getOwnerMapping() - Method in class oracle.odi.domain.mapping.MapReference
Gets the mapping that owns this map reference.
getOwningAttribute() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the attribute that owns this expression.
getOwningComponent() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Returns the component that owns this expression, or null if there is none.
getOwningComponent() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the component that acts as a component owner for this one, if any.
getOwningComponent() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the component owner for this attribute.
getOwningComponent(IPropertyOwner) - Static method in class oracle.odi.domain.mapping.MapComponentType
If the passed in object is a mapping component, then return the object.
getOwningComponent() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get the component that owns this connector point.
getOwningComponentType() - Method in class oracle.odi.domain.mapping.MapComponentType
 
getOwningComponentType() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Get the component type object that owns this role.
getOwningConnectorPoint() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the connector point that owns this attribute.
getOwningExecutionUnit() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getOwningLeafComponent() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Returns the component that owns this expression, or null if there is none.
getOwningLeafConnectorPoint() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Returns the connector point that owns this expression, or null if there is none.
getOwningNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getOwningNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Get the physical node that owns this expression.
getPackageId() - Method in class oracle.odi.domain.project.OdiPackage
Returns this OdiPackage instance's internal identifier.
getPackages() - Method in class oracle.odi.domain.project.OdiFolder
Obtains the unmodifiable collection of OdiPackages.
getParentConnectorPoint() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get the parent connector point for this connector point, if any.
getParentDataSet() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Returns the parent DataSet of this mapping.
getParentElement() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanCaseCondition
 
getParentElement() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
 
getParentElement() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
 
getParentElement() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
 
getParentElement() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceCaseCondition
 
getParentFolder() - Method in class oracle.odi.domain.mapping.Mapping
Get the parent folder for this mapping.
getParentFolder() - Method in class oracle.odi.domain.project.OdiFolder
Return the parent OdiFolder of this OdiFolder.
getParentFolder() - Method in class oracle.odi.domain.project.OdiPackage
Retrieves the parent OdiFolder of this OdiPackage instance.
getParentInterface() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the parent interface of this target column.
getParentLoadPlanInstanceElement() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
 
getParentModelFolder() - Method in class oracle.odi.domain.model.OdiModel
Returns the parent model folder of this OdiModel instance.
getParentModelFolder() - Method in class oracle.odi.domain.model.OdiModelFolder
Returns the parent model folder of this OdiModelFolder instance.
getParentNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the parent physical node for this physical node.
getParentPackage() - Method in class oracle.odi.domain.project.Step
Returns the parent package that holds this step.
getParentPackage() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
getParentRelationship() - Method in interface oracle.odi.domain.adapter.relational.IColumnRelationship
Obtains the IDataStoreRelationship of the parent reference of this IColumnRelationship.
getParentScenFolder() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Returns the parent OdiScenarioFolder of this OdiScenarioFolder or null if this is a root OdiScenarioFolder.
getParentSessGuid() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
Returns the value of parentSessGuid property.
getParentSessionId() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains the ID of parent OdiSession.
getParentSubModel() - Method in class oracle.odi.domain.model.OdiSubModel
Returns the parent sub model of this OdiSubModel instance.
getParentTask() - Method in interface oracle.odi.domain.runtime.common.IStepTask
 
getParentTask() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioTask
Returns the parent composite scenario task for this task (it could be Parallel or Serial Parent).
getParentTask() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintTask
Returns the parent composite session blueprint task for this task (it could be Parallel or Serial Parent).
getParentTaskLog() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Convenience method to obtain the OdiSessionTaskLog of direct parent OdiSessionBluepintTask.
getParsedText() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Returns the parsed text of this expression.
getPartition() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get the OdiPartition associated with this source.
getPartition() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the selected partition of this target datastore.
getPartitionCapability() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the partition capability of this technology.
getPartitionId() - Method in class oracle.odi.domain.model.OdiPartition
Return the internal ID of this partition.
getPartitionInfo() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the partition name and partition type information for this component.
getPartitionMask() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the partition mask.
getPartitionMask() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the partition mask.
getPartitionMask() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets partition mask
getPartitionMask() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the partition mask.
getPartitionMask() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the partition mask.
getPartitions() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Returns an unmodifiable Collection of partitions for this IDataStore.
getPartitions() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets all the partitions defined for the bound object of this component.
getPartitions() - Method in class oracle.odi.domain.model.OdiDataStore
 
getPassword() - Method in class oracle.odi.core.security.PasswordStorageConfiguration.CsfPasswordStorageConfiguration
Returns the password to use to connect the MBean server that provides the CSF MBeans.
getPassword() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer
Obtains the password to connect to this data server.
getPassword() - Method in class oracle.odi.setup.JdbcProperties
Deprecated.
getPasswordExpiracyDate() - Method in class oracle.odi.domain.security.OdiUser
Returns the password expiration date.
getPath() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get the list of path points that are stored by this path specifier.
getPathCount() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get the number of points in the stored path point list for this path specifier.
getPathLength() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get the number of points in the stored path point list for this path specifier.
getPathSpecifierList() - Method in exception oracle.odi.domain.mapping.exception.MapConnectionException
Return the list of possible path specifiers, for the case where an ambiguous connection exception is thrown.
getPercentage() - Method in interface oracle.odi.setup.IOdiProgressMonitor
This method will return the percentage of the task completed.
getPercentage() - Method in class oracle.odi.setup.RepositoryUpgradeReport
 
getPermissionType() - Method in exception oracle.odi.core.security.PermissionDeniedException
Return the permission type to check.
getPersistedValue() - Method in class oracle.odi.domain.project.OdiProcedureLine.LogCounter
 
getPersistedValue() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.LogCounter
 
getPersistedValue() - Method in class oracle.odi.domain.runtime.session.TaskType
 
getPersistentClassName() - Method in interface oracle.odi.domain.adapter.project.IMapComponent
Gets the class name of this map component
getPhysicalAgent() - Method in class oracle.odi.domain.topology.OdiContextualAgentMapping
Obtains physical agent defined for this OdiContextualAgentMapping.
getPhysicalAgent(OdiContext) - Method in class oracle.odi.domain.topology.OdiLogicalAgent
Obtains the OdiPhysicalAgent mapped to this OdiLogicalAgent for given OdiContext.
getPhysicalAgent() - Method in class oracle.odi.domain.topology.OdiPhysicalAgentDataSource
Obtains the physical agent related to this OdiPhysicalAgentDataSource.
getPhysicalAgentId() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
getPhysicalAgentId() - Method in class oracle.odi.domain.topology.OdiPhysicalAgentDataSource.OdiPhysicalAgentDataSourceId
Obtains physical agent id
getPhysicalAgentName() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getPhysicalColumns() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Applicable only for an access point (AP) node.
getPhysicalNodeCount() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the number of physical nodes that are contained in this execution unit.
getPhysicalNodes() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get a list of all physical nodes that exist in this deployment spec physical graph.
getPhysicalNodes() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get a list of all physical nodes that are included in this execution unit.
getPhysicalSchema() - Method in interface oracle.odi.domain.adapter.topology.ILocation
Gets a physical schema object for this location.
getPhysicalSchema(IContext) - Method in interface oracle.odi.domain.adapter.topology.ILocation
Get a physical schema object for this location.
getPhysicalSchema(IContext) - Method in interface oracle.odi.domain.adapter.topology.ILogicalSchema
Obtains the IPhysicalSchema associated for a given context.
getPhysicalSchema() - Method in class oracle.odi.domain.topology.OdiContextualSchemaMapping
Returns the Physical Schema of this association.
getPhysicalSchema(IContext) - Method in class oracle.odi.domain.topology.OdiLogicalSchema
Obtains the OdiPhysicalSchema associated for a given context.
getPhysicalSchema() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
 
getPhysicalSchema(IContext) - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
 
getPhysicalSchema(OdiLogicalSchema, OdiContext) - Static method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
A static convenience method to return the associated physical schema for the specified logical schema, in the specified context.
getPhysicalSchemaId() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Returns the Internal object ID.
getPhysicalSchemas() - Method in interface oracle.odi.domain.adapter.topology.IDataServer
Obtains an unmodifable collection of IPhysicalSchemas that belongs to this IDataServer.
getPhysicalSchemas() - Method in class oracle.odi.domain.topology.OdiDataServer
Obtains an unmodifable collection of OdiPhysicalSchemas that belongs to this OdiDataServer.
getPoint(int) - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Return the point on the stored path point list corresponding to the specified index.
getPolicyName() - Method in exception oracle.odi.core.security.PasswordPolicyNotMatchedException
Return the name of the mismatched policy.
getPoolingAttributes() - Method in class oracle.odi.core.config.MasterRepositoryDbInfo
Return the pooling attributes defined for this repository info.
getPoolingAttributes() - Method in class oracle.odi.core.config.WorkRepositoryDbInfo
Return the pooling attributes defined for this repository info.
getPort() - Method in class oracle.odi.core.security.PasswordStorageConfiguration.CsfPasswordStorageConfiguration
Returns the port number for the MBean server that provides the CSF MBeans.
getPosition() - Method in interface oracle.odi.domain.adapter.project.IProcedureOption
Obtains the position of this ProcedureOption in the list of options that belong to an IProcedure object.
getPosition() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Gets the position of this column relative to the position of other columns in the owning data store, if available.
getPosition() - Method in class oracle.odi.domain.mapping.MapAttribute
Return the position of this attribute within its parent connector point.
getPosition() - Method in class oracle.odi.domain.model.OdiColumn
Get the column ordinal position.
getPosition() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Getter for the column's position.
getPosition() - Method in interface oracle.odi.domain.project.IProcedureOption
Obtains the position of this ProcedureOption in the list of options that belong to an IProcedure object.
getPosition() - Method in class oracle.odi.domain.project.ProcedureOption
 
getPosition() - Method in class oracle.odi.domain.xrefs.CrossRef
Obtains the position / index of this cross reference from the expression string.
getPrefix() - Method in interface oracle.odi.domain.mapping.IMapComponent
Gets a short prefix used when auto-generating names for components.
getPrefix() - Method in class oracle.odi.domain.mapping.MapComponentType
Get the string prefix value that is used when creating default names for components of this type.
getPresetStagingExecutionUnit() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Return the staging execution unit which is specified by the staging location property.
getPresetStagingLocation() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Return the staging location if one is specified by the staging location property, else return null.
getPrimaryDataStore() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Returns the primary datastore of this IDataStoreRelationship (the datastore that contains the PK).
getPrimaryDataStore() - Method in class oracle.odi.domain.model.OdiReference
Returns the primary datastore of this OdiReference (the datastore that contains the PK).
getPrimaryDataStoreAlias() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Returns the primary datastore alias for this IDataStoreRelationship instance.
getPrimaryDataStoreAlias() - Method in class oracle.odi.domain.model.OdiReference
Returns the primary datastore alias for this OdiReference instance.
getPrimaryDataStoreCatalogName() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Gets the primary data store catalog name for this IDataStoreRelationship instance.
getPrimaryDataStoreCatalogName() - Method in class oracle.odi.domain.model.OdiReference
Get the primary data store catalog name for this OdiReference instance.
getPrimaryDataStoreName() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Gets the primary data store name for this IDataStoreRelationship instance.
getPrimaryDataStoreName() - Method in class oracle.odi.domain.model.OdiReference
Get the primary data store name for this OdiReference instance.
getPrimaryDataStoreSchemaName() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Gets the primary data store schema name for this IDataStoreRelationship instance.
getPrimaryDataStoreSchemaName() - Method in class oracle.odi.domain.model.OdiReference
Get the primary data store schema name for this OdiReference instance.
getPrimaryDataStoreShortcut() - Method in class oracle.odi.domain.model.OdiReference
Returns the primary datastore shortcut of this OdiReference
getPrimaryKey() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the current primary key of the datastore.
getPrimaryKeyColumn() - Method in interface oracle.odi.domain.adapter.relational.IColumnRelationship
Obtains the primary key column of this IColumnRelationship instance.
getPrimaryKeyColumn() - Method in class oracle.odi.domain.model.ReferenceColumn
Obtains the primary key column of this ReferenceColumn instance.
getPrincipalId() - Method in class oracle.odi.domain.security.OdiPrincipal
Return the id of the user.
getPrincipalMembers() - Method in class oracle.odi.domain.security.OdiProfile
 
getPrincipalType() - Method in class oracle.odi.domain.security.OdiEnterprisePrincipal
 
getPriority() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepRunScenario
 
getPriority() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepRunScenario
 
getProcedure() - Method in class oracle.odi.domain.project.OdiProcedureLine
Returns procedure this line belongs to.
getProcedure() - Method in class oracle.odi.domain.project.StepProcedure
Returns the OdiUserProcedure upon which this Step is based.
getProcedureId() - Method in class oracle.odi.domain.project.OdiProcedure
Return the procedure identifier.
getProcedureId() - Method in class oracle.odi.domain.project.OdiProcedureLine.OdiProcedureLineId
Deprecated.
Get the id of owning OdiProcedure used to construct this object.
getProcedureLines() - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Gets the list of procedure lines for this KM.
getProcedureLines() - Method in class oracle.odi.domain.project.ComponentKM
 
getProcedureLines() - Method in class oracle.odi.domain.project.OdiJKM
 
getProcedureLines() - Method in class oracle.odi.domain.project.OdiRKM
 
getProcedureOption(String) - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Gets the procedure option with the specified name.
getProcedureOption(String) - Method in interface oracle.odi.domain.adapter.project.IProcedure
Gets the procedure option with the specified name
getProcedureOption(String) - Method in class oracle.odi.domain.project.OdiProcedure
 
getProcedureOptionId() - Method in class oracle.odi.domain.project.ProcedureOption
Internal.
getProcedureOptions() - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Gets a list of the procedure options owned by this KM.
getProcedureOptions() - Method in interface oracle.odi.domain.adapter.project.IProcedure
Gets the list of procedure options for this procedure.
getProcedureOptions() - Method in class oracle.odi.domain.project.ComponentKM
 
getProcedureOptions() - Method in class oracle.odi.domain.project.OdiProcedure
 
getProcedureOptions() - Method in class oracle.odi.domain.project.StepProcedure
Return the values used in this step for the procedure options.
getProcedureOptionType() - Method in interface oracle.odi.domain.adapter.project.IOptionValue
Returns the option type.
getProcedureOptionType() - Method in interface oracle.odi.domain.adapter.project.IProcedureOption
Obtains the type of this ProcedureOption.
getProcedureOptionType() - Method in class oracle.odi.domain.project.ProcedureOption
 
getProcedureOptionType() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
 
getProcedureShortcut() - Method in class oracle.odi.domain.project.StepProcedure
Internal use only.
getProcessingType() - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Gets the processing type (SOURCE or TARGET or BOTH) for which this KM is intended.
getProcessingType() - Method in class oracle.odi.domain.project.ComponentKM
Get the intended code generation processing type for this component KM (SOURCE or TARGET).
getProcessingType() - Method in class oracle.odi.domain.project.OdiJKM
 
getProcessingType() - Method in class oracle.odi.domain.project.OdiRKM
 
getProducedASTClassName() - Method in interface oracle.odi.domain.adapter.project.IKnowledgeModule
Gets the abstract syntax tree class name that is produced by this KM, if any, else null.
getProducedASTClassName() - Method in class oracle.odi.domain.project.ComponentKM
 
getProducedASTClassName() - Method in class oracle.odi.domain.project.OdiKM
 
getProfileId() - Method in class oracle.odi.domain.security.OdiProfile
 
getProfileName() - Method in class oracle.odi.domain.security.OdiProfile
 
getProgressMonitor() - Method in interface oracle.odi.setup.IMasterRepositorySetup
This method will return the IODIProgressMonitor instance.
getProgressMonitor() - Method in class oracle.odi.setup.support.MasterRepositorySetupImpl
 
getProject() - Method in interface oracle.odi.domain.adapter.project.IFolder
Gets the project which owns this folder.
getProject() - Method in interface oracle.odi.domain.adapter.project.IReusableMapping
Gets the project owning this reusable mapping.
getProject() - Method in interface oracle.odi.domain.adapter.project.IUserFunction
Gets the project that owns this user function.
getProject() - Method in interface oracle.odi.domain.adapter.relational.ISequence
Obtains the owning project for this sequence, or null if it is a global object.
getProject() - Method in interface oracle.odi.domain.adapter.relational.IVariable
Obtains the owning project for this sequence, or null if it is a global object.
getProject() - Method in interface oracle.odi.domain.mapping.IMapRootContainer
Get the owning project for this mapping object.
getProject() - Method in class oracle.odi.domain.mapping.Mapping
 
getProject() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getProject() - Method in class oracle.odi.domain.marker.OdiMarkerGroup
Returns the OdiProject instance for Project-Level marker group.
getProject() - Method in class oracle.odi.domain.project.OdiFolder
Returns the parent OdiProject that owns this OdiFolder instance.
getProject() - Method in class oracle.odi.domain.project.OdiKM
Returns the parent OdiProject.
getProject() - Method in class oracle.odi.domain.project.OdiSequence
Returns the OdiProject instance for Project-Level sequences.
getProject() - Method in class oracle.odi.domain.project.OdiSKM
Returns the parent OdiProject.
getProject() - Method in class oracle.odi.domain.project.OdiUserFunction
Obtains the OdiProject this OdiUserFunction belongs to, or null if this is a global OdiUserFunction.
getProject() - Method in class oracle.odi.domain.project.OdiVariable
Returns the OdiProject that owns this OdiVariable instance.
getProjectedAttributes() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of attributes that are projected by the output of this component.
getProjectedAttributes() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get all projected attributes for this connector point.
getProjectId() - Method in class oracle.odi.domain.project.OdiProject
Return the project identifier.
getProjectorSourceComponents() - Method in class oracle.odi.domain.mapping.MapAttribute
Return the components that act as the projector source for this attribute, based on the attribute input expression reference, or null if none found.
getPromotedShortcutables() - Method in class oracle.odi.domain.shortcuts.IOdiShortcutService.MaterializeResult
Return a collection of the promoted shortable objects.
getPromptParamType() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Returns the OdiScenario.PromptParamType for this scenario.
getPropagationBehavior() - Method in interface oracle.odi.core.persistence.transaction.ITransactionDefinition
Return the propagation behavior.
getPropagationBehavior() - Method in class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
 
getProperties() - Method in interface oracle.odi.domain.root.IPropertyOwner
Get a list of all properties owned by this object.
getProperty(String) - Method in interface oracle.odi.domain.root.IPropertyOwner
Get the property object with the specified name.
getPropertyDefinition() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the property definition used to create this property, if any.
getPropertyDefinition(String, String) - Method in class oracle.odi.domain.root.RootClassRegistry
Get the property definition for the specified class and property name.
getPropertyDefinition(Class, String) - Method in class oracle.odi.domain.root.RootClassRegistry
Get the property definition for the specified class and property name.
getPropertyDefinitionOwner() - Method in class oracle.odi.domain.mapping.MapComponentType
 
getPropertyDefinitionOwner() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the owner of this property definition.
getPropertyDefinitions() - Method in class oracle.odi.domain.mapping.MapComponentType
Get a list of all the property definitions that are associated with this component type.
getPropertyDefinitions(String) - Method in class oracle.odi.domain.mapping.MapComponentType
Get a list of all the property definitions associated with this component type and the specified owning class.
getPropertyDefinitions() - Method in class oracle.odi.domain.mapping.MapConnectorPointRole
Get the list of property definitions owned by this connector point role.
getPropertyDefinitions(String) - Method in class oracle.odi.domain.root.RootClassRegistry
Get the list of property definitions that are associated with the specific class.
getPropertyDefinitions(Class) - Method in class oracle.odi.domain.root.RootClassRegistry
Get the list of property definitions that are associated with the specific class.
getPropertyDisplayNameKey() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the property NLS display name key for the property.
getPropertyName() - Method in interface oracle.odi.core.persistence.IRelationshipDescriptor
Name of the property representing the relationship in the source object.
getPropertyName() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the property name for the property.
getPropertyName() - Method in interface oracle.odi.missingref.IMissingRef
Returns the name of the property of the source object that is referenced by this missing reference.
getPropertyName() - Method in class oracle.odi.missingref.support.DefaultMissingRef
Returns the property name value.
getPropertyOwner() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the owner of this property.
getPropertyType(String) - Static method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the PropertyType enum value corresponding to a property type string.
getPropertyType() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the property type of the property.
getPropertyTypeString(PropertyDefinition.PropertyType) - Static method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the String representation for PropertyType enum value.
getPropertyValue(String) - Method in interface oracle.odi.domain.root.IPropertyOwner
Get the value of the property with the specified key name.
getProposedConnectionIssues(IMapComponent, boolean) - Method in interface oracle.odi.domain.mapping.IMapComponent
Validates the proposed connection to the specified "to" component.
getProtocol() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains the protocol to be used to communicate with the runtime agent.
getProtocole() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Deprecated.
without any replacement
getProviderUrl() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Obtains the JNDI provider URL.
getProviderUrl() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
getProviderUrl() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Obtains the JNDI provider URL.
getProviderUrl() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
Obtains the JNDI provider URL defined for this OdiEnterpriseScheduler.
getPurgedItems() - Method in class oracle.odi.domain.runtime.purge.support.PurgeLogServiceReport
Return the log of the purged Items
getPushedFrom() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getPushedToExpressions() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the list of all physical expressions that have been pushed from other nodes to this node.
getPushToNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Get the physical node to which this expression has been pushed.
getPushToUnit() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getPushToUnitCandidates() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Get a list of execution units to which this expression can be pushed.
getQNames() - Method in class oracle.odi.runtime.agent.invocation.StartupParams
Internal use only.
Returns the names of the startup parameters with the internal prefix.
getQNameValue(String) - Method in class oracle.odi.runtime.agent.invocation.StartupParams
Internal use only.
Returns the value of the parameter with the internal prefix.
getQualifiedName() - Method in class oracle.odi.domain.project.OdiVariable
Returns the qualified name of this OdiVariable instance.
getQualifiedName() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl
 
getRawLength() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Obtains the raw length of this column, or null if undefined.
getRawLength() - Method in class oracle.odi.domain.model.OdiColumn
Internal use only
getRawScale() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Obtains the raw scale (for numeric types) of this column, or null if undefined.
getRawScale() - Method in class oracle.odi.domain.model.OdiColumn
Internal use only
getRealKeys() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the unmodifiable collection of OdiKeys.
getRealModelObject() - Method in interface oracle.odi.domain.adapter.IShortcutableModelObject
Returns the real model object of the current shortcut
getRealModelObject() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getRealModelObject() - Method in class oracle.odi.domain.model.OdiDataStore
 
getRealObject() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Returns the real object if this object is a shortcut.
getRealObject() - Method in class oracle.odi.domain.mapping.Mapping
 
getRealObject() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getRealObject() - Method in class oracle.odi.domain.model.OdiDataStore
 
getRealObject() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getRealObject() - Method in class oracle.odi.domain.project.OdiPackage
 
getRealObject() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getRecordCodeList() - Method in interface oracle.odi.domain.adapter.relational.IFileFieldDescriptor
Returns the record codes.
getRecordCodeList() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
Returns the record codes.
getRecordCodes() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
getRecordCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getRecordCount() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceSessionLog
 
getRecordCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getRecordCount() - Method in class oracle.odi.domain.runtime.session.OdiSession
Relevant for Interfaces and Procedures and any execution that manipulates data.
getRecordCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns overall number of records processed by this step, or null if not applicable.
getRecordCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Relevant for Interfaces and Procedures and any execution that manipulates data.
getRecurrence() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the recurrence of this OdiSchedule.
getReference() - Method in class oracle.odi.domain.model.ReferenceColumn
Obtain the OdiReference this ReferenceColumn belongs to.
getReferenceColumns() - Method in class oracle.odi.domain.model.OdiReference
Returns an unmodifiable, sorted collection of reference columns of this OdiReference instance.
getReferenceConstraint() - Method in class oracle.odi.domain.mapping.DatastoreConstraint
Returns the underlying datastore's reference constraint associated with this component constraint.
getReferenceConstraint() - Method in class oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
Deprecated.
Returns the underlying OdiReference for this constraint.
getReferenceCount() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the current reference count for the expression.
getReferencedAttribute() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
Get the projector source attribute that is being staged or replicated.
getReferencedAttribute() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets the attribute that is referenced by this cross reference object.
getReferencedNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the referenced physical node, if the type of this node is REFERENCE, else null.
getReferencedObject() - Method in interface oracle.odi.domain.adapter.IModelObjectReference
Gets the referenced object.
getReferencedObject() - Method in class oracle.odi.domain.mapping.MapReference
Gets the referenced object.
getReferencedObject() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets the mapping referenced object.
getReferencedObject() - Method in class oracle.odi.domain.xrefs.AliasedColumnCrossRef
 
getReferencedObject() - Method in class oracle.odi.domain.xrefs.CrossRef
Obtains the referenced object relative to this CrossRef instance.
getReferencedObject() - Method in class oracle.odi.domain.xrefs.OdiSequenceCrossRef
 
getReferencedObject() - Method in class oracle.odi.domain.xrefs.OdiUserFunctionCrossRef
 
getReferencedObject() - Method in class oracle.odi.domain.xrefs.OdiVariableCrossRef
 
getReferencedObject() - Method in interface oracle.odi.interfaces.interactive.support.IReference
Deprecated.
Basic getter.
getReferencedObject() - Method in class oracle.odi.interfaces.interactive.support.references.ReferenceToSourceColumn
Deprecated.
Returns the referenced source column.
getReferencedObject() - Method in class oracle.odi.interfaces.interactive.support.references.ReferenceToSourceDataStore
Deprecated.
Returns the referenced source datastore.
getReferencedObjectName() - Method in class oracle.odi.domain.mapping.MapReference
Gets a fully qualified displayable name for the referenced object.
getReferencedObjects() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets a list of the referenced objects for this expressions.
getReferencedShortcutObject() - Method in interface oracle.odi.domain.adapter.IModelObjectReference
Gets a shortcut object of this reference.
getReferencedShortcutObject() - Method in class oracle.odi.domain.mapping.MapReference
Gets the referenced object accessed through a shortcut.
getReferencedSources() - Method in class oracle.odi.domain.mapping.component.FilterComponent
Returns the sources that are referenced by the filter expression.
getReferencedSources() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the sources that are referenced by the join condition for the join component.
getReferenceId() - Method in class oracle.odi.domain.model.OdiReference
Returns the internal identifier of this OdiReference.
getReferenceId() - Method in class oracle.odi.domain.model.ReferenceColumn.ReferenceColumnId
Internal: Returns the reference id value.
getReferenceManagerToDataStoreAttached() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns an IReferenceManager instance that can be used to get data store references from the interface, for attached data stores.
Attached data stores are those data stores that are indirectly associated with an interface object by a reference, for instance via Join.getAttachedDataStore1().
getReferenceManagerToDataStoreAttached() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns an IReferenceManager instance that can be used to get data store references from the interface, for attached data stores.
Attached data stores are those data stores that are indirectly associated with an interface object by a reference, for instance via Join.getAttachedDataStore1().
This implementation returns an instance of ReferenceManagerLightDataStores.
getReferenceManagerToDataStoreFull() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns an IReferenceManager instance that can be used to get data store references from the interface.
getReferenceManagerToDataStoreFull() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns an IReferenceManager instance that can be used to get data store references from the interface.
getReferenceManagerToDataStoreXRefs() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns an IReferenceManager instance that can be used to get references to SourceDataStores from cross-references in expressions.
getReferenceManagerToDataStoreXRefs() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns an IReferenceManager instance that can be used to get references to SourceDataStores from cross-references in expressions.
This implementation returns an instance of ReferenceManagerHeavyDataStores.
getReferenceManagerToSourceColumn() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns an IReferenceManager instance that can be used to get SourceColumn references from cross-references in the interface.
getReferenceManagerToSourceColumn() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns an IReferenceManager instance that can be used to get SourceColumn references from cross-references in the interface.
This implementation returns an instance of ReferenceManagerLookups.
getReferencePrefix() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets a prefix that is used to delimit or escape the reference, such as "#" or ":" for sequence.
getReferencer() - Method in interface oracle.odi.interfaces.interactive.support.IReference
Deprecated.
Basic getter.
getReferencer() - Method in class oracle.odi.interfaces.interactive.support.references.ReferenceToSourceColumn
Deprecated.
Returns the text holder that references the source column.
getReferencer() - Method in class oracle.odi.interfaces.interactive.support.references.ReferenceToSourceDataStore
Deprecated.
Returns the text holder that references the source datastore.
getReferencesFrom(IExecutableTextHolder) - Method in interface oracle.odi.interfaces.interactive.support.IReferenceManager
Deprecated.
Returns all references comping from this text holder.
getReferencesFrom(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerAbstract
Deprecated.
Returns all references comping from this text holder.
getReferencesFrom(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerHeavyDataStores
Deprecated.
 
getReferencesFrom(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerLightDataStores
Deprecated.
 
getReferencesFrom(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerLookups
Deprecated.
Returns all references comping from this text holder.
getReferencesFrom(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerSourceColumns
Deprecated.
 
getReferencesFrom(IExecutableTextHolder) - Method in class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerToDataStoresFull
Deprecated.
 
getReferencesTo(IInterfaceSubComponent) - Method in interface oracle.odi.interfaces.interactive.support.IReferenceManager
Deprecated.
Returns all references pointing to the given IInterfaceSubComponent.
getReferencesTo(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerAbstract
Deprecated.
Returns all references pointing to the given IInterfaceSubComponent.
getReferencesTo(IInterfaceSubComponent) - Method in class oracle.odi.interfaces.interactive.support.references.managers.ReferenceManagerLookups
Deprecated.
Returns all references pointing to the given IInterfaceSubComponent.
getReferenceSubstitutionValue(String) - Method in interface oracle.odi.domain.adapter.relational.ISequence
Returns the code generator substitution value for the sequence when it is referenced in an expression.
getReferenceSubstitutionValue() - Method in interface oracle.odi.domain.adapter.relational.IVariable
Return the code generator substitution value for the variable when it is referenced in an expression.
getReferenceSubstitutionValue(String) - Method in class oracle.odi.domain.project.OdiSequence
 
getReferenceSubstitutionValue() - Method in class oracle.odi.domain.project.OdiVariable
 
getReferenceSuffix() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets reference suffix that adds specific meaning to the reference key, for example .NEXTVAL for sequence reference.
getReferenceType() - Method in class oracle.odi.domain.model.OdiReference
Returns the reference type of this OdiReference instance.
getReferencingComponents(MapAttribute) - Method in class oracle.odi.domain.mapping.component.ReusableMappingComponent
Get all components that reference the specified reusable mapping component input attribute.
getReferencingComponents() - Method in class oracle.odi.domain.mapping.MapAttribute
Get a list of target components that reference this attribute.
getReferencingNodes() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get a list of all reference nodes that reference this node.
getRefKey() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets the reference key for this cross reference, used to index it in the expression object.
getRefLogicalExpression() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Get the referenced logical expression for this physical expression object.
getRefName() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the expression reference name for the attribute.
getRefName(boolean) - Method in class oracle.odi.domain.mapping.MapAttribute
Get the expression reference name for the attribute.
getRefName(MapPathSpecifier) - Method in class oracle.odi.domain.mapping.MapAttribute
Get the expression reference name for the attribute.
getRefName(MapPathSpecifier, boolean) - Method in class oracle.odi.domain.mapping.MapAttribute
Get the expression reference name for the attribute.
getRefObject() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getRefObject() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getRefObjectGlobalId() - Method in interface oracle.odi.domain.adapter.IModelObjectReference
Gets the global ID of the referenced object
getRefObjectGlobalId() - Method in class oracle.odi.domain.mapping.MapReference
Gets the global id of the referenced object.
getRefObjectNumericId() - Method in interface oracle.odi.domain.adapter.IModelObjectReference
Gets the numeric ID of the referenced object.
getRefreshQuery() - Method in class oracle.odi.domain.project.OdiVariable
Returns the SQL expression used to refresh this OdiVariable instance value.
getRefText() - Method in class oracle.odi.domain.mapping.MapAttribute
 
getRefText() - Method in class oracle.odi.domain.mapping.MapReference
Gets the reference text of this map reference.
getRefText() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getRefText() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
 
getRefText() - Method in interface oracle.odi.domain.mapping.xreference.IExpressionReferencedObject
Gets the reference text for this object.
getRefText() - Method in class oracle.odi.domain.mapping.xreference.MapExpressionXRef
Gets the reference text based on currently referenced object.
getRelatedSources() - Method in class oracle.odi.domain.mapping.component.Dataset.EntityRelationship
Gets a list of source components referenced by this entity relationship.
getReleaseTag() - Method in interface oracle.odi.domain.adapter.project.IFolder
Gets the release tag for this folder.
getReleaseTag() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getReleaseTag() - Method in class oracle.odi.domain.model.OdiDataStore
 
getReleaseTag() - Method in class oracle.odi.domain.model.OdiModel
Get the IReleaseTag object.
getReleaseTag() - Method in class oracle.odi.domain.project.OdiFolder
Get the IReleaseTag object.
getReleaseTag() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getReleaseTag() - Method in class oracle.odi.domain.project.OdiPackage
 
getReleaseTag() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getRemainderExpression() - Method in class oracle.odi.domain.mapping.component.SplitterComponent
Returns a SQL expression that represents the remainder of all the expressions based on the output connector points of this splitter component.
getRemoteObjectMask() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Returns the Remote Object Mask.
getRemoteObjectMask() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the remote object mask string for this ITechnology.
getRemoteObjectMask() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets remote object mask.
getRemoteObjectMask() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Returns the Remote Object Mask.
getRemoteObjectMask() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the remote object mask string for this OdiTechnology.
getRemoteSequenceMask() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the remote sequence mask.
getRemoteSequenceMask() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the remote sequence usage mask.
getRemoteSequenceMask() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets remote sequence mask.
getRemoteSequenceMask() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the remote sequence mask.
getRemoteSequenceMask() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the remote sequence usage mask.
getRemoteTrailFilePath() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns path to remote trail file to be used by this Oracle Golden Gate's extract process.
getRepeatOrder() - Method in class oracle.odi.domain.project.OdiJKMLine
get repeatOrder.
getRepetition() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the repetition aggregation for this OdiSchedule.
getRepetitionInterval() - Method in class oracle.odi.domain.runtime.scheduling.Repetition
Returns time interval between runs.
getReplicatProcess() - Method in class oracle.odi.domain.model.OdiModel
Method returns Oracle Golden Gate's replicat process set as the replicat process for the model.
getReportCountFrequency() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns report count frequency to be used by this Oracle Golden Gate's extract or replicat process, total operation count id will be reported after the specified interval.
getReportCountFrequencyUnit() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns report count frequency unit to be used by this Oracle Golden Gate's extract or replicat process.
getRepositorySignature() - Method in class oracle.odi.core.repository.MasterRepository
 
getRepositoryTimestamp() - Method in class oracle.odi.core.repository.MasterRepository
 
getRepositoryType() - Method in class oracle.odi.core.repository.MasterRepository
 
getRepositoryType() - Method in class oracle.odi.core.repository.Repository
 
getRepositoryType() - Method in exception oracle.odi.core.repository.RepositoryResourceFailureException
Return repository type.
getRepositoryType() - Method in class oracle.odi.core.repository.WorkRepository
 
getRequiredVersion() - Method in exception oracle.odi.core.config.RepositoryVersionMismatchException
Gets the repository version required by the client.
getResolvedSourceCommand() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Obtains the source command where variable and sequence substitutions (e.g.
getResolvedTargetCommand() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Obtains the target command where variable and sequence substitutions (e.g.
getResourceName() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the value of the resource name property of the bound object of this component.
getResourceName() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the resource name of this OdiDataStore instance.
getResourceName() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Deprecated.
replaced by getJndiDataSourceName()
getResponse() - Method in class oracle.odi.interfaces.data.CheckResponse
Deprecated.
Get the response code for this check expression response.
getRestartType() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepParallel
Returns the restart behavior of this step when the Load Plan is restarted.
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException
getRestartType() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepRunScenario
Returns the restart behavior of this step when the Load Plan is restarted.
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException
getRestartType() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepSerial
Returns the restart behavior of this step when the Load Plan is restarted.
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException
getRestartType() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepParallel
 
getRestartType() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepRunScenario
 
getRestartType() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepSerial
 
getResult() - Method in class oracle.odi.runtime.agent.invocation.RemoteObjectResult
Returns the result value.
getReturnCode() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceBaseLog
 
getReturnCode() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getReturnCode() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionVariableLog
 
getReturnCode() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getReturnCode() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getReturnCode() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
 
getReturnCode() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains the return code of this OdiSession.
getReturnCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Obtains the return code for this step.
getReturnCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns return code of this OdiSessionTaskLog.
getReturnCode() - Method in class oracle.odi.runtime.agent.invocation.ExecutionInfo
Get return code of the session if the execution is synchronous.
getReusableMapping() - Method in class oracle.odi.domain.mapping.component.ReusableMappingComponent
 
getReusableMappingComponent() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
If this node represents a component inside a reusable mapping, return the immediate reusable mapping parent for the node.
getReusableMappingComponents() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the stack of reusable mapping components that contain the logical component associated with this node.
getReusableMappings() - Method in interface oracle.odi.domain.adapter.project.IFolder
Gets a list of reusable mappings owned by this folder.
getReusableMappings() - Method in class oracle.odi.domain.project.OdiFolder
 
getReverseActions() - Method in interface oracle.odi.interfaces.interactive.IImpacts
Deprecated.
All reverse actions to undo the actions that caused these impacts.
These action should be in the correct order, starting at 0 till the end of the list.
getReverseActions() - Method in interface oracle.odi.interfaces.interactive.IInterfaceUndoListener
Deprecated.
Gets the list of "undo" actions.
getReverseActions() - Method in class oracle.odi.interfaces.interactive.support.Impacts
Deprecated.
All reverse actions to undo the actions that caused these impacts.
These action should be in the correct order, starting at 0 till the end of the list.
getReverseAgent() - Method in class oracle.odi.domain.model.OdiModel
Get the logical agent to be used during customized reverse of this OdiModel instance.
getReverseAliasLength() - Method in class oracle.odi.domain.model.OdiModel
Get the reverse alias length for this OdiModel instance.
getReverseAliasTrim() - Method in class oracle.odi.domain.model.OdiModel
Get the reverse alias trim for this OdiModel instance.
getReverseContext() - Method in class oracle.odi.domain.model.OdiModel
Returns the reverse engineering context associated to this OdiModel instance.
getReverseObjectMask() - Method in class oracle.odi.domain.model.OdiModel
Get the reverse alias object mask for this OdiModel instance.
getReverseObjectTypes() - Method in class oracle.odi.domain.model.OdiModel
Get the reverse object types for this OdiModel instance.
getReverseType() - Method in class oracle.odi.domain.model.OdiModel
Get the reverse type of this OdiModel instance.
getRightSourceName() - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the name of the source component playing the role of "right" join source.
getRKM() - Method in class oracle.odi.domain.model.OdiModel
Returns the Reverse Knowledge Module associated to this OdiModel instance.
getRKMOptions() - Method in class oracle.odi.domain.model.OdiModel
Return the reverse knowledge module's options.
getRKMs() - Method in class oracle.odi.domain.project.OdiProject
Return the unmodifiable collection of RKMs of this OdiProject.
getRMCConnectorPoint() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
For the case where this node represents an input or output signature component, returns the corresponding input or output connector point on the reusable mapping component.
getRMCStack() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the stack of reusable mapping components that contain the logical component associated with this node.
getRole() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get the connector point role for this connector point.
getRoleMembers() - Method in class oracle.odi.domain.security.OdiProfile
 
getRootComponentOwner() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the root component owner for this component, which is the top-level owner.
getRootContainer() - Method in interface oracle.odi.domain.root.IMappingObject
Get the owning FCO root container object for this object.
getRootContainerOwner() - Method in class oracle.odi.domain.mapping.MapReference
Gets the map root container of this reference.
getRootStep() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getRootStep() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanCaseCondition
 
getRootStep() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
 
getRootStep() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getRootStep() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceCaseCondition
 
getRootStep() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceException
 
getRowCount() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the number of row of this OdiDataStore instance.
getRowFilter() - Method in class oracle.odi.domain.project.OdiSequence
Deprecated.
getRowFilter() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeSequence
Returns SQL WHERE clause used to filter single row from sequence table.
getRowFilterExpression() - Method in class oracle.odi.domain.project.OdiSequence
Returns SQL WHERE clause expression used to filter a single row from sequence table.
getRowSeparator() - Method in interface oracle.odi.domain.adapter.relational.IFileDescriptor
Returns the record/row separator.
getRowSeparator() - Method in class oracle.odi.domain.model.OdiDataStore.FileDescriptor
Returns the record/row separator.
getRunCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getRunCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId
used to return the run count number
getRunCount() - Method in class oracle.odi.runtime.agent.invocation.LoadPlanExecutionInfo
Returns the load plan instance run count.
getRunCount() - Method in class oracle.odi.runtime.agent.invocation.LoadPlanStatusInfo
Returns the load plan instance run count.
getRunningStepLog() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains the current running step log (OdiSessionStepLog), or null if the execution is not yet started or is finished.
getRuns() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getRuntimeServiceJndiName() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
Obtains JNDI name of the ESS RuntimeService EJB, related to this OdiEnterpriseScheduler object.
getScale() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Obtains the scale (for numeric types) of this column, or null if undefined.
getScale() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the data scale for this attribute.
getScale() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getScale() - Method in class oracle.odi.domain.model.OdiColumn
Get the scale of this column.
getScale() - Method in class oracle.odi.domain.project.interfaces.JournalizedSourceColumn
Deprecated.
Returns the scale of this journalized source column.
getScale() - Method in class oracle.odi.domain.project.interfaces.SourceColumn
Deprecated.
Returns the scale of this source column.
getScale() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the scale of the column.
If the datatype is not set or doesn't allow scale, a call to this method will cause an IllegalStateException.
getScale() - Method in interface oracle.odi.domain.relational.IColumn
Obtains the scale (for numeric types) of this column, or null if undefined.
getScdType() - Method in class oracle.odi.domain.model.OdiColumn
Returns the OdiColumn.ScdType of this OdiColumn instance.
getScenario() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioSchedule
Returns the OdiScenario this schedule is associated with.
getScenario() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioSequence
Returns the OdiScenario in which this OdiScenarioSequence is defined.
getScenario() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioStep
Returns the enclosing OdiScenario.
getScenario() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioVariable
Returns the OdiScenario in which this OdiScenarioVariable is defined.
getScenario() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo
getScenarioDeploySpec(OdiInstance) - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
A convenient method for finding deployment spec
getScenarioDeploySpecId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Get the deployment spec id from which this scenario is generated.
getScenarioExecutionNumber() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets run number of the scenario, this report belongs to.
getScenarioFolder() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getScenarioFolder() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Returns the OdiScenarioFolder containing this OdiScenario.
getScenarioFolderId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Returns the unique ID of the scenario folder.
getScenarioId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Gets the ID of this OdiScenario.
getScenarioName() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of scenarioName property.
getScenarioReports() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Obtains an unmodifiable list of this OdiScenario's execution reports.
getScenarios() - Method in class oracle.odi.domain.mapping.Mapping
Get a list of all scenarios that are generated from this mapping.
getScenarios() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get a list of all scenarios that were generated using this deployment spec.
getScenarios() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Gets an unmodifiable collection of OdiScenarios that belongs to this OdiScenarioFolder.
getScenarioSequences() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Obtains an unmodifiable collection of the sequences that are used inside this OdiScenario.
getScenarioStep() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioTask
Returns the enclosing OdiScenarioStep.
getScenarioSteps() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Obtains an unmodifiable list of the OdiScenarioStep in this OdiScenario.
getScenarioTag() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepRunScenario
 
getScenarioTag() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepRunScenario
 
getScenarioTag() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of scenarioTag property.
getScenarioTaskNumber() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getOrder()
getScenarioTasks() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioStep
Returns the unmodifiable collection of OdiScenarioTasks, this OdiScenarioStep consists of.
getScenarioVariables() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Obtains an unmodifiable collection of the variables that are used inside this OdiScenario.
getScheduleId() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the ID of OdiSchedule.
getSchedules() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo
Returns the schedules.
getSchemaName() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Returns the name of the underlying database schema.
getSchemaName() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Returns the name of the underlying database schema.
getSchemaNameTerminology() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the terminology used for schema.
getSchemaNameTerminology() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets how "schema" is called in this technology.
getSchemaNameTerminology() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the terminology used for schema.
getScopingInputPoint() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the associated input connector point used for scoping.
getSecond() - Method in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.TimeOfDay
Returns the second part of this TimeOfDay object.
getSecurityAuthentication() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Obtains the JNDI security authentication.
getSecurityAuthentication() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
getSecurityAuthentication() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Obtains the JNDI security authentication.
getSecurityContainer() - Method in interface oracle.odi.domain.IRepositoryEntity
Define a generic way to retrieve container for entities.
getSecurityContainer() - Method in class oracle.odi.domain.mapping.Mapping
 
getSecurityContainer() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getSecurityContainer() - Method in class oracle.odi.domain.marker.OdiMarkerGroup
 
getSecurityContainer() - Method in class oracle.odi.domain.marker.OdiMarkerType
 
getSecurityContainer() - Method in class oracle.odi.domain.model.AbstractOdiSubModel
 
getSecurityContainer() - Method in class oracle.odi.domain.model.KeyColumn
 
getSecurityContainer() - Method in class oracle.odi.domain.model.OdiColumn
 
getSecurityContainer() - Method in class oracle.odi.domain.model.OdiCondition
 
getSecurityContainer() - Method in class oracle.odi.domain.model.OdiDataStore
 
getSecurityContainer() - Method in class oracle.odi.domain.model.OdiFilter
 
getSecurityContainer() - Method in class oracle.odi.domain.model.OdiKey
 
getSecurityContainer() - Method in class oracle.odi.domain.model.OdiModel
 
getSecurityContainer() - Method in class oracle.odi.domain.model.OdiModelFolder
 
getSecurityContainer() - Method in class oracle.odi.domain.model.OdiPartition
 
getSecurityContainer() - Method in class oracle.odi.domain.model.OdiReference
 
getSecurityContainer() - Method in class oracle.odi.domain.model.ReferenceColumn
 
getSecurityContainer() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.project.interfaces.ObjTrace
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
Returns the data set for which this source set is attached to.
getSecurityContainer() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiDesigntimeBreakpoint
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiFolder
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiKM
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiOpenTool
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiPackage
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiProcedure
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiProcedureLine
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiProject
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiSequence
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiSKM
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiUserFunction
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiUserFunctionImpl
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getSecurityContainer() - Method in class oracle.odi.domain.project.OdiVariable
 
getSecurityContainer() - Method in class oracle.odi.domain.project.ProcedureOption
 
getSecurityContainer() - Method in class oracle.odi.domain.project.Step
 
getSecurityContainer() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanSchedule
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepVariable
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariable
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceElement
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionVariableLog
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepVariable
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariable
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioSchedule
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioSequence
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioStep
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioTask
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioVariable
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.scheduling.OdiJobStartupParam
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.sequence.OdiStandardSequenceValue
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintBreakpoint
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintSequence
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintStep
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintTask
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintVariable
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSession
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomVariable
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSessionFolder
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSessionParameter
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSessionSequence
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.session.OdiSessionVariable
Deprecated.
 
getSecurityContainer() - Method in class oracle.odi.domain.runtime.variable.OdiVariableValue
 
getSecurityContainer() - Method in class oracle.odi.domain.security.OdiEnterprisePrincipal
 
getSecurityContainer() - Method in class oracle.odi.domain.security.OdiPrincipal
Return the parent object.
getSecurityContainer() - Method in class oracle.odi.domain.security.OdiProfile
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiContext
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiContextualAgentMapping
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiContextualSchemaMapping
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiDataType
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiFlexField
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiIndexType
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiLogicalAgent
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiLogicalSchema
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiMasterRepositoryInfo
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiPhysicalAgentDataSource
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiTechnology
 
getSecurityContainer() - Method in class oracle.odi.domain.topology.OdiWorkRepositoryInfo
 
getSecurityCredentials() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Obtains the security credentials.
getSecurityCredentials() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
Obtains the JNDI security credentials.
getSecurityManager() - Method in class oracle.odi.core.OdiInstance
Gets SecurityManager bounds to this OdiInstance.
getSecurityPrincipal() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Obtains the security principal.
getSecurityPrincipal() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
getSecurityPrincipal() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.JndiSettings
Obtains the security principal.
getSecurityPrincipal() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
Obtains the JNDI security principal.
getSecurityRuntimeCredentials() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
Obtains the security runtime credentials.
getSecurityRuntimePrincipal() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
Obtains the security runtime principal.
getSequenceId() - Method in class oracle.odi.domain.project.OdiSequence
Returns the ID of this sequence.
getSequences() - Method in interface oracle.odi.domain.adapter.project.IProject
Gets a list of sequences associated with this project.
getSequences() - Method in class oracle.odi.domain.project.OdiProject
Return the unmodifiable collection of sequences that belong to this project.
getSequenceType() - Method in interface oracle.odi.domain.adapter.relational.ISequence
Gets the type of the sequence, it will be NATIVE, STANDARD, or SPECIFIC.
getSequenceType() - Method in class oracle.odi.domain.project.OdiSequence
 
getServer() - Method in class oracle.odi.core.security.PasswordStorageConfiguration.CsfPasswordStorageConfiguration
 
getServerDateFunction() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the server date function for this ITechnology.
getServerDateFunction() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the date function of this technology.
getServerDateFunction() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the server date function for this OdiTechnology.
getServerInstanceName() - Method in interface oracle.odi.domain.adapter.topology.IDataServer
Return the server instance name that can be used for some technology (i.e.
getServerInstanceName() - Method in class oracle.odi.domain.topology.OdiDataServer
Return the server instance name that can be used for some technology (i.e.
getServerNameTerminology() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the terminology used for data server.
getServerNameTerminology() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets how "server name" is called in this technology.
getServerNameTerminology() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the terminology used for data server.
getSession() - Method in class oracle.odi.domain.runtime.session.OdiSessionParameter
Returns OdiSession holding this parameter.
getSession() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getSession() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the enclosing session execution.
getSessionBlueprint() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintSequence
Returns the enclosing OdiSessionBlueprint.
getSessionBlueprint() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintStep
Returns the enclosing OdiSessionBlueprint.
getSessionBlueprint() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintVariable
Returns the enclosing OdiSessionBlueprint.
getSessionBlueprint() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns related OdiSessionBlueprint, representing the execution plan of this session.
getSessionBlueprintId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the ID of this OdiSessionBlueprint.
getSessionBlueprintSequence() - Method in class oracle.odi.domain.runtime.session.OdiTrackedSequenceValue
Obtains the actual sequence.
getSessionBlueprintSequences() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the unmodifiable collection of related OdiSessionBlueprintSequences.
getSessionBlueprintStep() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintBreakpoint
getSessionBlueprintStep() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintTask
Returns the enclosing OdiSessionBlueprintStep.
getSessionBlueprintStep() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the OdiSessionBlueprintStep, which values are overridden in this OdiSessionCustomStep.
getSessionBlueprintStep() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the related step object from session blueprint (OdiSessionBlueprintStep).
getSessionBlueprintSteps() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the unmodifiable collection of related OdiSessionBlueprintSteps.
getSessionBlueprintTask() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintBreakpoint
getSessionBlueprintTask() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the OdiSessionBlueprintTask, which values are overridden in this OdiSessionCustomTask.
getSessionBlueprintTask() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns the related task object from session blueprint (OdiSessionBlueprintTask).
getSessionBlueprintTasks() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintStep
Returns the unmodifiable collection of OdiSessionBlueprintTasks, this OdiSessionBlueprintStep consists of.
getSessionBlueprintVariable() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomVariable
Returns the OdiSessionBlueprintVariable, which default value is overridden in this OdiSessionCustomVariable.
getSessionBlueprintVariable() - Method in class oracle.odi.domain.runtime.session.OdiTrackedVariableValue
Obtains the actual variable.
getSessionBlueprintVariables() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the unmodifiable collection of related OdiSessionBlueprintVariables.
getSessionCustomStep() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the related OdiSessionCustomStep, if some blueprint values were overridden between restarts, or if related step is of OnConnect/OnDisconnect type; null - otherwise.
getSessionCustomSteps() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the unmodifiable collection of related OdiSessionCustomSteps
getSessionCustomTask() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns the related OdiSessionCustomTask, if some blueprint values were overridden between restarts, or if related task is of OnConnect/OnDisconnect type; null - otherwise.
getSessionCustomTasks() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the unmodifiable collection of related OdiSessionCustomTasks
getSessionCustomVariables() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the unmodifiable collection of related OdiSessionCustomVariables
getSessionDeleteCount() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets delete count of relevant ODI session.
getSessionDuration() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets duration of relevant ODI session.
getSessionEndTime() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets end time of relevant ODI session.
getSessionErrorCount() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets error count of relevant ODI session.
getSessionErrorMessage() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets error message of relevant ODI session.
getSessionFolderId() - Method in class oracle.odi.domain.runtime.session.OdiSessionFolder
Returns id of this OdiSessionFolder instance.
getSessionId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getSessionId() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceSessionLog
 
getSessionId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getSessionId() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the ID of this OdiSession.
getSessionId() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the ID of OdiSession.
getSessionId() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the ID of OdiSession.
getSessionId() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomVariable
Returns the ID of OdiSession.
getSessionId() - Method in class oracle.odi.domain.runtime.session.OdiSessionSequence
Deprecated.
Returns the ID of session owning this OdiSessionSequence.
getSessionId() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
As of 11.1.1.5 this method is replaced by OdiSessionStepLog.getSession()
getSessionId() - Method in class oracle.odi.domain.runtime.session.OdiSessionVariable
Deprecated.
Returns the ID of session associated with this OdiSessionVariable.
getSessionId() - Method in class oracle.odi.runtime.agent.invocation.ExecutionInfo
Returns the session id value.
getSessionId() - Method in class oracle.odi.runtime.agent.invocation.SessionStatusInfo
Returns the session id value.
getSessionInformation() - Method in class oracle.odi.runtime.agent.RuntimeAgent
 
getSessionInsertCount() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets insert count of relevant ODI session.
getSessionKeywordsAsString() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getSessionKeywordsAsString() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
 
getSessionKeywordsAsString() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
 
getSessionKeywordsAsString() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getSessionKeywordsAsString() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceException
 
getSessionKeywordsAsString() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
 
getSessionLogsDefaultBehaviorForScenarios() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
Indicates how logs will be maintained by default for the sessions of each of the scenarios started by the OdiLoadPlan.
getSessionLogsDefaultBehaviorForScenarios() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
Indicates how logs will be maintained by default for the sessions of each of the scenarios started by the OdiLoadPlanInstance.
getSessionLogsDefaultBehaviorForScenarioSteps() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
Indicates how logs will be maintained by default for the session steps of each of the scenarios started by the Load Plan.
getSessionLogsDefaultBehaviorForScenarioSteps() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
Indicates how logs will be maintained by default for the session steps of each of the scenarios started by the Load Plan instance.
getSessionMessage() - Method in class oracle.odi.runtime.agent.invocation.SessionStatusInfo
Returns the session message value.
getSessionReturnCode() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets return code of relevant ODI session.
getSessionReturnCode() - Method in class oracle.odi.runtime.agent.invocation.SessionStatusInfo
Returns the session return code value.
getSessionRowCount() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets row count of relevant ODI session.
getSessions(IOdiSessionFinder) - Method in class oracle.odi.domain.runtime.session.OdiSessionFolder
Obtains an unmodifiable collection of OdiSessions matching this OdiSessionFolder's keywords.
getSessionSequence() - Method in class oracle.odi.domain.runtime.session.OdiTrackedSequenceValue
getSessionSequences() - Method in class oracle.odi.domain.runtime.session.OdiSession
getSessionStartTime() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets start time of relevant ODI session.
getSessionStatus() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets status of relevant ODI session.
getSessionStatus() - Method in class oracle.odi.runtime.agent.invocation.ExecutionInfo
Returns the session status value.
getSessionStatus() - Method in class oracle.odi.runtime.agent.invocation.SessionStatusInfo
Returns the session status value.
getSessionStatus(List) - Method in class oracle.odi.runtime.agent.RuntimeAgent
Returns the sessions status.
getSessionStatusInRepository() - Method in class oracle.odi.runtime.agent.invocation.ExecutionInfo
Returns the session status in repository value.
getSessionStep() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSessionStepLog(OdiSession, int) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintStep
Returns the OdiSessionStepLog representing the log of this OdiSessionBlueprintStep execution in the scope of specified OdiSession for specified step run number.
getSessionStepLog() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Obtains the enclosing step execution.
getSessionStepLogs() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains the ordered list of executed steps' logs (OdiSessionStepLog).
getSessionTaskLog(OdiSession, int) - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintTask
Returns the OdiSessionTaskLog representing the log of this OdiSessionBlueprintTask execution in the scope of specified OdiSession for specified step run number.
getSessionTaskLogs() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Obtains ordered unmodifiable list of task logs (OdiSessionTaskLog) that belong to this OdiSessionStepLog.
getSessionUpdateCount() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets update count of relevant ODI session.
getSessionVariable() - Method in class oracle.odi.domain.runtime.session.OdiTrackedVariableValue
getSessionVariables() - Method in class oracle.odi.domain.runtime.session.OdiSession
getSetAttributes() - Method in class oracle.odi.domain.mapping.component.SetComponent
Returns the attributes for the first output connector
getSetOperationType(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.component.SetComponent
Gets the set operation type for the specified input point of the set component.
getSetOperationType(String) - Method in class oracle.odi.domain.mapping.component.SetComponent
Gets the set operation type for the specified input point of the set component.
getSetOperatorList() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the Set operators supported by this ITechnology.
getSetOperatorList() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the list of set operators in this technology.
getSetOperatorList() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the Set operators supported by this OdiTechnology.
getSeverity() - Method in interface oracle.odi.interfaces.interactive.IInterfaceIssue
Deprecated.
Returns the severity level of this issue.
getShortcut() - Method in class oracle.odi.domain.model.OdiReferenceShortcutAdapter
 
getShortcut() - Method in class oracle.odi.domain.project.interfaces.SourceDataStoreShortcutAdapter
Deprecated.
 
getShortcut() - Method in class oracle.odi.domain.project.MapReferenceShortcutAdapter
 
getShortcut() - Method in class oracle.odi.domain.project.OdiInterfaceShortcutAdapter
Deprecated.
 
getShortcut() - Method in class oracle.odi.domain.project.StepDataStoreShortcutAdapter
 
getShortcut() - Method in class oracle.odi.domain.project.StepInterfaceShortcutAdapter
Deprecated.
 
getShortcut() - Method in class oracle.odi.domain.project.StepMappingShortcutAdapter
 
getShortcut() - Method in class oracle.odi.domain.project.StepProcedureShortcutAdapter
 
getShortcutBaseObject() - Method in class oracle.odi.domain.mapping.Mapping
 
getShortcutBaseObject() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getShortcutBaseObject() - Method in class oracle.odi.domain.model.OdiDataStore
 
getShortcutBaseObject() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getShortcutBaseObject() - Method in class oracle.odi.domain.project.OdiPackage
 
getShortcutBaseObject() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getShortcutGlobalId() - Method in interface oracle.odi.domain.adapter.IShortcutableModelObject
Gets the global ID of the shortcut object, which should be unique across the repository.
getShortcutGlobalId() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getShortcutGlobalId() - Method in class oracle.odi.domain.model.OdiDataStore
 
getShortcutNumericId() - Method in interface oracle.odi.domain.adapter.IShortcutableModelObject
Gets a numeric ID of the shortcut object, for repositories that support numeric id.
getShortcutNumericId() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getShortcutNumericId() - Method in class oracle.odi.domain.model.OdiDataStore
 
getShortcutOrigObject() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getShortcutOrigObject() - Method in class oracle.odi.domain.model.OdiDataStore
 
getShortcutOrigObject() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getShortcutOrigObject() - Method in class oracle.odi.domain.project.OdiPackage
 
getShortcutOrigObject() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getShortcutReferenceObject() - Method in class oracle.odi.domain.mapping.ReusableMapping
 
getShortcutReferenceObject() - Method in class oracle.odi.domain.model.OdiDataStore
 
getShortcutReferenceObject() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getShortcutReferenceObject() - Method in class oracle.odi.domain.project.OdiPackage
 
getShortcutReferenceObject() - Method in class oracle.odi.domain.project.OdiUserProcedure
 
getShortcutRefObjectGlobalId() - Method in interface oracle.odi.domain.adapter.IModelObjectReference
Gets the global ID for a reference to a shortcut object.
getShortId() - Method in class oracle.odi.core.repository.Repository
Obtain the short id of this repository.
getShortTextValue() - Method in class oracle.odi.domain.runtime.variable.OdiVariableValue
Returns short text value of this OdiVariableValue.
getSize() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the data size (precision or length) of this attribute.
getSize() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getSkipHeadingLines() - Method in interface oracle.odi.domain.adapter.relational.IFileDescriptor
Returns the number of records at the beginning of the file that are not data.
getSkipHeadingLines() - Method in class oracle.odi.domain.model.OdiDataStore.FileDescriptor
Returns the number of record at the beginning of the file that are not data.
getSKM() - Method in class oracle.odi.domain.model.OdiModel
Returns the service knowledge module associated to this OdiModel instance.
getSKMId() - Method in class oracle.odi.domain.project.OdiSKM
Returns the SKMId value.
getSKMs() - Method in class oracle.odi.domain.project.OdiProject
Return the unmodifiable collection of SKMs of this OdiProject.
getSnapshotNumber() - Method in interface oracle.odi.domain.adapter.project.IScenario
Gets the snapshot number of this scenario.
getSnapshotNumber() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Returns the snapshot number of this OdiScenario.
getSnpClass() - Method in exception oracle.odi.core.security.PermissionDeniedException
Return the SNP class of the object to check.
getSnpsExpressionTags(SnpsLanguage) - Method in class oracle.odi.domain.project.interfaces.SourceDataStoreExpressionContext
Deprecated.
Get the set of valid expression tags for the data store.
getSnpsExpressionTags(SnpsLanguage) - Method in class oracle.odi.domain.xrefs.expression.contexts.CachingExpressionContextDecorator
 
getSnpsExpressionTags(SnpsLanguage) - Method in class oracle.odi.domain.xrefs.expression.contexts.CompoundExpressionContext
 
getSnpsExpressionTags(SnpsLanguage) - Method in class oracle.odi.domain.xrefs.expression.contexts.GlobalExpressionContext
 
getSnpsExpressionTags(SnpsLanguage) - Method in interface oracle.odi.domain.xrefs.expression.contexts.IExpressionContext
Obtains the expression tags relative to this context.
getSnpsExpressionTags(SnpsLanguage) - Method in class oracle.odi.domain.xrefs.expression.contexts.OdiDataStoreExpressionContext
 
getSnpsExpressionTags(SnpsLanguage) - Method in class oracle.odi.domain.xrefs.expression.contexts.OdiProjectExpressionContext
 
getSnpsLanguageByLanguageName(String) - Method in interface oracle.odi.languages.ILanguageProvider
Obtains an SnpsLanguage according the given ODI language's name.
getSnpsLanguageByLanguageName(String) - Method in class oracle.odi.languages.support.LanguageProviderImpl
TODO How this method overrides its parent method?
getSnpsLanguageByTechnologyName(String) - Method in interface oracle.odi.languages.ILanguageProvider
Obtains an SnpsLanguage instance from the default language of the technology with the given name.
getSnpsLanguageByTechnologyName(String) - Method in class oracle.odi.languages.support.LanguageProviderImpl
TODO How this method overrides its parent method?
getSnpsLanguageByTechnologyNameAndLanguageName(String, String) - Method in interface oracle.odi.languages.ILanguageProvider
Obtains an SnpsLanguage instance for the given ODI technology's name and the given ODI language's name.
getSnpsLanguageByTechnologyNameAndLanguageName(String, String) - Method in class oracle.odi.languages.support.LanguageProviderImpl
TODO How this method overrides its parent method?
getSnpsMissingRef() - Method in class oracle.odi.missingref.support.DefaultMissingRef
Returns the snps missing ref value.
getSortedDataStores() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
 
getSortedExecutionUnits() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Do a topological sort on the execution units, and return the sorted list.
getSorterCondition() - Method in class oracle.odi.domain.mapping.component.SorterComponent
Returns the sorter condition expression for this sorter component.
getSorterConditionText() - Method in class oracle.odi.domain.mapping.component.SorterComponent
Returns the sorter condition text for this sorter component.
getSouceCommand() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getSouceCommand() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSource() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get the first source connector point for this path.
getSourceAttribute() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getSourceClass() - Method in interface oracle.odi.core.persistence.IRelationshipDescriptor
Class of the source of the relationship.
getSourceColumn() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Obtains the source column if it exists.
getSourceColumn() - Method in class oracle.odi.domain.model.OdiColumn
Obtains the source column of this OdiColumn.
getSourceColumns() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get a list of all SourceColumn objects corresponding to the columns of this source.
getSourceCommand() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the source command of this AbstractRuntimeTask.
getSourceCommand() - Method in interface oracle.odi.domain.runtime.common.IStepTask
 
getSourceCommand() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns the actual command executed on source.
getSourceCommandEncrypted() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getSourceCommandEncrypted() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSourceCommandEncryptionKey() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the encryption key for source command of this AbstractRuntimeTask.
getSourceCommandEncryptionKey() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getSourceCommandEncryptionKey() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the encryption key for source command of this task.
getSourceCommandEncryptionKey() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSourceCommitMode() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the commit mode for source of this AbstractRuntimeTask.
getSourceCommitMode() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getSourceCommitMode() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the commit mode for source of underlying OdiSessionBlueprintTask.
getSourceCommitMode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSourceCommitMode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getSourceCommitMode()
getSourceComponentClass() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
 
getSourceComponentId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Gets the ID of the source component (i.e.
getSourceContextCode() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the context code for source of this AbstractRuntimeTask.
getSourceContextCode() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getSourceContextCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the context code for source of underlying OdiSessionBlueprintTask.
getSourceContextCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSourceContextCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getSourceContextCode()
getSourceDataServerName() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getSourceDataServerName() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSourceDataServerName() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns computed source data server name, or null if undefined.
getSourceDataStore() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionJournalizeSourceDataStore
Deprecated.
Get the source data store to be journalized.
getSourceDataStore() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionRemoveSourceDataStore
Deprecated.
Gets the source datastore.
getSourceDataStoreId() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Gets the internal persistent repository id of this object.
getSourceDataStorePhysicalSchema(SourceDataStore) - Static method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
A static convenience method to retrieve the physical schema associated with the specified source data store.
getSourceDataStores() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the list of source datastores contained in this dataset.
getSourceDataStores() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
Returns a collection of SourceDataStore in this source set.
getSourceEntityClass() - Method in interface oracle.odi.missingref.IMissingRef
Returns the class of the object holding the missing reference.
getSourceEntityClass() - Method in class oracle.odi.missingref.support.DefaultMissingRef
Returns the source entity class value.
getSourceEntityGlobalId() - Method in interface oracle.odi.missingref.IMissingRef
Returns the global id of the object holding the missing reference.
getSourceEntityGlobalId() - Method in class oracle.odi.missingref.support.DefaultMissingRef
Returns the source entity global id value.
getSourceExecutionUnits() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get a list of all execution units with no upstream connections to other execution units.
getSourceExpressionText() - Method in class oracle.odi.domain.project.OdiProcedureLine
Get the on source command expression text.
getSourceExpressionTextEncryptionKey() - Method in class oracle.odi.domain.project.OdiProcedureLine
Get the source command expression text encryption key
getSourceExpressionTextEncryptionKeyVector() - Method in class oracle.odi.domain.project.OdiProcedureLine
Get the source command expression text encryption key vector
getSourceExUnitList() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
 
getSourceInterfaceId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the ID of interface, from which this OdiSessionBlueprint or related OdiScenario is generated.
getSourceIsolationLevel() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the isolation level for source of this AbstractRuntimeTask.
getSourceIsolationLevel() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getSourceIsolationLevel() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the isolation level for source of underlying OdiSessionBlueprintTask.
getSourceIsolationLevel() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSourceIsolationLevel() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getSourceIsolationLevel()
getSourceLogicalSchemaName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the logical schema name for source of this AbstractRuntimeTask.
getSourceLogicalSchemaName() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getSourceLogicalSchemaName() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the logical schema name for source of underlying OdiSessionBlueprintTask.
getSourceLogicalSchemaName() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSourceLogicalSchemaName() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getSourceLogicalSchemaName()
getSourceMappingId() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
 
getSourceNameForRole(String) - Method in class oracle.odi.domain.mapping.component.JoinComponent
Gets the name of the source component playing the specified input role, which can be either LEFT or RIGHT.
getSourceNode() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalExpression
Get the source node that corresponds to the logical component that owns the logical expression.
getSourceObject() - Method in interface oracle.odi.core.persistence.IRelationshipDescriptor
Source object of the relationship.
getSourcePackageId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the ID of package, from which this OdiSessionBlueprint or related OdiScenario is generated.
getSourceProcedureId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the ID of procedure, from which this OdiSessionBlueprint or related OdiScenario is generated.
getSources() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get a list of all components that have output connections but no input connections, not including passive components.
getSourceScenarioId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the ID of OdiScenario, from which this OdiSessionBlueprint was generated, or null if it was generated from the design-time object.
getSourceScenarioSnapshotNumber() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the snapshot number of OdiScenario, from which this OdiSessionBlueprint was generated, or null if it was generated from the design-time object.
getSourceScenarioTag() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the Tag of OdiScenario, from which this OdiSessionBlueprint was generated, or null if it was generated from the design-time object.
getSourceScenarioTag() - Method in class oracle.odi.domain.runtime.session.OdiSession
Deprecated.
replaced by #getSessionBlueprint().getSourceScenarioTag()
getSourceSet() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getSourceSet() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the source set where this clause is executed.
getSourceSet() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getSourceSet() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get the SourceSet object that contains this source data store in the interface.
getSourceSet() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Returns the SourceSet to which this mapping is attached.
getSourceSet() - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Returns the source set in which this TextHolder is located.
getSourceSet() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderGenericClause
Deprecated.
 
getSourceSet() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
 
getSourceSet() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
 
getSourceSetCreator() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Returns the current ISourceSetCreator interface instance object that is used to create the source sets.
getSourceSetCreator() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns the current ISourceSetCreator interface instance object that is used to create the source sets.
getSourceSetId() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
Returns the internal id of this source set.
getSourceSetNameProvider() - Method in interface oracle.odi.interfaces.interactive.IActionHelper
Deprecated.
Please refer to InteractiveInterfaceHelperWithActions.
getSourceSetNameProvider() - Method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
Returns the current ISourceSetNameProvider interface instance object that is used to generate source set names.
getSourceSets() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Returns the list of source sets contained in this dataset.
getSourceTechnoCode() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the technology code for source of this AbstractRuntimeTask.
getSourceTechnoCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the technology code for source of underlying OdiSessionBlueprintTask.
getSourceTechnology() - Method in class oracle.odi.domain.project.ComponentKM
 
getSourceTechnologyCode() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getSourceTechnologyCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSourceTemplateText() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the source template text associated with this node and the selected KM.
getSourceTransactionChannel() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the transaction channel for source of this AbstractRuntimeTask.
getSourceTransactionChannel() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the transaction channel for source of underlying OdiSessionBlueprintTask.
getSourceTransactionId() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getSourceTransactionId() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getSourceTransactionId() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getSourceTransactionChannel()
getSourceType() - Method in class oracle.odi.domain.topology.TypeConversion
Get the source type for this TypeConversion.
getSourceVariableId() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
Returns the ID of variable, from which this OdiSessionBlueprint or related OdiScenario is generated.
getSplitterCondition(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.component.SplitterComponent
Returns the SPLITTER_CONDITION property value for a specific output connector point.
getSql() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getSql() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the SQL expression text of this clause.
getSql() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getSql() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Returns the SQL expression for this mapping as a String.
getSQL() - Method in class oracle.odi.interfaces.data.DataAccessInfo
Deprecated.
Retrieve the SQL query string that can be used to fetch source and target data associated with the interface.
getSql() - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Gets the String representation of the expression.
getSql() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderGenericClause
Deprecated.
 
getSql() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
 
getSql() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
 
getSQLAccessName(boolean, String) - Method in class oracle.odi.domain.mapping.MapAttribute
Get the SQL or code generation access name for this source attribute.
getSQLAccessName(boolean) - Method in class oracle.odi.domain.mapping.MapAttribute
Get the SQL or code generation access name for this source attribute.
getSQLAccessName() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the SQL or code generation access name for this source attribute.
getSQLAccessName(String) - Method in class oracle.odi.domain.mapping.MapAttribute
Get the SQL or code generation access name for this source attribute.
getSQLAccessName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getSQLAccessName(String) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalColumn
 
getSQLAccessName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
For nodes that are bound to model objects, get the fully qualified name of the model object, with the schema name.
getSQLException() - Method in class oracle.odi.interfaces.data.CheckResponse
Deprecated.
Get the SQLException exception associated with the error for this check expression response, or null if there is no error.
getSqlExpression() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getSqlExpression() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the SQL expression of this clause.
getSqlExpression() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getSqlExpression() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Obtains the SQL expression of this.
getSqlExpressionCrossRefsGlobalIds() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the Global IDs of the text cross reference for the SQL expression text for this clause.
getSqlExpressionCrossRefsGlobalIds() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Returns the Global IDs of the text cross references for the SQL Expression for this mapping.
getSqlExpressionCrossRefsGlobalIds() - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Basic getter of the repository Global IDs for the text cross references of the text expression held by this text holder.
getSqlExpressionCrossRefsGlobalIds() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderGenericClause
Deprecated.
 
getSqlExpressionCrossRefsGlobalIds() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
 
getSqlExpressionCrossRefsGlobalIds() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
 
getSqlExpressionForPersistence() - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Gets the exrpession of this TextHolder as it will be persisted.
getSqlExpressionForPersistence() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderGenericClause
Deprecated.
 
getSqlExpressionForPersistence() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
 
getSqlExpressionForPersistence() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
 
getSqlExpressionId() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getSqlExpressionId() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the internal ID of the SQL expression text for this clause.
getSqlExpressionId() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getSqlExpressionId() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Returns the ID of the SQL Expression for this mapping.
getSqlExpressionId() - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Basic getter of the repository ID of the text expression held by this text holder.
getSqlExpressionId() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderGenericClause
Deprecated.
 
getSqlExpressionId() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
 
getSqlExpressionId() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
 
getSqlExpressionInMemory() - Method in interface oracle.odi.interfaces.interactive.support.IExecutableTextHolder
Deprecated.
Gets the expression of this TextHolder as it is in memory.
getSqlExpressionInMemory() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderGenericClause
Deprecated.
 
getSqlExpressionInMemory() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetColumn
Deprecated.
 
getSqlExpressionInMemory() - Method in class oracle.odi.interfaces.interactive.support.textholder.ExecutableTextHolderTargetMapping
Deprecated.
 
getSqlGroupType() - Method in class oracle.odi.domain.xrefs.expression.Expression
Returns the SQL group type of this expression.
getSqlJoinCapability() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the SQL join capability for this OdiTechnology.
getSqlText() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariable
 
getSqlText() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariable
 
getSQLText() - Method in class oracle.odi.interfaces.basic.MappingDefinition
Deprecated.
Returns the SQL expression for this mapping.
getSrcTargetTechnology() - Method in class oracle.odi.domain.project.OdiSKM
Deprecated.
in 12.1.2.0.0 use OdiSKM.getDefaultSourceTechnology()} instead.
getStageTableName() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Applicable only for access point (AP) nodes.
getStagingArea() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Returns the Staging Area object for this interface.
getStagingAreaPhysicalSchema(OdiInterface) - Static method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
A static convenience method to get the staging area physical schema for the specified interface.
getStagingExecutionUnitAPNode() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getStagingExUnitList() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
 
getStartAttribute() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get the starting attribute for this path, or null if none is defined.
getStartComponent() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Get the starting component for this path, or null if none is defined.
getStartingPointName() - Method in class oracle.odi.domain.mapping.MapPathSpecifier
Return the name of the source connector point or new connector point name.
getStartPoint() - Method in class oracle.odi.domain.mapping.MapConnector
Get the starting (source) output connector point for the connection.
getStartPosition() - Method in interface oracle.odi.domain.adapter.relational.IFileFieldDescriptor
Returns the start position of the field in the record.
getStartPosition() - Method in class oracle.odi.domain.model.OdiColumn.FileDescriptor
Returns the start position of the column in the row.
getStartTime() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
 
getStartTime() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceBaseLog
 
getStartTime() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getStartTime() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionVariableLog
 
getStartTime() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getStartTime() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getStartTime() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
 
getStartTime() - Method in class oracle.odi.domain.runtime.scheduling.TimeRange
Obtains the start time of range.
getStartTime() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of startTime property.
getStartTime() - Method in class oracle.odi.domain.runtime.session.OdiSession
Returns the start time of the OdiSession, or null if the session isn't started yet.
getStartTime() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the start time for this step, or null if not yet started.
getStartTime() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns start time of this OdiSessionTaskLog, or null if not yet started.
getStartupVariables() - Method in class oracle.odi.domain.runtime.session.OdiSession
 
getStatementCacheSize() - Method in class oracle.odi.core.config.PoolingAttributes
Gets this PoolingAttributes' statement cache size.
getStaticBaseClassName() - Method in class oracle.odi.domain.project.ComponentKM
 
getStaticDelegateClassName() - Method in class oracle.odi.domain.project.ComponentKM
 
getStaticGeneratorDelegate() - Method in class oracle.odi.domain.project.ComponentKM
 
getStatus() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceBaseLog
 
getStatus() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getStatus() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionVariableLog
 
getStatus() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getStatus() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getStatus() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
 
getStatus() - Method in class oracle.odi.domain.runtime.scheduling.OdiSchedule
Returns the activation status of this OdiSchedule.
getStatus() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains the current status of this OdiSession.
getStatus() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Obtains the current status of this step execution.
getStatus() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns status of this OdiSessionTaskLog.
getStatusCode(OdiLoadPlanInstanceRun.Status) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getStatuses() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
 
getStatuses() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of statuses property.
getStatusMessage() - Method in class oracle.odi.runtime.agent.invocation.ExecutionInfo
Returns the status message value.
getStep() - Method in class oracle.odi.domain.project.OdiDesigntimeBreakpoint
Returns Step instance if OdiDesigntimeBreakpoint.isFromStep() returns true and null otherwise.
getStep() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the step which this OdiSessionStepLog is related to.
getStepCaseUsage() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariable
Returns the unmodifiable collection of usage of this variable as a test variable for a stepCase.
getStepContextCode() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getStepContextCode() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Returns the context code on which the step was executed.
getStepContextCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getStepDeleteCount() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the number of delete operations.
getStepDuration() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the duration of step execution in seconds.
getStepEndTime() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the timestamp represented the end of step execution.
getStepErrorCount() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the number of detected errors.
getStepErrorMessage() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the message of first detected error (if any).
getStepExecutionCount() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains execution count of this OdiStepReport.
getStepForcedContextCode() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Returns the forced context code, if the context was forced to a different context than the execution context.
getStepForcedContextName() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getStepForcedContextName() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getStepId() - Method in class oracle.odi.domain.project.Step
Retrieves this Step instance internal identifier.
getStepId() - Method in class oracle.odi.domain.project.StepInterface
Deprecated.
 
getStepId() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
 
getStepId() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceElement
 
getStepInsertCount() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the number of insert operations.
getStepLogicalSchemaName() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getStepLogicalSchemaName() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Returns the logical schema name on which this step was executed.
getStepLogicalSchemaName() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getStepModelCode() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getStepModelCode() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Returns the code of the model to which the target table of this step belongs, if any; null if none.
getStepModelCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getStepName() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getStepName() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the name of this OdiStepReport.
getStepName() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getStepNumber() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the step number of this AbstractRuntimeStep.
getStepNumber() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getStepNumber() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the sequence number of this OdiStepReport.
getStepNumber() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getStepNumber() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns the internally calculated sequence number of this OdiSessionStepLog within the initial package.
getStepReports() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioReport
Gets ordered (by stepNumber and executionCount) list of step reports.
getStepResourceName() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getStepResourceName() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Returns the resource name (i.e.
getStepResourceName() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getStepReturnCode() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the return code of this OdiStepReport.
getStepRowCount() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the number of affected rows.
getSteps() - Method in class oracle.odi.domain.project.OdiPackage
Obtains an unmodifiable collection of the steps of this package.
getSteps() - Method in interface oracle.odi.domain.runtime.common.IExecutable
 
getSteps() - Method in interface oracle.odi.domain.runtime.common.IRuntimeExecutable
 
getSteps() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
 
getSteps() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprint
 
getSteps() - Method in class oracle.odi.domain.runtime.session.OdiSession
Deprecated.
consider using OdiSessionBlueprintStep instead.
getStepStartTime() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the timestamp represented the start of step execution.
getStepStatus() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the status (Status) of this OdiStepReport.
getStepTableName() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getStepTableName() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Returns the name of the table affected by this step, if any; null if none.
getStepTableName() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getStepType() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getStepType() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getStepType() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by #getStep()#getType()
getStepUpdateCount() - Method in class oracle.odi.domain.runtime.scenario.OdiStepReport
Obtains the number of update operations.
getStringDataTypeMask() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the String (or Varchar) data type mask for this ITechnology.
getStringDataTypeMask() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets String data type mask.
getStringDataTypeMask() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the String (or Varchar) data type mask for this OdiTechnology.
getStringDomainValues() - Method in class oracle.odi.domain.mapping.properties.Property
Returns a list of domain values of this property, giving transient domain values priority.
getStringPropertyValue(String) - Method in interface oracle.odi.domain.root.IPropertyOwner
Get the property value as a string.
getStringValue() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the string value of the property.
getStrongTypeClassName() - Method in interface oracle.odi.domain.root.IRoot
Get the strongly typed class name for this object.
getSubComponentDescription() - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
 
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
 
getSubComponentDescription() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getSubComponentDescription() - Method in interface oracle.odi.domain.project.interfaces.IInterfaceSubComponent
Deprecated.
Returns the sub component's description in a human-readable way.
getSubComponentDescription(Locale) - Method in interface oracle.odi.domain.project.interfaces.IInterfaceSubComponent
Deprecated.
Returns the sub component's description in a human-readable way for the given Locale.
getSubComponentDescription() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getSubComponentDescription() - Method in class oracle.odi.domain.project.interfaces.JournalizedSourceColumn
Deprecated.
 
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.interfaces.JournalizedSourceColumn
Deprecated.
 
getSubComponentDescription() - Method in class oracle.odi.domain.project.interfaces.SourceColumn
Deprecated.
 
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.interfaces.SourceColumn
Deprecated.
 
getSubComponentDescription() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get the NLS-compliant description of this subcomponent of the interface, using the default locale.
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Get the NLS-compliant description of this subcomponent of the interface, using the specified locale.
getSubComponentDescription() - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
 
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.interfaces.SourceSet
Deprecated.
 
getSubComponentDescription() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
 
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
 
getSubComponentDescription() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
 
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
 
getSubComponentDescription() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
 
getSubComponentDescription() - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
 
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.OdiInterface.StagingArea
Deprecated.
 
getSubComponentDescription() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
 
getSubComponentDescription(Locale) - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
 
getSubFolders() - Method in class oracle.odi.domain.project.OdiFolder
Obtains the unmodifable collection of OdiFolders.
getSubFolders() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioFolder
Gets an unmodifiable collection of sub-folders of this OdiScenarioFolder.
getSubject() - Method in class oracle.odi.setup.AuthenticationConfiguration.OPSSAuthenticationConfiguration
Get the subject that will be granted ODI SUPERVSIOR privilege.
getSubLanguage() - Method in interface oracle.odi.domain.adapter.topology.ILanguageElement
Gets the sub-language object that owns this language element.
getSubLanguage(String) - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the mapping sub-language object with the specified name, or null if not found.
getSubLanguageList() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Gets the list of all sub-languages implemented by this technology.
getSubLanguageList() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets all sublanguages.
getSubLanguageList() - Method in class oracle.odi.domain.topology.OdiTechnology
 
getSubLanguages() - Method in interface oracle.odi.domain.adapter.topology.ILanguage
Gets all sublanguages.
getSubLanguages() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
 
getSubmitterName() - Method in class oracle.odi.domain.runtime.lpi.finder.OdiLoadPlanInstanceRunCriteria
 
getSubmitterName() - Method in class oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
Returns the value of submitterName property.
getSubmitterName() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains actual ODI user name that has submitted the OdiSession.
getSubModel() - Method in interface oracle.odi.domain.adapter.relational.IDataStore
Returns the submodel that directly owns this datastore.
getSubModel() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the AbstractOdiSubModel that owns this datastore.
getSubModel() - Method in class oracle.odi.domain.project.StepSubModel
Returns the OdiSubModel to control when this Step is executed.
getSubModelId() - Method in class oracle.odi.domain.model.AbstractOdiSubModel
Returns the id of this AbstractOdiSubModel instance.
getSubModels() - Method in interface oracle.odi.domain.adapter.relational.IModel
 
getSubModels() - Method in class oracle.odi.domain.model.OdiGlobalSubModel
 
getSubModels() - Method in class oracle.odi.domain.model.OdiModel
Obtains the unmodifiable collection of all OdiSubModels contained by this OdiModel instance.
getSubModels() - Method in class oracle.odi.domain.model.OdiSubModel
Obtains the unmodifiable collection of sub models of this OdiSubModel instance.
getSubPartitionMask() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the sub partition mask.
getSubPartitionMask() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Obtains the sub-partition mask.
getSubPartitionMask() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets subpartition mask.
getSubPartitionMask() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the sub partition mask.
getSubPartitionMask() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the sub-partition mask.
getSubPartitionPolicy() - Method in class oracle.odi.domain.model.OdiDataStore
Returns the OdiDataStore.PartitioningPolicy policy used for the sub partitions of this datastore.
getSubPartitions() - Method in class oracle.odi.domain.model.OdiMainPartition
Returns an unmodifiable collection of OdiSubPartitions that belongs to this OdiMainPartition.
getSubscribers() - Method in class oracle.odi.domain.project.StepDataStore.SimpleJournalizeDataStore
Obtains the CDC subscribers.
getSubscribers() - Method in class oracle.odi.domain.project.StepModel.SimpleJournalizeModel
Obtains the CDC subscribers.
getSubtype() - Method in class oracle.odi.domain.project.ComponentKM
 
getSubtype(IKnowledgeModule.ProcessingType) - Method in class oracle.odi.domain.project.ComponentKM
 
getSuccessfulChildSessionCount() - Method in class oracle.odi.domain.runtime.session.OdiSession
Obtains the count of successful child OdiSession.
getSupervisorPassword() - Method in class oracle.odi.setup.AuthenticationConfiguration.StandaloneAuthenticationConfiguration
Get the password that will be set to the SUPERVISOR user.
getSupervisorPermission() - Static method in class oracle.odi.core.security.Permission
return Permission object representing SUPERVISOR permission.
getSupportedSourceComponents() - Method in class oracle.odi.domain.mapping.component.Dataset
Gets a list of components in this dataset that can be used as sources.
getSupportedTechnologies(OdiUserFunctionImpl, IOdiTechnologyFinder) - Method in class oracle.odi.domain.project.OdiUserFunction
Obtains the Collection of OdiTechnologys supported by the given OdiUserFunctionImpl.
getSupportedTechnologies(IOdiTechnologyFinder) - Method in class oracle.odi.domain.project.OdiUserFunctionImpl
getSupportedTechnologyCodes(OdiUserFunctionImpl, Collection) - Method in class oracle.odi.domain.project.OdiUserFunction
 
getSyncState() - Method in class oracle.odi.domain.mapping.MapAttribute
 
getTable() - Method in interface oracle.odi.domain.adapter.relational.IColumn
Obtains the owning table of this column.
getTable() - Method in class oracle.odi.domain.model.OdiColumn
Obtains the parent OdiDataStore but match the IDataStore interface
getTable() - Method in class oracle.odi.domain.project.interfaces.JournalizedSourceColumn
Deprecated.
Returns the source datastore owning this journalized source column.
getTable() - Method in class oracle.odi.domain.project.interfaces.SourceColumn
Deprecated.
Obtains the owning source datastore of this source column.
getTable() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the target datastore of the interface owning this target column.
getTable() - Method in interface oracle.odi.domain.relational.IColumn
Obtains the owning table of this column.
getTableAliasSeparator() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns the string used for separating a table name from its alias in a from clause for this ITechnology.
getTableAliasSeparator() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the separator between table and table alias.
getTableAliasSeparator() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns the string used for separating a table name from its alias in a from clause for this OdiTechnology.
getTableName() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
For internal use only.
getTableName() - Method in class oracle.odi.domain.project.OdiSequence
Returns name of the table used by this sequence.
getTableName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeSequence
Returns the table name for this AbstractRuntimeSequence.
getTableName() - Method in class oracle.odi.generation.DDLDiff
Gives the table name to which the object on which the current difference was detected belongs.
getTag() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Gets the OdiScenario's tag (name and version).
getTAPUnit() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
If this is a transparent access point (TAP) node, returns the associated TAP unit, else return null.
getTargetAPNodes() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the target access point (AP) nodes connected from this execution unit.
getTargetClass() - Method in interface oracle.odi.core.persistence.IRelationshipDescriptor
Class of the target of the relationship.
getTargetColumn() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Returns the TargetColumn to which this mapping is attached.
getTargetColumnId() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the target column's ID in the repository.
getTargetCommand() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the target command of this AbstractRuntimeTask.
getTargetCommand() - Method in interface oracle.odi.domain.runtime.common.IStepTask
 
getTargetCommand() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTargetCommand() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTargetCommand() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns the actual command executed on target.
getTargetCommandEncrypted() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTargetCommandEncrypted() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTargetCommandEncryptionKey() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the encryption key for target command of this AbstractRuntimeTask.
getTargetCommandEncryptionKey() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTargetCommandEncryptionKey() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the encryption key for target command of this task.
getTargetCommandEncryptionKey() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTargetCommitMode() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the commit mode for target of this AbstractRuntimeTask.
getTargetCommitMode() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTargetCommitMode() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the target commit mode of this OdiSessionCustomTask.
getTargetCommitMode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTargetCommitMode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getTargetCommitMode()
getTargetComponentKM() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the target component KM, it may be an IKM or LKM.
getTargetContextCode() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the context code for target of this AbstractRuntimeTask.
getTargetContextCode() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTargetContextCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the context code for target of underlying OdiSessionBlueprintTask.
getTargetContextCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTargetContextCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getTargetContextCode()
getTargetDatabaseLogicalSchema() - Method in class oracle.odi.domain.topology.OdiLogicalSchema
Returns logical schema to be used by Oracle Golden Gate's replicat process.
getTargetDataServerName() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTargetDataServerName() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTargetDataServerName() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns computed target data server name, or null if undefined.
getTargetDataStore() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
If this execution unit contains one target node, get its associated target datastore, if any.
getTargetDataStore() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Returns the target data store object of this interface.
getTargetDataStore() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetTargetDataStore
Deprecated.
Gets the target data store.
getTargetDataStorePhysicalSchema(OdiInterface) - Static method in class oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions
Deprecated.
A static convenience method to get the target datastore's physical schema for the specified interface.
getTargetExecutionUnits() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get a list of all execution units with no downstream connections to other execution units.
getTargetExpressionText() - Method in class oracle.odi.domain.project.OdiProcedureLine
Get the on target command expression text.
getTargetExpressionTextEncryptionKey() - Method in class oracle.odi.domain.project.OdiProcedureLine
Get the Target command expression text encryption key
getTargetExpressionTextEncryptionKeyVector() - Method in class oracle.odi.domain.project.OdiProcedureLine
Get the target command expression text encryption key vector
getTargetExUnitList() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
 
getTargetIsolationLevel() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the isolation level for target of this AbstractRuntimeTask.
getTargetIsolationLevel() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTargetIsolationLevel() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the isolation level for target of underlying OdiSessionBlueprintTask.
getTargetIsolationLevel() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTargetIsolationLevel() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getTargetIsolationLevel()
getTargetLoadOrder() - Method in class oracle.odi.domain.mapping.Mapping
Get the target load order for this mapping.
getTargetLoadOrderText() - Method in class oracle.odi.domain.mapping.Mapping
Get the target load order text for this mapping.
getTargetLogicalSchemaName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the target logical schema name for this AbstractRuntimeStep.
getTargetLogicalSchemaName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the logical schema name for target of this AbstractRuntimeTask.
getTargetLogicalSchemaName() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTargetLogicalSchemaName() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the target logical schema name for underlying OdiSessionBlueprintStep.
getTargetLogicalSchemaName() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the logical schema name for target of underlying OdiSessionBlueprintTask.
getTargetLogicalSchemaName() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by #getStep()#getTargetLogicalSchemaName()
getTargetLogicalSchemaName() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTargetLogicalSchemaName() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getTargetLogicalSchemaName()
getTargetMappings() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns all target mappings for this target column.
When the target column is mapped and is not executed on TARGET, then there is one mapping for each DataSet.
getTargetModelCode() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the target model code for this AbstractRuntimeStep.
getTargetModelCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the target model code for underlying OdiSessionBlueprintStep.
getTargetModelCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by #getStep()#getTargetModelCode()
getTargetNode() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Return the main target node for this execution unit.
getTargetNodes() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Get a list of all target nodes in the graph, which are nodes with no parent node (no downstream target node).
getTargetNodes() - Method in class oracle.odi.domain.mapping.physical.ExecutionUnit
Get the target nodes contained in this execution unit.
getTargetResourceName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the target resource name for this AbstractRuntimeStep.
getTargetResourceName() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the target resource name for underlying OdiSessionBlueprintStep.
getTargetResourceName() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#getTargetResourceName()
getTargets() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get a list of all components that have input connections but no output connections.
getTargetSql() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the target mapping as a String for mappings executed on the target.
getTargetSqlMappingExpression() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
When the mapping on this TargetColumn is executed on TARGET, obtains the SQL mapping for this column.
getTargetSqlMappingExpressionCrossRefsGlobalIds() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the Global IDs for the text cross references of the target expression for the mapping when executed on the target.
getTargetSqlMappingExpressionId() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
Returns the ID of the target expression for the mapping when executed on the target.
getTargetTableName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the target table name for this AbstractRuntimeStep.
getTargetTableName() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the target table name for underlying OdiSessionBlueprintStep.
getTargetTableName() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#getTargetTableName()
getTargetTechnoCode() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the technology code for target of this AbstractRuntimeTask.
getTargetTechnoCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the technology code for target of underlying OdiSessionBlueprintTask.
getTargetTechnology() - Method in class oracle.odi.domain.project.ComponentKM
 
getTargetTechnology() - Method in class oracle.odi.domain.topology.TypeConversion
Get the target technology for this TypeConversion.
getTargetTechnologyCode() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTargetTechnologyCode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTargetTemplateText() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the target template text associated with this node and the selected KM.
getTargetTransactionChannel() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the transaction channel for target of this AbstractRuntimeTask.
getTargetTransactionChannel() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the target transaction channel of this OdiSessionCustomTask.
getTargetTransactionId() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTargetTransactionId() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTargetTransactionId() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getTargetTransactionChannel()
getTargetType() - Method in class oracle.odi.domain.topology.TypeConversion
Get the target type for this TypeConversion.
getTargetTypeCondition() - Method in class oracle.odi.domain.topology.TypeConversion
Get the target type condition for this TypeConversion.
getTask() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns the task which this OdiSessionTaskLog is related to.
getTaskLogLevel() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getTaskLogLevel() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getTaskLogNumber() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
As of ODI 11.1.1.5 this method is not supported anymore and the taskLogNumber of a task log must now be obtained from the enclosing OdiSessionStepLog since stepNumber of a step log and taskLogNumber are the same
getTaskName1() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the first name of this AbstractRuntimeTask.
getTaskName1() - Method in interface oracle.odi.domain.runtime.common.IStepTask
 
getTaskName1() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTaskName1() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the name1 of this OdiSessionCustomTask.
getTaskName1() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTaskName1() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getTaskName1()
getTaskName2() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the second name of this AbstractRuntimeTask.
getTaskName2() - Method in interface oracle.odi.domain.runtime.common.IStepTask
 
getTaskName2() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTaskName2() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the name2 of this OdiSessionCustomTask.
getTaskName2() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTaskName2() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getTaskName2()
getTaskName3() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the third name of this AbstractRuntimeTask.
getTaskName3() - Method in interface oracle.odi.domain.runtime.common.IStepTask
 
getTaskName3() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTaskName3() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the third name of underlying OdiSessionBlueprintTask.
getTaskName3() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTaskName3() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Gets task name 3 of this OdiSessionTaskLog, or null if undefined.
getTaskNumber() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTaskNumber() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTasks() - Method in interface oracle.odi.domain.runtime.common.IExecutableStep
 
getTasks() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getTasks() - Method in class oracle.odi.domain.runtime.scenario.OdiScenarioStep
 
getTasks() - Method in class oracle.odi.domain.runtime.session.blueprint.OdiSessionBlueprintStep
 
getTasks() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getTaskType() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns type of the task.
getTaskType() - Method in interface oracle.odi.domain.runtime.common.IStepTask
 
getTaskType() - Method in interface oracle.odi.domain.runtime.common.ITask
 
getTaskType() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the type of the task.
getTaskType() - Method in class oracle.odi.domain.runtime.session.OdiSessionTask
Deprecated.
 
getTechIntName(TechnologyName) - Static method in class oracle.odi.setup.support.TechnologyNameUtils
Return the TechIntName associated to a TechnologyName.
getTechnicalDescription() - Method in class oracle.odi.domain.mapping.component.FilterComponent
 
getTechnicalDescription() - Method in class oracle.odi.domain.mapping.component.JoinComponent
 
getTechnicalDescription() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Returns the technical description property value of this expression
getTechnicalDescription() - Method in interface oracle.odi.domain.mapping.IMapComponent
If this is a Join/Filter/LookUp/Datastore Component return technical description of corresponding expression
getTechnicalDescription() - Method in class oracle.odi.domain.mapping.MapAttribute
Get the technical description of this attribute.
getTechnicalDescription() - Method in class oracle.odi.domain.project.interfaces.Filter
Deprecated.
 
getTechnicalDescription() - Method in class oracle.odi.domain.project.interfaces.GenericClause
Deprecated.
Returns the technical description of the expression text of this clause.
getTechnicalDescription() - Method in class oracle.odi.domain.project.interfaces.Join
Deprecated.
 
getTechnicalDescription() - Method in class oracle.odi.domain.project.interfaces.TargetMapping
Deprecated.
Returns the technical description for this mapping.
The technical description is a computed description from the SQL expression in which all column names are replaced with the column's descriptions.
For instance, the expression "CUST.COMP_NAME" would be replaced with "CUST.Name of the company".
getTechnology() - Method in interface oracle.odi.domain.adapter.topology.IDataServer
Returns the technology to which this data server is linked, or null if it is unknown.
getTechnology() - Method in interface oracle.odi.domain.adapter.topology.IDataType
Gets the technology that defines this data type.
getTechnology() - Method in interface oracle.odi.domain.adapter.topology.ILocation
Gets the name of the technology associated with this location.
getTechnology() - Method in interface oracle.odi.domain.adapter.topology.ILogicalSchema
Gets the technology associated with this logical schema.
getTechnology() - Method in class oracle.odi.domain.mapping.MappingDataType
 
getTechnology() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the implementing generic technology for the mapping generic technology.
getTechnology() - Method in class oracle.odi.domain.model.OdiModel
Returns the technology associated to this OdiModel instance.
getTechnology() - Method in class oracle.odi.domain.project.OdiProcedureLineCmd
Obtains the technology this OdiProcedureLineCmd aims to be executed on.
getTechnology() - Method in exception oracle.odi.domain.project.OdiTechnologyAlreadyImplementedException
Deprecated.
Returns related OdiTechnology.
getTechnology() - Method in class oracle.odi.domain.topology.OdiDataServer
Returns the technology to which this data server is linked.
getTechnology() - Method in class oracle.odi.domain.topology.OdiDataType
Obtains the technology that defines this OdiDataType instance.
getTechnology() - Method in class oracle.odi.domain.topology.OdiFlexField
Get the technology this FlexField applies, or null if this FlexField applies to all technologies or is not technology related.
getTechnology() - Method in class oracle.odi.domain.topology.OdiIndexType
Obtains the OdiTechnology this OdiIndexType belongs to.
getTechnology() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl
Returns technology this implementation defined for.
getTechnology() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
Returns OdiTechnology this implementation belongs to.
getTechnology() - Method in class oracle.odi.domain.topology.OdiLogicalSchema
Obtains the OdiTechnology that logical schema is related to.
getTechnology() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Convenient method to obtain the OdiTechnology that belongs to this OdiPhysicalSchema.
getTechnologyCode() - Method in class oracle.odi.core.repository.Repository
Obtains internal ODI technology code (aka dialect) for this repository.
getTechnologyDataType(String) - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Gets a data type object supported by this technology, with the specified name.
getTechnologyDataType(String) - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets data type for the given type name.
getTechnologyDataType(String) - Method in class oracle.odi.domain.topology.OdiTechnology
 
getTechnologyDataTypes() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Returns an unmodifiable collection of this ITechnology's data types.
getTechnologyDataTypes() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets all data types from this technology.
getTechnologyDataTypes() - Method in class oracle.odi.domain.topology.OdiTechnology
 
getTechnologyId() - Method in class oracle.odi.domain.topology.OdiLanguageElementImpl.OdiLanguageElementImplId
Obtains the technology id.
getTechnologyId() - Method in class oracle.odi.domain.topology.OdiLanguageImpl.OdiLanguageImplId
Obtains the technology id.
getTechnologyId() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the identifier for this OdiTechnology.
getTechnologyIndexType(String) - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Gets a index type object supported by this technology, with the specified index type code.
getTechnologyIndexType(String) - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the index type for an index type code.
getTechnologyIndexType(String) - Method in class oracle.odi.domain.topology.OdiTechnology
 
getTechnologyIndexTypes() - Method in interface oracle.odi.domain.adapter.topology.ITechnology
Gets all index type objects supported by this technology.
getTechnologyIndexTypes() - Method in class oracle.odi.domain.mapping.MappingGenericTechnology
Gets the index types suppoted by this technology.
getTechnologyIndexTypes() - Method in class oracle.odi.domain.topology.OdiTechnology
 
getTechnologyName() - Method in interface oracle.odi.domain.adapter.project.ITemplate
Gets the technology name that this template is associated with.
getTechnologyName() - Method in interface oracle.odi.domain.adapter.topology.IDataType
Obtains the technology name that defines this IDataType instance.
getTechnologyName() - Method in class oracle.odi.domain.mapping.MappingDataType
 
getTechnologyName() - Method in class oracle.odi.domain.topology.OdiDataType
 
getTechnologyName() - Method in class oracle.odi.domain.xrefs.OdiUserFunctionCrossRef
Obtains the technology name.
getTechnologyName(String) - Static method in class oracle.odi.setup.support.TechnologyNameUtils
Obtains a TechnologyName from the technology internal name.
getTechnoXmlFileName(TechnologyName) - Static method in class oracle.odi.setup.support.TechnologyNameUtils
Get the xml file name for the given TechnologyName.
getTechnoXmlFileName(String) - Static method in class oracle.odi.setup.support.TechnologyNameUtils
Obtains the xml file name from the tehcnology internal name.
getTemplateText() - Method in interface oracle.odi.domain.adapter.project.ITemplate
Gets the text of this template.
getTemporaryIndexLoc() - Method in class oracle.odi.domain.project.ComponentKMLine
 
getTemporaryIndexLoc() - Method in class oracle.odi.domain.project.OdiIKMLine
 
getTemporaryIndexLoc() - Method in class oracle.odi.domain.project.OdiLKMLine
 
getTemporaryIndexLocation() - Method in class oracle.odi.domain.project.OdiIKMLine
Get the temporaryIndexLocation.
getTemporaryIndexLocation() - Method in class oracle.odi.domain.project.OdiLKMLine
Get the temporaryIndexLocation.
getTemporaryIndexPrefix() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Obtains the temporary index prefix.
getTemporaryIndexPrefix() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Obtains the temporary index prefix.
getTemporaryIndexPrefix() - Method in class oracle.odi.domain.topology.OdiTechnology
Obtains the temporary index prefix, which is the default value for the OdiPhysicalSchemas newly created in this OdiTechnology.
getTestOperator() - Method in class oracle.odi.domain.runtime.loadplan.OdiCaseWhen
 
getTestOperator() - Method in class oracle.odi.domain.runtime.lpi.OdiCaseWhenInstance
 
getTestVariable() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepCase
 
getTestVariable() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepCase
 
getText() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets the unparsed text of this expression.
getTextDelimiter() - Method in interface oracle.odi.domain.adapter.relational.IFileDescriptor
Returns the pair of characters delimiting a field.
getTextDelimiter() - Method in class oracle.odi.domain.model.OdiDataStore.FileDescriptor
Returns the pair of characters delimiting a field.
getThrowable() - Method in class oracle.odi.interfaces.data.CheckResponse
Deprecated.
Get the Throwable exception associated with the error for this check expression response, or null if there is no error.
getTime() - Method in class oracle.odi.domain.runtime.scheduling.ExplicitDate
Returns time of day.
getTime() - Method in class oracle.odi.domain.runtime.scheduling.Recurrence
Returns time of recurrence.
getTimeout() - Method in interface oracle.odi.core.persistence.transaction.ITransactionDefinition
Return the transaction timeout.
getTimeout() - Method in class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
 
getTimeout() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
 
getTimeout() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
 
getTimeUnit() - Method in class oracle.odi.domain.runtime.scheduling.Period
Returns the time unit.
getTitle() - Method in class oracle.odi.setup.TechnologyName
Provides human-friendly title for technology code.
getToConnectorCount() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Return the number of output connections from this connector point.
getToConnectors() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a list of all connectors that end at this point (or are connected "to" this point).
getTopLevelComponentsOfType(String) - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get a list of all the components of the specified type, that are directly owned by this object
getTopLevelLines() - Method in class oracle.odi.domain.project.OdiProcedure
Returns a list of OdiProcedureLines held by this OdiProcedure.
getTopLevelOptions() - Method in class oracle.odi.domain.project.ComponentKM
Get the procedure options defined in this component KM, but with no base class options.
getTopLevelSources() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get a list of top level components that have output connections but no input connections, not including passive components.
getTopLevelTargets() - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get a list of top level components that have input connections but no output connections.
getTopLevelTasks(IExecutableStep) - Static method in class oracle.odi.domain.runtime.common.ExecutableHelper
Get all tasks contained by the step that do not have a composite parent task.
getTopmostComponent() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the top level of the component owner hierarchy that is still a component itself.
getTraceDate() - Method in class oracle.odi.domain.project.interfaces.ObjTrace
Deprecated.
Returns the timestamp when this trace message object is created.
getTraceMessage() - Method in class oracle.odi.domain.project.interfaces.ObjTrace
Deprecated.
Returns the trace message text.
getTraceSeverity() - Method in class oracle.odi.domain.project.interfaces.ObjTrace
Deprecated.
Returns the severity of the trace message.
getTraceType() - Method in class oracle.odi.domain.project.interfaces.ObjTrace
Deprecated.
Returns the type of the trace message.
getTrackedSequenceValues() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Obtains the tracked values of session's sequences for this task execution.
getTrackedVariableValues() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Obtains the tracked values of session's variables for this step execution.
getTrailFileSize() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Method returns size of trail file to be used by this Oracle Golden Gate's extract process.
getTransaction(ITransactionDefinition) - Method in interface oracle.odi.core.persistence.transaction.ITransactionManager
Obtains the currently active transaction or create a new one according to the given transaction definition (containing a propagation behavior).
getTransaction(ITransactionDefinition) - Method in class oracle.odi.core.persistence.transaction.support.TransactionManagerSpringAdapter
 
getTransactionalEntityManager() - Method in class oracle.odi.core.OdiInstance
Gets managed IOdiEntityManager, attached to the current transaction.
getTransactionalEntityManager(IOdiEntityManagerFactory) - Static method in class oracle.odi.core.persistence.OdiEntityManagerFactoryUtils
Obtains transactional entity manager for given factory.
getTransactionalMasterConnection() - Method in class oracle.odi.core.OdiInstance
Gets managed JDBC Connection against master repository.
getTransactionalWorkConnection() - Method in class oracle.odi.core.OdiInstance
Gets managed JDBC Connection against work repository.
getTransactionChannel() - Method in class oracle.odi.domain.project.OdiProcedureLineCmd
Obtains the transaction channel of this OdiProcedureLineCmd.
getTransactionChannels() - Method in class oracle.odi.domain.topology.OdiOnConnectConfig
Obtains the transaction channels for which the onConnect command should be performed.
getTransactionChannels() - Method in class oracle.odi.domain.topology.OdiOnDisconnectConfig
Obtains the transaction channels for which the onDisconnect command should be performed.
getTransactionManager() - Method in class oracle.odi.core.OdiInstance
Gets the instance of ITransactionManager bounds to this OdiInstance
getTranslatedDomainValue(String) - Method in class oracle.odi.domain.mapping.properties.Property
Gets the NLS translated domain value of the domain value key.
getTranslatedDomainValue(String) - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the NLS translated domain value for a domain value key.
getTrgTargetTechnology() - Method in class oracle.odi.domain.project.OdiSKM
Deprecated.
in 12.1.2.0.0 use OdiSKM.getDefaultTargetTechnology()} instead.
getType() - Method in class oracle.odi.core.repository.WorkRepository
Obtains this work repository's type.
getType() - Method in interface oracle.odi.domain.adapter.relational.IDataStoreRelationship
Returns the relationship type of this IDataStoreRelationship instance.
getType() - Method in interface oracle.odi.domain.adapter.relational.IPartition
Obtains the type of this partition
getType() - Method in interface oracle.odi.domain.adapter.topology.ISubLanguage
Returns type of this sub-language.
getType() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the type of this node.
getType() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the type of this property.
getType() - Method in class oracle.odi.domain.model.OdiMainPartition
 
getType() - Method in class oracle.odi.domain.model.OdiSubPartition
 
getType() - Method in class oracle.odi.domain.project.OdiSequence
Obtains the type of this sequence.
getType() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeSequence
Returns the type of this AbstractRuntimeSequence.
getType() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the type of this AbstractRuntimeStep.
getType() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeTask
Returns the type of this AbstractRuntimeTask.
getType() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeVariable
Returns the type of this AbstractRuntimeVariable.
getType() - Method in interface oracle.odi.domain.runtime.common.IExecutableStep
 
getType() - Method in interface oracle.odi.domain.runtime.common.IStepTask
 
getType() - Method in class oracle.odi.domain.runtime.purge.support.PurgeLogServiceReport.PurgedItem
 
getType() - Method in class oracle.odi.domain.runtime.scheduling.OdiJobStartupParam
Returns the data type of this parameter.
getType() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the type of this OdiSessionCustomStep.
getType() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomTask
Returns the type of this OdiSessionCustomTask.
getType() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomVariable
Returns the type of underlying OdiSessionBlueprintVariable.
getType() - Method in class oracle.odi.domain.runtime.session.OdiSessionSequence
Deprecated.
Gets the type of sequence.
getType() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Deprecated.
replaced by #getTask()#getType()
getType() - Method in class oracle.odi.domain.runtime.session.OdiSessionVariable
Deprecated.
Gets the type of this variable.
getType() - Method in class oracle.odi.domain.topology.OdiWorkRepositoryInfo
Gets type of this ODI work repository.
getTypeClauseText() - Method in interface oracle.odi.domain.adapter.topology.IIndexType
get the SQL keyword of this index type.
getTypeClauseText() - Method in class oracle.odi.domain.topology.OdiIndexType
get the SQL keyword of this index type.
getTypeName() - Method in class oracle.odi.domain.mapping.component.Dataset
 
getTypeName() - Method in interface oracle.odi.domain.mapping.IMapComponent
Return the component type name for this component.
getUIDef(String) - Static method in class oracle.odi.domain.mapping.MapComponentRegistry
Return a ui definition object for the specified component type name.
getUnderlyingColumn() - Method in interface oracle.odi.domain.project.interfaces.ISourceColumn
Deprecated.
Returns the underlying column, either an OdiColumn if the SourceDataStore represents an OdiDataStore, either a TargetColumn if the SourceDataStore represents an OdiInterface.
getUnderlyingColumn() - Method in class oracle.odi.domain.project.interfaces.JournalizedSourceColumn
Deprecated.
Returns the underlying datastore column.
getUnderlyingColumn() - Method in class oracle.odi.domain.project.interfaces.SourceColumn
Deprecated.
Returns the underlying column, either an OdiColumn if the SourceDataStore represents an OdiDataStore, either a TargetColumn if the SourceDataStore represents an OdiInterface.
getUnderlyingComponent() - Method in class oracle.odi.interfaces.interactive.support.execarea.InterfaceElementInExecutionArea
Deprecated.
 
getUnderlyingComponent() - Method in interface oracle.odi.interfaces.interactive.support.IElementInExecutionArea
Deprecated.
Returns the underlying sub-component referenced by this element.
getUnderlyingDataStore() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Returns an IDataStore corresponding to the underlying DataStore of the source table.
If this SourceDataStore was created using an OdiDataStore, this method returns this OdiDataStore.
If this SourceDataStore was created using an OdiInterface, this method returns the OdiInterface.TargetDataStore of this OdiInterface.
getUnderlyingOdiColumn() - Method in class oracle.odi.domain.project.interfaces.TargetColumn
Deprecated.
The underlying OdiColumn.
If the TargetDataStore is a temporary datastore, null is returned as there is no underlying OdiColumn.
getUnderlyingOdiDataStore() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Gets the underlying OdiDataStore for this interface source.
getUnderlyingOdiDataStore() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the underlying real data store for the target of this interface.
getUnderlyingOdiDataStoreShortcut() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Gets the underlying OdiDataStore shortcut for this interface source.
getUnderlyingOdiInterface() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Gets the underlying OdiInterface object whose target is used as a source for the interface.
getUnderlyingOdiInterfaceShortcut() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Gets the underlying OdiInterface shortcut object whose target is used as a source for the interface.
getUnderlyingShortcut() - Method in class oracle.odi.domain.project.interfaces.SourceDataStore
Deprecated.
Returns the underlying shortcut object.
getUnderlyingShortcutOdiDataStore() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the underlying shortcut tor the target of this interface.
getUnderlyingShortcutTable() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Returns the target data store shortcut of this interface, or null for a temporary interface.
getUnderlyingTable() - Method in class oracle.odi.domain.project.OdiInterface
Deprecated.
Returns the target data store of this interface, or null for a temporary interface.
getUnderlyingUpdateKey() - Method in class oracle.odi.domain.project.OdiInterface.TargetDataStore
Deprecated.
Returns the underlying update key.
getUniqueId() - Method in class oracle.odi.domain.security.OdiEnterprisePrincipal
 
getUniqueName() - Method in class oracle.odi.domain.security.OdiEnterprisePrincipal
 
getUniqueTagCharacterEncoding() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Returns character encoding string that will be used by the unique tag during codegen.
getUniqueTagCharacterEncoding() - Method in class oracle.odi.domain.topology.OdiTechnology
Returns character encoding string that will be used by the unique tag during codegen.
getUniqueUserName() - Method in class oracle.odi.core.security.Authentication
Return the unique username for this authentication.
getUnmatchedUsersCount() - Method in class oracle.odi.setup.SwitchToExternalAuthenticationService.SwitchStatistics
Get the number of user for which there was no matching username in the external identity store.
getUnparsedIdentifiers() - Method in class oracle.odi.domain.mapping.expression.MapExpression
Gets a list of possible identifiers that do not match any objects.
getUpdateAction() - Method in class oracle.odi.domain.model.OdiReference
Returns the update rule of this OdiReference instance.
getUpdateCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionLog
 
getUpdateCount() - Method in interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceSessionLog
 
getUpdateCount() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getUpdateCount() - Method in class oracle.odi.domain.runtime.session.OdiSession
Relevant for Interfaces and Procedures and any execution that manipulates data.
getUpdateCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Returns overall number of updates processed by this step, or null if not applicable.
getUpdateCount() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Relevant for Interfaces and Procedures and any execution that manipulates data.
getUpdateKey() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the value of the "key for update" property.
getUpdateKeys() - Method in class oracle.odi.domain.mapping.component.DataStorageDelegate
Gets the list of keys which are defined for the bound object of this component.
getUpgradeKey() - Method in class oracle.odi.core.repository.MasterRepository
 
getUpstreamAPNodes() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
If there is a AP (PAP or TAP) node upstream of this node, and contained in the same execution unit, it it returned.
getUpstreamConnectedComponents() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a list of all upstream components that are connected to this input connector point.
getUpstreamConnectedLeafComponents() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of all upstream components connected to this one, through all input connector points owned by this component.
getUpstreamConnectedLeafComponents() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a list of all upstream components that are connected to this input connector point.
getUpstreamConnectedLeafPoints() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of all upstream leaf connector points connected to this component, through all input connector points owned by this component.
getUpstreamConnectedLeafPoints() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a list of all upstream connector points that are connected to this input connector point.
getUpstreamConnectedNodes() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the list of upstream physical source nodes for this physical node.
getUpstreamConnectedPoints() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get a list of all upstream connector points connected to this component, through all input connector points owned by this component.
getUpstreamConnectedPoints() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get a list of all upstream connector points that are connected to this input connector point.
getUpstreamInScopeAttributes() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get all attributes that are in-scope for expressions associated with this connector point.
getUpstreamInScopeLeafAttributes() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the upstream in-scope leaf attributes for this component.
getUpstreamInScopeLeafConnectorPoints() - Method in class oracle.odi.domain.mapping.MapConnectorPoint
Get all connector points that are in-scope for expressions associated with this connector point.
getUpstreamInScopeLeafPoints() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the upstream in-scope leaf connector points for this component.
getUpstreamLeafAttributes(IMapComponent) - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get all upstream attributes for the specified target component.
getUpstreamLeafAttributes(MapConnectorPoint) - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get all upstream leaf attributes for the specified target connector point.
getUpstreamLeafConnectorPoints(MapConnectorPoint) - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get all upstream leaf connector points for the specified target connector point.
getUpstreamLeafSources(IMapComponent) - Method in interface oracle.odi.domain.mapping.IMapComponentOwner
Get the upstream leaf component sources for the specified component.
getUpstreamSources() - Method in interface oracle.odi.domain.mapping.IMapComponent
Get the upstream sources for this component.
getUrl() - Method in class oracle.odi.setup.JdbcProperties
Returns the jdbc url value.
getURLString() - Method in class oracle.odi.domain.topology.OdiPhysicalAgent
Obtains the string representation of the URL to locate the deployed runtime agent.
getUseQueryValidation() - Method in class oracle.odi.core.config.PoolingAttributes
 
getUser() - Method in class oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker
Returns the user name value.
getUser() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the user name.
getUserFunction() - Method in exception oracle.odi.domain.project.OdiTechnologyAlreadyImplementedException
Deprecated.
Returns related OdiUserFunction.
getUserFunctionId() - Method in class oracle.odi.domain.project.OdiUserFunction
Obtains the ID of this OdiUserFunction.
getUserFunctionImplId() - Method in class oracle.odi.domain.project.OdiUserFunctionImpl
Obtains the ID of this OdiUserFunctionImpl.
getUserFunctions() - Method in interface oracle.odi.domain.adapter.project.IProject
Gets the list of user functions owned by this project, as well as any global user functions that are in scope for the project.
getUserFunctions() - Method in class oracle.odi.domain.project.OdiProject
Return an unmodifiable collection of user functions that belong to this project.
getUserId() - Method in class oracle.odi.domain.security.OdiUser
 
getUserMembers() - Method in class oracle.odi.domain.security.OdiProfile
 
getUserName() - Method in class oracle.odi.core.security.Authentication
Return the username for this authentication.
getUsername() - Method in exception oracle.odi.core.security.AuthenticationException
Get this authentication's user name.
getUsername() - Method in class oracle.odi.core.security.PasswordStorageConfiguration.CsfPasswordStorageConfiguration
Returns the user name to use to connect the MBean server that provides the CSF MBeans.
getUsername() - Method in interface oracle.odi.domain.adapter.topology.IDataServer
Gets the user name associated with the data server connection.
getUserName() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
 
getUsername() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer
Obtains the username that will be used to connect to this data server.
getUsername() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the user name.
getUsername() - Method in class oracle.odi.setup.JdbcProperties
Returns the jdbc username.
getUserProcedureLine() - Method in class oracle.odi.domain.project.OdiDesigntimeBreakpoint
Returns OdiUserProcedureLine instance if OdiDesigntimeBreakpoint.isFromUserProcedureLine() returns true and null otherwise.
getUserProcedures() - Method in class oracle.odi.domain.project.OdiFolder
Obtains the unmodifable collection of OdiUserProcedures.
getValidationRecordType() - Method in class oracle.odi.domain.validation.ValidationRecord
Return validation severity from (NOTIFICATION, WARNING or ERROR).
getValue() - Method in interface oracle.odi.domain.adapter.flexfields.IFlexFieldValue
Obtains this IFlexFieldValue's value.
getValue() - Method in interface oracle.odi.domain.adapter.flexfields.IOverridenFlexFieldValue
Gets the flex field value.
getValue() - Method in interface oracle.odi.domain.flexfields.IFlexFieldValue
Obtains this IFlexFieldValue's value.
getValue() - Method in interface oracle.odi.domain.IReleaseTag
Returns the string value of this release tag.
getValue() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the value of the property.
getValue() - Method in interface oracle.odi.domain.project.IOptionValue
Deprecated.
Use getOptionValue.
getValue() - Method in class oracle.odi.domain.project.OdiFolder.ReleaseTag
 
getValue() - Method in class oracle.odi.domain.project.StepVariable.EvaluateVariable
Gets the value to be evaluated.
getValue() - Method in class oracle.odi.domain.project.StepVariable.SetVariable
Get the assign value for this variable.
getValue() - Method in class oracle.odi.domain.runtime.loadplan.OdiCaseWhen
 
getValue() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepVariable
 
getValue() - Method in class oracle.odi.domain.runtime.lpi.OdiCaseWhenInstance
 
getValue() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceExceptionVariableLog
 
getValue() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepVariable
 
getValue() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariable
 
getValue() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceVariableLog
 
getValue() - Method in class oracle.odi.domain.runtime.scheduling.OdiJobStartupParam
Returns the value of this startup parameter.
getValue() - Method in class oracle.odi.domain.runtime.scheduling.Period
Returns the value.
getValue() - Method in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.DayOfMonth
Returns numeric value represented by this object.
getValue() - Method in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.DayOfWeek
Returns the 1-based integer representation of this enum constant.
getValue() - Method in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.MonthOfYear
Returns the 1-based integer representation of this enum constant.
getValue() - Method in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.Year
Returns numeric value represented by this object.
getValue() - Method in class oracle.odi.domain.runtime.sequence.OdiStandardSequenceValue
Returns current value of this sequence.
getValue() - Method in class oracle.odi.domain.runtime.session.OdiSessionParameter
Returns parameter's value.
getValue(String) - Method in class oracle.odi.domain.runtime.startup.StartupParameters
Obtains the value for the given parameter name.
getValue() - Method in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
use getOptionValue instead
getValue(String) - Method in class oracle.odi.runtime.agent.invocation.LoadPlanStartupParams
 
getValue(String) - Method in class oracle.odi.runtime.agent.invocation.StartupParams
Returns the value of the parameter.
getValueDisplayType() - Method in class oracle.odi.domain.mapping.properties.Property
Gets the value type for display.
getValueDisplayType() - Method in class oracle.odi.domain.mapping.properties.PropertyDefinition
Gets the value type for display.
getValuePersistence() - Method in class oracle.odi.domain.project.OdiVariable
Returns the values persistence strategy for this OdiVariable.
getValuePersistence() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeVariable
Returns the value persistence type of this AbstractRuntimeVariable.
getValuePersistence() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomVariable
Returns the value persistence type of underlying OdiSessionBlueprintVariable.
getValuePersistence() - Method in class oracle.odi.domain.runtime.session.OdiSessionVariable
Deprecated.
Returns the values persistence strategy for this OdiSessionVariable.
getValues() - Method in class oracle.odi.domain.runtime.variable.OdiVariableValueHistory
Returns values ordered by last update date.
getValueTrackingMode() - Method in class oracle.odi.domain.runtime.session.OdiSessionTaskLog
Returns value tracking mode used for this task log.
getVariable() - Method in class oracle.odi.domain.project.StepVariable
Returns the variable used by this step.
getVariableDefScriptText() - Method in class oracle.odi.domain.project.ComponentKM
 
getVariableDefScriptText() - Method in class oracle.odi.domain.project.ComponentKMLine
 
getVariableId() - Method in class oracle.odi.domain.project.OdiVariable
Returns this OdiVariable instance identifier.
getVariableIfExistsInLoadPlan(String) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
Retrieve the OdiLoadPlanVariable if it exists in the LoadPlan
getVariableIncrement() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the variable increment for this AbstractRuntimeStep.
getVariableIncrement() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getVariableIncrement() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the variable increment for underlying OdiSessionBlueprintStep.
getVariableIncrement() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getVariableIncrement() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#getVariableIncrement()
getVariableLog(OdiLoadPlanInstanceVariable) - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepLog
 
getVariableLongValue() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getVariableLongValue() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getVariableName() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the variable name for this AbstractRuntimeStep.
getVariableName() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getVariableName() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the variable name for underlying OdiSessionBlueprintStep.
getVariableName() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getVariableName() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#getVariableName()
getVariableName() - Method in class oracle.odi.domain.runtime.variable.OdiVariableValue
Returns the name of the variable this OdiVariableValue refers to.
getVariableOperator() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the variable operator for this AbstractRuntimeStep.
getVariableOperator() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getVariableOperator() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the variable operator for underlying OdiSessionBlueprintStep.
getVariableOperator() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getVariableOperator() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#getVariableOperator()
getVariableOrder() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeVariable
Returns the variable order of this AbstractRuntimeVariable.
getVariableOrder() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomVariable
Returns the variable order of underlying OdiSessionBlueprintVariable.
getVariableOverridenUsages() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanVariable
Returns the unmodifiable collection of usage of this variable as overridden variable.
getVariables() - Method in interface oracle.odi.domain.adapter.project.IProject
Gets a list of variables associated with this project.
getVariables() - Method in class oracle.odi.domain.project.OdiProject
Obtains the unmodifiable collection of OdiVariables.
Use removeVariable(OdiVariable) to remove elements from this collection.
getVariables() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlan
 
getVariables() - Method in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstance
 
getVariableTextGenerator() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanValidator
 
getVariableTextGenerator(OdiInstance) - Method in class oracle.odi.generation.OdiVariableTextGeneratorFactory
Obtains an instance of IOdiVariableTextGenerator from this factory.
getVariableTextGenerator(OdiInstance) - Method in class oracle.odi.generation.support.OdiVariableTextGeneratorDwgImplFactory
 
getVariableValue() - Method in class oracle.odi.domain.runtime.common.AbstractRuntimeStep
Returns the variable value for this AbstractRuntimeStep.
getVariableValue() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
getVariableValue() - Method in class oracle.odi.domain.runtime.session.OdiSessionCustomStep
Returns the variable value for underlying OdiSessionBlueprintStep.
getVariableValue() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
getVariableValue() - Method in class oracle.odi.domain.runtime.session.OdiSessionStepLog
Deprecated.
replaced by getStep#getVariableValue()
getVariableValueId() - Method in class oracle.odi.domain.runtime.variable.OdiVariableValue
Returns the ID of this OdiVariableValue instance.
getVersion() - Method in interface oracle.odi.domain.adapter.project.IScenario
Gets the version number of this scenario.
getVersion() - Method in class oracle.odi.domain.runtime.scenario.OdiScenario
Gets the OdiScenario's tag version.
getVersion() - Method in class oracle.odi.domain.runtime.scenario.Tag
Returns the version of OdiScenario held in this Tag.
getVersion() - Method in class oracle.odi.domain.topology.OdiMasterRepositoryInfo
Returns string representation of the ODI master repository's version.
getVersion() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the version.
getVersion() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the version.
getVersionTimestamp() - Method in class oracle.odi.core.repository.WorkRepository
 
getWalletPasswordExpirationDate(String, char[]) - Static method in class oracle.odi.core.security.PasswordProtectedWalletUtils
This method will update the wallet password expiration date stored in the wallet.
getWhereClause() - Method in class oracle.odi.domain.model.OdiCondition
Returns the Expression representing the where clause defined on this OdiCondition.
getWhereClause() - Method in class oracle.odi.domain.model.OdiFilter
Returns the where clause defining this OdiFilter.
getWhereClauseString() - Method in interface oracle.odi.domain.adapter.relational.ICondition
Returns the expression text representing the where clause defined on this condition.
getWhereClauseString() - Method in interface oracle.odi.domain.adapter.relational.IFilter
Returns the expression text representing the where clause defined on this filter condition.
getWhereClauseString() - Method in class oracle.odi.domain.model.OdiCondition
 
getWhereClauseString() - Method in class oracle.odi.domain.model.OdiFilter
 
getWindowingSize() - Method in class oracle.odi.domain.runtime.purge.support.PurgeLogServiceImpl
 
getWordSeparators() - Method in interface oracle.odi.domain.adapter.topology.ILanguage
Gets word separators.
getWordSeparators() - Method in class oracle.odi.domain.topology.OdiLanguageImpl
Returns chars which are word separators for this language's implementation.
getWorkCatalogName() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Returns the work catalog name.
getWorkCatalogName() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Returns the work catalog name.
getWorkName() - Method in class oracle.odi.core.config.WorkRepositoryDbInfo
Gets the work repository name.
getWorkName() - Method in exception oracle.odi.core.config.WorkRepositoryNotFoundException
Gets the work repository name we didn't find.
getWorkRep() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Returns the name of the work repository.
getWorkRepository() - Method in class oracle.odi.core.OdiInstance
Return WorkRepository associated with this OdiInstance.
getWorkRepository(MasterRepository, DataSource, SnpConnect, SnpRemRep) - Static method in class oracle.odi.core.repository.Repository
INTERNAL: Gets a WorkRepository instance.
getWorkRepository() - Method in class oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario
Returns the work repository name.
getWorkRepositoryDataSource() - Method in interface oracle.odi.core.persistence.IOdiEntityManagerFactory
Obtains the JDBC DataSource this IOdiEntityManagerFactory obtains its work repository JDBC Connections from.
getWorkRepositoryDbInfo() - Method in class oracle.odi.core.config.OdiInstanceConfig
Obtains the work repository DB info defined for this OdiInstanceConfig.
getWorkRepositoryId() - Method in class oracle.odi.domain.topology.OdiWorkRepositoryInfo
Obtains the unique ID of this work repository.
getWorkRepositoryName() - Method in exception oracle.odi.core.config.WorkRepositoryDriverClassNotFoundException
Gets the work repository name for which we tried to obtain a connection.
getWorkRepositoryName() - Method in exception oracle.odi.core.config.WorkRepositoryUrlNotValidForDriverException
Gets the work repository name for which we tried to obtain a connection.
getWorkRepositoryNames() - Method in class oracle.odi.setup.RepositoryUpgradeReport
Return the Set of repository names upgraded.
getWorkSchemaName() - Method in interface oracle.odi.domain.adapter.topology.IPhysicalSchema
Returns the work schema name.
getWorkSchemaName() - Method in class oracle.odi.domain.topology.OdiPhysicalSchema
Returns the work schema name.
getWorkUpgradeException(String) - Method in class oracle.odi.setup.RepositoryUpgradeReport
 
getWorkUpgradeStatus(String) - Method in class oracle.odi.setup.RepositoryUpgradeReport
 
getWsBaseUrl() - Method in interface oracle.odi.domain.adapter.topology.IConnectionInfo
Obtains web service base URL.
getWsBaseUrl() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
getWsBaseUrl() - Method in class oracle.odi.domain.topology.AbstractOdiDataServer.WsContainerSettings
Obtains web service base URL.
getWsCallbackUrl() - Method in class oracle.odi.domain.topology.OdiEnterpriseScheduler
Obtains the WebService callback URL.
getXKM() - Method in class oracle.odi.domain.mapping.physical.MapPhysicalNode
Get the source XKM component KM assigned to this node, if any, else null.
getXmlCharset() - Method in class oracle.odi.impexp.EncodingOptions
Returns the XML character set defined in this EncodingOptions.
getXmlFile() - Method in class oracle.odi.impexp.resource.XmlFileImportExportResource
Returns the xml file value.
getXmlVersion() - Method in class oracle.odi.impexp.EncodingOptions
Returns the XML version defined in this EncodingOptions.
getXRefDomainValues() - Method in class oracle.odi.domain.mapping.properties.Property
Returns a list of the domain model object values that can be assigned as values for the XREF property.
getYear() - Method in class oracle.odi.domain.runtime.scheduling.ExplicitDate
Returns the year.
getYear() - Method in class oracle.odi.domain.runtime.scheduling.Recurrence
Returns year of recurrence.
getZipFile() - Method in class oracle.odi.impexp.resource.ZipFileImportExportResource
Returns the zip file value.
giveContext(DataSet) - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
Deprecated.
Return an IExpressionContext for a given DataSet.
giveNewName(SourceDataStore[]) - Method in interface oracle.odi.interfaces.interactive.support.ISourceSetNameProvider
Deprecated.
Returns a name for the SourceSet containing the following SourceDataStores.
GLOBAL_PROJECT_PREFIX - Static variable in class oracle.odi.domain.project.OdiProject
Project prefix for "Global" scope objects
GLOBAL_SUB_MODEL - Static variable in class oracle.odi.domain.model.OdiSubModel.DistributionRule
Only data stores from global sub model are taken in account.
GlobalExpressionContext - Class in oracle.odi.domain.xrefs.expression.contexts
Context that has to be used to get SnpsExpressionTags relative to global workspace ODI entities (i.e.
GlobalExpressionContext(IOdiEntityManager) - Constructor for class oracle.odi.domain.xrefs.expression.contexts.GlobalExpressionContext
Construct a new GlobalExpressionContext.
GlobalExpressionContext(IOdiVariableFinder, IOdiSequenceFinder, IOdiUserFunctionFinder, IOdiEntityManager) - Constructor for class oracle.odi.domain.xrefs.expression.contexts.GlobalExpressionContext
Construct a new GlobalExpressionContext.
GREATER_THAN - Static variable in class oracle.odi.domain.runtime.loadplan.OdiCaseWhen.ComparisonOperator
> Greater Than
GREATER_THAN - Static variable in class oracle.odi.domain.runtime.session.VariableOperator
Correspond to operator >.
GREATER_THAN_OR_EQUAL - Static variable in class oracle.odi.domain.runtime.loadplan.OdiCaseWhen.ComparisonOperator
>= Greater than or equal
GREATER_THAN_OR_EQUAL - Static variable in class oracle.odi.domain.runtime.session.VariableOperator
Correspond to operator >=.
GROUP - Static variable in class oracle.odi.domain.xrefs.expression.Expression.SqlGroupType
SQL group function.
guessTechnologyByUrl(String) - Static method in class oracle.odi.setup.TechnologyName
Try to guess the repository technology from a jdbc URL.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator
12c Release 1 (12.1.2)

E39365-03

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