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

E17060-01

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.project.finder This package contains Oracle Data Integrator Finder interfaces for domain project objects.
 
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 OdiProcedure.getSourceTechnology()
          Deprecated. : Use getDefaultSourceTechnology instead
 OdiTechnology OdiProcedure.getTargetTechnology()
          Deprecated. : Use getDefaultTargetTechnology instead
 OdiTechnology OdiProcedureLineCmd.getTechnology()
          Obtains the technology this OdiProcedureLineCmd aims to be executed on.
 

Methods in oracle.odi.domain.project that return types with arguments of type OdiTechnology
 java.util.Collection<OdiTechnology> OdiUserFunctionImpl.getSupportedTechnologies(IOdiTechnologyFinder finder)
          Obtains the collection of OdiTechnologies (OdiTechnology) that are supported by this OdiUserFunctionImpl.
 

Methods in oracle.odi.domain.project with parameters of type OdiTechnology
 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.
 

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.
 

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

Methods in oracle.odi.domain.project.finder with parameters of type OdiTechnology
 java.util.Collection<KMType> IOdiKMFinder.findByProjectAndTechnologies(OdiProject pProject, OdiTechnology pSourceTechnology, OdiTechnology pTargetTechnology, boolean pAcceptsNullTechnologies)
          Deprecated. replaced by IOdiKMFinder.findByDefaultTechnologiesPair(String pProjectCode, String pSourceTechnologyCode, String pTargetTechnologyCode)
 java.util.Collection<ProcType> IOdiProcedureFinder.findByProjectAndTechnologies(OdiProject pProject, OdiTechnology pSourceTechnology, OdiTechnology pTargetTechnology, boolean pAcceptsNullTechnologies)
          Deprecated.  
 java.util.Collection<OdiIKM> IOdiIKMFinder.findByProjectMonoTechnology(OdiProject pProject, OdiTechnology pTargetTechnology, boolean pAcceptsNullTechnologies)
          Deprecated. replaced by IOdiKMFinder.findByDefaultTechnologiesPair(String pProjectCode, String pSourceTechnologyCode, String pTargetTechnologyCode, boolean pMultiConnectionsSupported)
 

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.
 OdiTechnology IOdiTechnologyFinder.findByInternalName(java.lang.String pInternalName)
          Deprecated. replaced by IOdiTechnologyFinder.findByCode(String pCode)
 

Methods in oracle.odi.domain.topology.finder with parameters of type OdiTechnology
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClassAndTechnology(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, OdiTechnology pTechnology)
          Deprecated. replaced by #findByEntityClass(Class pFlexFieldUserClass, String pTechnologyName)
 OdiDataType IOdiDataTypeFinder.findByTechnologyAndCode(OdiTechnology pTechnology, java.lang.String pDataTypeCode)
          Deprecated. replaced by IOdiDataTypeFinder.findByTechnology(String pTechnologyCode, String pDataTypeCode)
 

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, oracle.odi.core.IOdiInstance pOdiInstance)
          Deprecated. replaced by InteractiveInterfaceHelperWithActions.getLanguageForTechnology(OdiTechnology, OdiInstance)
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.
 


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.