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

E17060-01

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.runtime.ess.support This package contains classes to support ODI-ESS integration. 
oracle.odi.generation.support This package contains the generation 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.runtime.ess.support
 

Constructors in oracle.odi.domain.runtime.ess.support with parameters of type OdiInstance
DefaultSchedulingService(OdiInstance pOdiInstance, oracle.odi.core.ess.IRuntimeSessionFactory pRuntimeSessionFactory)
          Deprecated.  
JobDefinitionRepositoryImpl(OdiInstance pOdiInstance, OdiEnterpriseScheduler pEnterpriseScheduler)
          Constructs a JobDefinitionRepositoryImpl object.
JobRequestRepositoryImpl(OdiInstance pOdiInstance, OdiEnterpriseScheduler pEnterpriseScheduler)
          Constructs a JobRequestRepositoryImpl object.
ScheduleDefinitionRepositoryImpl(OdiInstance pOdiInstance, OdiEnterpriseScheduler pEnterpriseScheduler)
          Constructs a SchedulingServiceImpl object.
SchedulingServiceImpl(OdiInstance pOdiInstance, OdiEnterpriseScheduler pEnterpriseScheduler)
          Constructs a SchedulingServiceImpl object.
 

Uses of OdiInstance in oracle.odi.generation.support
 

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.
 

Uses of OdiInstance in oracle.odi.impexp.support
 

Constructors in oracle.odi.impexp.support with parameters of type OdiInstance
ExportServiceDwgImpl(OdiInstance pOdiInstance)
          Deprecated.  
ExportServiceImpl(OdiInstance pOdiInstance)
          Constructs an ExportServiceImpl object.
ImportServiceDwgImpl(OdiInstance pOdiInstance)
          Deprecated.  
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)
          Checks the expression and returns a CheckResponse status response.
 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)
          This method tests the data access for the specified interface subcomponents, and returns true if the data access is successful.
 

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
MissingRefServiceDwgImpl(OdiInstance pOdiInstance)
          Deprecated.  
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.
 


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.