Skip navigation links

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

E17060-02


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

Packages that use OdiTechnology
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.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. 

 

Uses of OdiTechnology in oracle.odi.domain.model

 

Methods in oracle.odi.domain.model that return OdiTechnology
 OdiTechnology OdiModel.getTechnology()
          Returns the technology associated to this OdiModel instance.

 

Uses of OdiTechnology in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project that return OdiTechnology
 OdiTechnology OdiProcedure.getDefaultSourceTechnology()
          Gets the default source technology of this OdiProcedure.
 OdiTechnology OdiProcedure.getDefaultTargetTechnology()
          Gets the default target technology of this OdiProcedure.
 OdiTechnology OdiProcedureLineCmd.getTechnology()
          Obtains the technology this OdiProcedureLineCmd aims to be executed on.
 OdiTechnology OdiTechnologyAlreadyImplementedException.getTechnology()
          Returns related OdiTechnology.

 

Methods in oracle.odi.domain.project that return types with arguments of type OdiTechnology
 java.util.Collection<OdiTechnology> OdiUserFunctionImpl.getSupportedTechnologies(IOdiTechnologyFinder pFinder)
          Deprecated. Replaced by OdiUserFunction.getSupportedTechnologies(OdiUserFunctionImpl, IOdiTechnologyFinder)
 java.util.Collection<OdiTechnology> OdiUserFunction.getSupportedTechnologies(OdiUserFunctionImpl pImplementation, IOdiTechnologyFinder pFinder)
          Obtains the Collection of OdiTechnologys supported by the given OdiUserFunctionImpl.

 

Methods in oracle.odi.domain.project with parameters of type OdiTechnology
 OdiUserFunctionImpl OdiUserFunction.getImplementation(OdiTechnology pTechnology, IOdiTechnologyFinder pFinder)
          Obtains the OdiUserFunctionImpl which supports the given OdiTechnology or null if it is not supported.
 void OdiProcedure.setDefaultSourceTechnology(OdiTechnology pTechnology)
          Sets the default source technology of this OdiProcedure.
 void OdiProcedure.setDefaultTargetTechnology(OdiTechnology pTechnology)
          Sets the default target technology.
 void OdiProcedureLineCmd.setTechnology(OdiTechnology pTechnology)
          Defines the technology this OdiProcedureLineCmd aims to be executed on.

 

Method parameters in oracle.odi.domain.project with type arguments of type OdiTechnology
 void OdiUserFunction.mapByTechnologyExclusion(OdiUserFunctionImpl pDefaultImpl, java.util.Collection<OdiTechnology> pExcludedTechnologies, IOdiTechnologyFinder pFinder)
          Specify the implementation becoming default and OdiTechnologys that will not be supported by it.
 void OdiUserFunction.mapByTechnologyInclusion(OdiUserFunctionImpl pImpl, java.util.Collection<OdiTechnology> pIncludedTechnologies, IOdiTechnologyFinder pFinder)
          Specify the OdiTechnologys that will be supported by the given OdiUserFunctionImpl.

 

Constructors in oracle.odi.domain.project with parameters of type OdiTechnology
OdiKMComparator(OdiTechnology pSourceTechnology, OdiTechnology pTargetTechnology)
          Constructs an OdiKMComparator object.
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.
OdiTechnologyAlreadyImplementedException(OdiUserFunction pUserFunction, OdiTechnology pTechnology)
          Constructs a new OdiTechnologyAlreadyImplementedException.

 

Uses of OdiTechnology in oracle.odi.domain.topology

 

Methods in oracle.odi.domain.topology that return OdiTechnology
 OdiTechnology OdiDataServer.getTechnology()
          Returns the technology to which this data server is linked.
 OdiTechnology OdiDataType.getTechnology()
          Obtains the technology that defines this OdiDataType instance.
 OdiTechnology OdiFlexField.getTechnology()
          Get the technology this FlexField applies, or null if this FlexField applies to all technologies or is not technology related.
 OdiTechnology OdiIndexType.getTechnology()
          Obtains the OdiTechnology this OdiIndexType belongs to.
 OdiTechnology OdiLogicalSchema.getTechnology()
          Obtains the OdiTechnology that logical schema is related to.

 

Methods in oracle.odi.domain.topology with parameters of type OdiTechnology
 OdiDataType OdiDataType.getConvertedDataType(OdiTechnology pTargetTechnology)
          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.
 void OdiFlexField.setTechnology(OdiTechnology pTechnology)
          The technology to which this FlexField applies.

 

Constructors in oracle.odi.domain.topology with parameters of type OdiTechnology
OdiDataServer(OdiTechnology pTechnology, java.lang.String pName)
          Construct a new OdiDataServer.
OdiIndexType(OdiTechnology pTechnology, java.lang.String pCode, java.lang.String pName)
          Create a new OdiIndexType.
OdiLogicalSchema(OdiTechnology pTechnology, java.lang.String pName)
          Construct a new OdiLogicalSchema.

 

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

 

Methods in oracle.odi.domain.topology.finder that return OdiTechnology
 OdiTechnology IOdiTechnologyFinder.findByCode(java.lang.String pCode)
          Find an OdiTechnology with the given internal name.

 

Method parameters in oracle.odi.domain.topology.finder with type arguments of type OdiTechnology
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, java.util.Collection<OdiTechnology> pTechnologies)
          Get the collection of OdiFlexFields supporting one of the specified OdiTechnology and that are related to the specified entity type.

 

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

 

Methods in oracle.odi.interfaces.interactive.support with parameters of type OdiTechnology
static boolean InteractiveInterfaceHelperWithActions.checkAcceptsKMTechnologies(OdiKM<?> pOdiKM, java.lang.Boolean pMultiConnection, OdiTechnology pSourceTechnology, OdiTechnology pTargetTechnology)
          Returns true if the specified KM supports the given source and target technology, and multiple connection setting.
static OdiKM<?> InteractiveInterfaceHelperWithActions.chooseKM(OdiTechnology pSourceTechnology, OdiTechnology pDestinationTechnology, java.util.Collection<? extends OdiKM> pKMs)
          A static method used to pick a KM from among the available KMs.
The KM that is most suited to the specified source and destination technology will be picked.
The list of available KMs must be passed to the method.
static OdiKM<?> InteractiveInterfaceHelperWithActions.chooseKM(OdiTechnology pSourceTechnology, OdiTechnology pDestinationTechnology, java.util.Collection<? extends OdiKM> pKMs, boolean pToFilter, java.lang.Boolean pMultiConnexion)
          A static method used to pick a KM from among the available KMs.
static com.sunopsis.language.SnpsLanguage InteractiveInterfaceHelperWithActions.getLanguageForTechnology(OdiTechnology pTechnology, OdiInstance pOdiInstance)
          A static convenience method to retrieve the SnpsLanguage object that is associated with the given technology.

 


Skip navigation links

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

E17060-02


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