Skip navigation links

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

E17060-03


Uses of Class
oracle.odi.core.OdiInstance

Packages that use OdiInstance
oracle.odi.core Provides the OdiInstance class that is the entry point to Oracle Data Integrator core infrastructure. 
oracle.odi.core.security This package (and its sub packages) implements the security layer for ODI SDK including login authentication, password management and privileges check. 
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.runtime.errortable.support   
oracle.odi.domain.runtime.purge.support   
oracle.odi.domain.shortcuts.support This package contains the implementation of the shortcut service. 
oracle.odi.generation This package contains the generation services for Oracle Data Integrator. 
oracle.odi.generation.support This package contains the generation services for Oracle Data Integrator. 
oracle.odi.impexp.smartie.impl This package contains the implementation classes of smart export and import services for Oracle Data Integrator. 
oracle.odi.impexp.support Provides classes to allow for running the different types of OracleDI exports and imports. 
oracle.odi.interfaces.data This package contains the Oracle Data Integrator interface data and expression checking utility interface. 
oracle.odi.interfaces.interactive Provides interfaces for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.languages.support Classes supporting the oracle.odi.languages package. 
oracle.odi.missingref.support Provides classes to support the management of missing references which may occur when doing versioning or import/export operations. 
oracle.odi.runtime.agent This package contains classes for invoking executions on local Oracle Data Integrator agents. 
oracle.odi.setup.support Provides implementation classes of the repository setup services. 

 

Uses of OdiInstance in oracle.odi.core

 

Methods in oracle.odi.core that return OdiInstance
static OdiInstance OdiInstance.createInstance(OdiInstanceConfig pConfig)
          Create an OdiInstance object.

 

Uses of OdiInstance in oracle.odi.core.security

 

Constructors in oracle.odi.core.security with parameters of type OdiInstance
SecurityManager(OdiInstance pInstance)
          Internal: Constructs a new SecurityManager.

 

Uses of OdiInstance in oracle.odi.domain.model

 

Constructors in oracle.odi.domain.model with parameters of type OdiInstance
OdiReferenceShortcutAdapter(OdiReference pOdiReference, OdiInstance pOdiInstance)
           

 

Uses of OdiInstance in oracle.odi.domain.project

 

Constructors in oracle.odi.domain.project with parameters of type OdiInstance
OdiInterfaceShortcutAdapter(OdiInterface pOdiInterface, OdiInstance pOdiInstance)
           
StepDataStoreShortcutAdapter(StepDataStore pStepDataStore, OdiInstance pOdiInstance)
           
StepInterfaceShortcutAdapter(StepInterface pStepInterface, OdiInstance pOdiInstance)
           
StepProcedureShortcutAdapter(StepProcedure pStepProcedure, OdiInstance pOdiInstance)
           

 

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

 

Constructors in oracle.odi.domain.project.interfaces with parameters of type OdiInstance
SourceDataStoreShortcutAdapter(SourceDataStore pSourceDataStore, OdiInstance pOdiInstance)
           

 

Uses of OdiInstance in oracle.odi.domain.runtime.errortable.support

 

Constructors in oracle.odi.domain.runtime.errortable.support with parameters of type OdiInstance
ErrorTableRemoverImpl(OdiInstance pOdiInstance)
          Constructor that sets the OdiInstance OdiInstance.

 

Uses of OdiInstance in oracle.odi.domain.runtime.purge.support

 

Constructors in oracle.odi.domain.runtime.purge.support with parameters of type OdiInstance
PurgeLogServiceImpl(OdiInstance pOdiInstance)
           

 

Uses of OdiInstance in oracle.odi.domain.shortcuts.support

 

Constructors in oracle.odi.domain.shortcuts.support with parameters of type OdiInstance
OdiShortcutServiceImpl(OdiInstance pOdiInstance)
           

 

Uses of OdiInstance in oracle.odi.generation

 

Methods in oracle.odi.generation with parameters of type OdiInstance
abstract  IOdiVariableTextGenerator OdiVariableTextGeneratorFactory.getVariableTextGenerator(OdiInstance pOdiInstance)
          Obtains an instance of IOdiVariableTextGenerator from this factory.

 

Uses of OdiInstance in oracle.odi.generation.support

 

Methods in oracle.odi.generation.support with parameters of type OdiInstance
 IOdiVariableTextGenerator OdiVariableTextGeneratorDwgImplFactory.getVariableTextGenerator(OdiInstance pOdiInstance)
           

 

Constructors in oracle.odi.generation.support with parameters of type OdiInstance
DataServiceGeneratorImpl(OdiInstance pOdiInstance)
          Construct an IDataServiceGenerator for generating a data service.
DDLGeneratorServiceImpl(OdiInstance pOdiInstance)
          Construct a DDLGenerationServiceImpl to use as a IDDLGeneratorService for the DDL generation service.
OdiScenarioGeneratorImpl(OdiInstance pOdiInstance)
          Construct an IOdiScenarioGenerator for generating a scenario.
OdiVariableTextGeneratorDwgImpl(OdiInstance pOdiInstance)
          Construct an OdiVariableTextGeneratorDwgImpl object.

 

Uses of OdiInstance in oracle.odi.impexp.smartie.impl

 

Constructors in oracle.odi.impexp.smartie.impl with parameters of type OdiInstance
SmartExportServiceImpl(OdiInstance pOdiInstance)
          Constructs an SmartExportServiceImpl object.
SmartImportServiceImpl(OdiInstance pOdiInstance)
          Constructs an ImportServiceImpl object.

 

Uses of OdiInstance in oracle.odi.impexp.support

 

Constructors in oracle.odi.impexp.support with parameters of type OdiInstance
ExportServiceImpl(OdiInstance pOdiInstance)
          Constructs an ExportServiceImpl object.
ImportServiceImpl(OdiInstance pOdiInstance)
          Constructs an ImportServiceImpl object.

 

Uses of OdiInstance in oracle.odi.interfaces.data

 

Methods in oracle.odi.interfaces.data with parameters of type OdiInstance
 CheckResponse IOdiInterfaceExpressionChecker.checkExpression(OdiInstance pOdiInstance, IExecutableTextHolder pExecutableTextHolder, IJMSCallBack pJMSCallBack)
           
 DataAccessInfo IOdiInterfaceDataAccessHelper.createDataAccessInfo(OdiInstance pOdiInstance, IInterfaceSubComponent[] pInterfaceSubComponents, IJMSCallBack pJMSCallBack, boolean pCheckValidityOnly, boolean pCountLines)
          Creates a DataAccessInfo to retrieve a request and a connection to the data of the elements that are sent in pInterfaceSubComponents.
static boolean OdiInterfaceDataAccessChecker.mayAccessData(OdiInstance pOdiInstance, IInterfaceSubComponent[] pInterfaceSubComponents)
           

 

Uses of OdiInstance in oracle.odi.interfaces.interactive

 

Methods in oracle.odi.interfaces.interactive that return OdiInstance
 OdiInstance IActionHelper.getOdiInstance()
          Returns the current open OdiInstance object on which this interface is persisted.

 

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

 

Methods in oracle.odi.interfaces.interactive.support that return OdiInstance
 OdiInstance InteractiveInterfaceHelperWithActions.getOdiInstance()
          Returns the current open OdiInstance object used to retrieve languages and global objects (Variables, Sequence, User functions).

 

Methods in oracle.odi.interfaces.interactive.support with parameters of type 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.

 

Constructors in oracle.odi.interfaces.interactive.support with parameters of type OdiInstance
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager)
          Constructor for this helper class, that takes an entity manager instance reference.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime)
          Constructor for this helper class, that takes an entity manager and an action listener interface instance reference.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy)
          Constructor for this helper class, that takes an entity manager and an action listener interface instance reference.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager)
          Constructor for this helper class, that allows more specialized creator and provider classes to be specified.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime)
          Constructor for this helper class, that allows more specialized creator and provider classes to be specified.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime, boolean pGarbagedDestroyedObject)
          A detailed constructor for this helper class, allowing for many specialized settings.

 

Uses of OdiInstance in oracle.odi.languages.support

 

Constructors in oracle.odi.languages.support with parameters of type OdiInstance
LanguageProviderImpl(OdiInstance pOdiInstance)
          Create a new LanguageProviderImpl.

 

Uses of OdiInstance in oracle.odi.missingref.support

 

Constructors in oracle.odi.missingref.support with parameters of type OdiInstance
MissingRefServiceImpl(OdiInstance pOdiInstance)
          Constructs a MissingRefServiceImpl object.

 

Uses of OdiInstance in oracle.odi.runtime.agent

 

Constructors in oracle.odi.runtime.agent with parameters of type OdiInstance
RuntimeAgent(OdiInstance pOdiInstance, java.lang.String pOdiUser, char[] pPassword)
          Constructs a RuntimeAgent object.

 

Uses of OdiInstance in oracle.odi.setup.support

 

Constructors in oracle.odi.setup.support with parameters of type OdiInstance
WorkRepositorySetupImpl(OdiInstance pOdiInstance)
          Creates a new WorkRepositorySetupImpl for the given @link OdiInstance.

 


Skip navigation links

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

E17060-03


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