Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Uses of Class
oracle.odi.domain.topology.OdiLogicalSchema

Packages that use OdiLogicalSchema
oracle.odi.domain.model This package contains the Oracle Data Integrator Data Model domain implementation. 
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.domain.topology This package contains the Oracle Data Integrator Topology domain model implementation. 
oracle.odi.domain.topology.finder This package contains classes for searching Oracle Data Integrator topology entities. 
oracle.odi.interfaces.interactive.support This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.actions This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 
oracle.odi.interfaces.interactive.support.sourceset.creators Contains classes which handles the Oracle Data Integrator interface source set creation. 
 

Uses of OdiLogicalSchema in oracle.odi.domain.model
 

Methods in oracle.odi.domain.model that return OdiLogicalSchema
 OdiLogicalSchema OdiModel.getDataServiceContainer()
          Get the logical schema referencing the data service.
 OdiLogicalSchema OdiModel.getLogicalSchema()
          Returns the logical schema associated to this OdiModel instance.
 

Methods in oracle.odi.domain.model with parameters of type OdiLogicalSchema
 void OdiModel.setDataServiceContainer(OdiLogicalSchema pDataServiceContainer)
          Set the logical schema referencing the data service.
 

Constructors in oracle.odi.domain.model with parameters of type OdiLogicalSchema
OdiModel(OdiLogicalSchema pLogicalSchema, java.lang.String pName, java.lang.String pCode)
          Constructor that sets the logical schema, name and the code.
 

Uses of OdiLogicalSchema in oracle.odi.domain.project
 

Methods in oracle.odi.domain.project that return OdiLogicalSchema
 OdiLogicalSchema OdiInterface.TargetDataStore.getLogicalSchema()
          Returns the logical schema of the target datastore.
 OdiLogicalSchema OdiInterface.StagingArea.getLogicalSchema()
          Returns the logical schema of the staging area.
 OdiLogicalSchema OdiProcedureLineCmd.getLogicalSchema()
          Obtains the logical schema this OdiProcedureLineCmd will be executed on.
 OdiLogicalSchema OdiVariable.getLogicalSchema()
          Returns the OdiLogicalSchema used for the refresh of this OdiVariable instance values.
 

Methods in oracle.odi.domain.project with parameters of type OdiLogicalSchema
 void OdiInterface.StagingArea.setLogicalSchema(OdiLogicalSchema pLogicalSchema)
          For internal use only Sets the logical schema of the staging area.
 void OdiProcedureLineCmd.setLogicalSchema(OdiLogicalSchema pLogicalSchema)
          Defines the logical schema this OdiProcedureLineCmd will be executed on.
 void OdiVariable.setLogicalSchema(OdiLogicalSchema pOdiLogicalSchema)
          Defines the logical schema used to refresh this variable's value.
 

Constructors in oracle.odi.domain.project with parameters of type OdiLogicalSchema
OdiProcedureLineCmd(OdiProcedureLineCmd.CommitMode pCommitMode, java.lang.Integer pTransactionChannel, boolean pAutoCommitMode, OdiProcedureLineCmd.IsolationLevel pIsolationLevel, OdiContext pExecutionContext, OdiTechnology pTechnology, OdiLogicalSchema pLogicalSchema, Expression pExpression)
          Create a new OdiProcdureLine setting all attributes to specific values.
 

Uses of OdiLogicalSchema in oracle.odi.domain.project.interfaces
 

Methods in oracle.odi.domain.project.interfaces that return OdiLogicalSchema
 OdiLogicalSchema SourceDataStore.getLogicalSchema()
          Get the logical schema associated with the underlying data store for this source.
 OdiLogicalSchema SourceSet.getLogicalSchema()
          Returns the logical schema of the source set, or null if the source set has no source data stores.
 

Methods in oracle.odi.domain.project.interfaces with parameters of type OdiLogicalSchema
 void SourceDataStore.setLogicalSchema(OdiLogicalSchema pSchema)
          Set the logical schema associated with the underlying data store for this source.
 

Uses of OdiLogicalSchema in oracle.odi.domain.topology
 

Methods in oracle.odi.domain.topology that return OdiLogicalSchema
 OdiLogicalSchema OdiContextualSchemaMapping.getLogicalSchema()
          Returns the Logical Schema of this association.
 

Methods in oracle.odi.domain.topology that return types with arguments of type OdiLogicalSchema
 java.util.Collection<OdiLogicalSchema> OdiTechnology.getLogicalSchemas()
           Obtains an unmodifiable collection of OdiLogicalSchemas.
 

Methods in oracle.odi.domain.topology with parameters of type OdiLogicalSchema
 void OdiTechnology.removeLogicalSchema(OdiLogicalSchema pLogicalSchema)
           Remove the given OdiLogicalSchema from the collection of OdiLogicalSchemas.
 

Constructors in oracle.odi.domain.topology with parameters of type OdiLogicalSchema
OdiContextualSchemaMapping(OdiContext pContext, OdiLogicalSchema pLSchema, OdiPhysicalSchema pPSchema)
          Construct a new OdiContextualSchemaMapping that maps together the given logical and physical schemas for the specified context.
 

Uses of OdiLogicalSchema in oracle.odi.domain.topology.finder
 

Methods in oracle.odi.domain.topology.finder that return OdiLogicalSchema
 OdiLogicalSchema IOdiLogicalSchemaFinder.findByName(java.lang.String pLogicalSchemaName)
          Finds an OdiLogicalSchema using given name.
 

Methods in oracle.odi.domain.topology.finder with parameters of type OdiLogicalSchema
 java.util.Collection<OdiContextualSchemaMapping> IOdiContextualSchemaMappingFinder.findByLogicalSchema(OdiLogicalSchema pLogicalSchema)
          Deprecated. Replaced by IOdiContextualSchemaMappingFinder.findByLogicalSchema(String pLogicalSchemaName)
 OdiContextualSchemaMapping IOdiContextualSchemaMappingFinder.findByLogicalSchemaAndContext(OdiLogicalSchema pLogicalSchema, OdiContext pOdiContext)
          Deprecated. Replaced by IOdiContextualSchemaMappingFinder.findByLogicalSchema(String pLSchemaName, String pCtxCode)
 

Uses of OdiLogicalSchema in oracle.odi.interfaces.interactive.support
 

Methods in oracle.odi.interfaces.interactive.support that return OdiLogicalSchema
static OdiLogicalSchema InteractiveInterfaceHelperWithActions.getLogicalSchemaForTextHolder(OdiInterface pOdiInterface, IExecutableTextHolder pExecutableTextHolder)
          A static convenience method to retrieve the logical schema associated with the specified text holder.
 

Methods in oracle.odi.interfaces.interactive.support with parameters of type OdiLogicalSchema
static OdiPhysicalSchema InteractiveInterfaceHelperWithActions.getPhysicalSchema(OdiLogicalSchema pLogicalSchema, OdiContext pContext)
          A static convenience method to return the associated physical schema for the specified logical schema, in the specified context.
 

Uses of OdiLogicalSchema in oracle.odi.interfaces.interactive.support.actions
 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type OdiLogicalSchema
InterfaceActionOnStagingAreaSetLogicalSchema(OdiLogicalSchema pOdiLogicalSchema)
          The constructor for the action class.
 

Uses of OdiLogicalSchema in oracle.odi.interfaces.interactive.support.sourceset.creators
 

Constructors in oracle.odi.interfaces.interactive.support.sourceset.creators with parameters of type OdiLogicalSchema
InexistentMappingException(OdiLogicalSchema pLogicalSchema, OdiContext pContext)
          Constructs a new InexistentMappingException.
 


Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

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