|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.purge.support | |
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.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.purge.support |
---|
Constructors in oracle.odi.domain.runtime.purge.support with parameters of type OdiInstance | |
---|---|
PurgeLogServiceImpl(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.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 . |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |