Package | Description |
---|---|
oracle.odi.core |
Provides the
OdiInstance class that is the entry point to Oracle Data Integrator
core infrastructure. |
oracle.odi.core.persistence |
Provides Oracle Data Integrator core infrastructure persistence management API.
|
oracle.odi.core.repository |
Provides repository abstraction for 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.core.service.deployment | |
oracle.odi.core.service.navigation | |
oracle.odi.core.service.reverse | |
oracle.odi.core.service.vcs | |
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.runtime.scenario |
This package contains classes for managing Oracle Data Integrator Scenarios and related objects.
|
oracle.odi.domain.security |
This package contains user implementation.
|
oracle.odi.domain.shortcuts.support |
This package contains the implementation of the shortcut service.
|
oracle.odi.domain.topology |
This package contains the Oracle Data Integrator Topology domain model implementation.
|
oracle.odi.domain.util |
Oracle Data Integrator domain utility package.
|
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.runtime.agent.invocation |
This package contains classes for invoking executions on local or remote Oracle Data Integrator agents.
|
oracle.odi.setup.support |
Provides implementation classes of the repository setup services.
|
Modifier and Type | Method and Description |
---|---|
static OdiInstance |
OdiInstance.createInstance(OdiInstanceConfig pConfig)
Create an OdiInstance object.
|
static OdiInstance |
OdiInstance.createInstance(OdiInstanceConfig pConfig,
oracle.odi.core.audit.OdiAuditContext pAuditContext)
Create an OdiInstance object.
|
static OdiInstance |
OdiInstance.createInstance(OdiInstanceConfig pConfig,
oracle.odi.core.audit.OdiAuditContext pAuditContext,
java.lang.String pApplicationName)
Create an OdiInstance object.
|
OdiInstance |
OdiInstance.getUserInstance() |
Modifier and Type | Method and Description |
---|---|
void |
OdiInstance.IOdiInstanceListener.afterClose(OdiInstance instance)
Notify listener that the OdiInstance has been closed.
|
void |
OdiInstance.IOdiInstanceListener.afterOpen(OdiInstance instance)
Notify listener that the OdiInstance has been created and initialized.
|
Modifier and Type | Method and Description |
---|---|
static void |
OdiRepositoryLockManager.checkMasterRepositoryLock(OdiInstance inst,
java.lang.String masterRepGUID,
java.sql.Connection conn)
This method checks the master repository associated with the passed OdiInstance for lock
and throws a Runtime Exception in case the Repository is locked
|
static void |
OdiRepositoryLockManager.checkWorkRepositoryLock(OdiInstance inst,
java.lang.String workRepGUID,
java.sql.Connection conn)
This method checks the work repository associated with the passed OdiInstance for lock
and throws a Runtime Exception in case the Repository is locked
|
static boolean |
OdiRepositoryLockManager.isRepositoryLocked(OdiInstance inst)
This method checks the repositories associated with the passed OdiInstance for lock
|
static void |
OdiRepositoryLockManager.lockRepository(OdiInstance inst)
This method locks all the repositories associated with the OdiInstance passed as parameter.
|
static void |
OdiRepositoryLockManager.unlockRepository(OdiInstance inst)
This method locks all the repositories associated with the OdiInstance passed as parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
Repository.switchOffLegacyIdCompatibleMode(OdiInstance inst) |
Modifier and Type | Method and Description |
---|---|
OdiInstance |
SecurityManager.InternalGetOdiInstance() |
Constructor and Description |
---|
SecurityManager(OdiInstance pInstance)
Internal: Constructs a new SecurityManager.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentService.applyFullDeploymentArchive(OdiInstance pOdiInstance,
java.lang.String pFilename,
boolean pIncludePhysicalTopologyData,
char[] pExportKey,
boolean pApplyWithoutCipherData)
Apply Initial Deployment Archive onto the repository.
|
static void |
DeploymentService.applyPatchDeploymentArchive(OdiInstance pOdiInstance,
java.lang.String pFilename,
boolean pCreateRollbackDA,
java.lang.String pRollbackDaFilename,
boolean pIncludePhysicalTopologyData,
char[] pExportKey,
boolean pApplyWithoutCipherData)
Apply the Given Patch Deployment Archive onto ODI repository
|
static IDeploymentArchive |
DeploymentService.createDeploymentArchiveFromLabel(OdiInstance pOdiInstance,
java.lang.String pVCSLabel,
java.lang.String pName,
java.lang.String pDescription,
DeploymentArchiveType pType,
java.lang.String pFilename,
OdiVcsRepositoryConnectionInfo pVcsConnectionInfo,
boolean pIncludePhysicalTopologyData,
char[] pExportKey,
boolean pCreateWithoutCipherData)
Create a FULL or PATCH Deployment Archive from VCS Label
|
static IDeploymentArchive |
DeploymentService.createDeploymentArchiveFromRepo(OdiInstance pOdiInstance,
java.util.List pObjList,
java.lang.String pName,
java.lang.String pDescription,
DeploymentArchiveType pType,
java.lang.String pFilename,
boolean pIncludePhysicalTopologyData,
char[] pExportKey,
boolean pCreateWithoutCipherData,
boolean pIncludeSecurityObjects)
Create Patch / Regular Deployment Archive with the List of objects specified in pObjList.
|
static IDeploymentArchive |
DeploymentService.createDeploymentArchiveFromRepo(OdiInstance pOdiInstance,
java.util.List pObjList,
java.lang.String pName,
java.lang.String pDescription,
DeploymentArchiveType pType,
java.lang.String pFilename,
boolean pIncludePhysicalTopologyData,
char[] pExportKey,
boolean pCreateWithoutCipherData,
boolean pIncludeSecurityObjects,
boolean regenerateScenarios)
Create Patch / Regular Deployment Archive with the List of objects specified in pObjList.
|
static IDeploymentArchive |
DeploymentService.createDeploymentArchiveFromRepo(OdiInstance pOdiInstance,
java.lang.String pName,
java.lang.String pDescription,
java.lang.String pFilename,
boolean pIncludePhysicalTopologyData,
char[] pExportKey,
boolean pCreateWithoutCipherData)
Create Regular Deployment Archive from Entire ODI Repository
|
static IDeploymentArchive |
DeploymentService.createDeploymentArchiveFromRepo(OdiInstance pOdiInstance,
java.lang.String pName,
java.lang.String pDescription,
java.lang.String pFilename,
boolean pIncludePhysicalTopologyData,
char[] pExportKey,
boolean pCreateWithoutCipherData,
boolean regenerateScenarios)
Create Regular Deployment Archive from Entire ODI Repository
|
static IDeploymentArchive |
DeploymentService.createDeploymentArchiveFromRepoInternal(OdiInstance pOdiInstance,
java.util.List pObjList,
java.lang.String pName,
java.lang.String pDescription,
DeploymentArchiveType pType,
java.lang.String pFilename,
char[] pExportKey,
boolean pCreateWithoutCipherData,
boolean pIncludeSecurityObjects,
boolean regenerateScenarios) |
static java.util.List |
DeploymentService.listAppliedDeploymentArchives(OdiInstance pOdiInstance)
List all the Deployment Archives (Full/Patch/Rollback) applied on the given ODI Repository
|
static void |
DeploymentService.rollbackDeploymentArchive(OdiInstance pOdiInstance,
java.lang.String pFilename,
char[] pExportKey,
boolean pApplyWithoutCipherData)
Apply the Rollback Deployment Archive.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
NavigationService.getChildData(OdiInstance odiInstance,
java.lang.Class parentClass,
java.io.Serializable parentId,
java.lang.Class childClass,
IOdiSearchCriteria criteria,
NavigationService.NavQuery query)
This method is used to navigate from a parent entity to its children, for instance when expanding a folder to view its children.
|
static java.util.List |
NavigationService.getDynamicFolders(OdiInstance odiInstance,
java.io.Serializable parentId,
IOdiSearchCriteria criteria,
NavigationService.DynamicFoldersQuery dynamicFoldersQuery) |
static com.sunopsis.dwg.DwgObject |
NavigationService.getObjectById(OdiInstance odiInstance,
java.lang.Class sdkClass,
java.io.Serializable id) |
static boolean |
NavigationService.labelNodeHasMergeConflicts(OdiInstance odiInstance,
java.lang.Class parentClass,
java.io.Serializable parentId,
java.lang.Class childClass,
IOdiSearchCriteria criteria)
This method is used to determine if any child entities under a static label node has merge conflicts.
|
Modifier and Type | Method and Description |
---|---|
static OdiDataStore |
ReverseService.doCobolCopyBookReverse(OdiInstance pOdiInstance,
java.io.Serializable pDataStoreId,
java.lang.String pathAndNameOfCopyBookFile,
java.lang.String encoding,
boolean copyBookisEbcdic,
boolean dataIsEbcdic)
This method is used to reverse the cobol copybook datastore.
|
static ExecutionInfo |
ReverseService.doCustomReverse(OdiInstance pOdiInstance,
java.io.Serializable pModelId,
java.lang.Integer logLevel)
This method is used for custom reverse engineering of a odiModel.
|
static OdiDataStore |
ReverseService.doFileReverse(OdiInstance pOdiInstance,
java.io.Serializable pDataStoreId)
This mehod is used to reverse the file datastore.
|
static OdiDataStore |
ReverseService.doHDFSReverse(OdiInstance pOdiInstance,
java.io.Serializable pDataStoreId)
This mehod is used to reverse the HDFS file datastore.
|
static OdiModel |
ReverseService.doStandardReverse(OdiInstance pOdiInstance,
java.io.Serializable pModelId,
ReverseService.DataStoreSelection pDataStoreSelection,
java.util.List pDataStoreList)
This method is used for standard and selective reverse engineering of a model.
|
static java.util.List |
ReverseService.getNewDataStores(OdiInstance pOdiInstance,
java.io.Serializable pModelId)
This method is used to get the information about the datastores which are not yet reversed in the repository.
|
Modifier and Type | Method and Description |
---|---|
static void |
VersionManagementService.cloneRemoteRepository(OdiInstance pOdiInstance,
OdiVcsRepositoryConnectionInfo pVcsConnectionInfo,
java.lang.String pLocalGitPath)
API to clone remote repository.
|
static void |
VersionManagementService.configure(OdiInstance pOdiInstance,
OdiVcsRepositoryConnectionInfo pVcsConnectionInfo,
java.lang.String pSettingFolderPath,
java.lang.String pVcsRepoName,
java.lang.String pBranchName,
java.lang.String pProjectName,
boolean pAutoVersioning,
boolean pReConfigure,
char[] pVcsKey)
Configures the ODI repository with the respective Version Control system repository.
|
static void |
VersionManagementService.configure(OdiInstance pOdiInstance,
OdiVcsRepositoryConnectionInfo pVcsConnectionInfo,
java.lang.String pSettingFolderPath,
java.lang.String pVcsRepoName,
java.lang.String pBranchName,
java.lang.String pProjectName,
boolean pAutoVersioning,
boolean pReConfigure,
char[] pVcsKey,
boolean isVcsOfflineMode)
Configures the ODI repository with the respective Version Control system repository.
|
static void |
VersionManagementService.createFullTag(OdiInstance pOdiInstance,
OdiVcsRepositoryConnectionInfo pVcsConnectionInfo,
java.lang.String pTagName,
java.lang.String pCommitMessage,
boolean pOnlyVersionedObjects,
boolean pRegenerateAndVersionScenario)
Creates new tag from configured branch.
|
static void |
VersionManagementService.createPartialTag(OdiInstance pOdiInstance,
OdiVcsRepositoryConnectionInfo pVcsConnectionInfo,
java.lang.String pTagName,
java.util.List pOdiObjects,
java.lang.String pCommitMessage,
boolean pOnlyVersionedObjects,
boolean pIncludeSecurityObjects,
boolean pRegenerateAndVersionScenario)
Creates partial tag from configured branch.
|
static void |
VersionManagementService.populateOdiRepositoryFromBranch(OdiInstance pOdiInstance,
OdiVcsRepositoryConnectionInfo pVcsConnectionInfo,
boolean pDeleteWorkRepoObjects)
Populate ODI repository from configured branch or trunk,
|
static void |
VersionManagementService.populateOdiRepositoryFromTag(OdiInstance pOdiInstance,
OdiVcsRepositoryConnectionInfo pVcsConnectionInfo,
java.lang.String pTagName,
boolean pDeleteWorkRepoObjects)
Populate ODI repository from Tag,
|
static void |
VersionManagementService.setVersioningApplication(OdiInstance pOdiInstance,
OdiVcsRepositoryConnectionInfo pVcsConnectionInfo)
Saves Version management application to ODI repository, Need to reinitialize OdiInstance reflect the same.
|
Constructor and Description |
---|
OdiReferenceShortcutAdapter(OdiReference pOdiReference,
OdiInstance pOdiInstance) |
Modifier and Type | Method and Description |
---|---|
OdiInstance |
OdiInterface.getOdiInstance()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ComponentKMHelper.isIncluded(OdiInstance odiInstance,
ComponentKM componentKM)
Checks if the provided
ComponentKM is used as base KM or included in any ComponentKMLine . |
static boolean |
ComponentKMHelper.isIncluded(OdiInstance odiInstance,
ComponentKMLine componentKMLine)
Checks if the provided
ComponentKMLine is included in any ComponentKMLine . |
void |
OdiInterface.setOdiInstance(OdiInstance pOdiInstance)
Deprecated.
|
Constructor and Description |
---|
MapReferenceShortcutAdapter(MapReference pMapReference,
OdiInstance pOdiInstance) |
OdiInterfaceShortcutAdapter(OdiInterface pOdiInterface,
OdiInstance pOdiInstance)
Deprecated.
|
StepDataStoreShortcutAdapter(StepDataStore pStepDataStore,
OdiInstance pOdiInstance) |
StepInterfaceShortcutAdapter(StepInterface pStepInterface,
OdiInstance pOdiInstance)
Deprecated.
|
StepMappingShortcutAdapter(StepMapping pStepMapping,
OdiInstance pOdiInstance) |
StepProcedureShortcutAdapter(StepProcedure pStepProcedure,
OdiInstance pOdiInstance) |
Constructor and Description |
---|
SourceDataStoreShortcutAdapter(SourceDataStore pSourceDataStore,
OdiInstance pOdiInstance)
Deprecated.
|
Constructor and Description |
---|
ErrorTableRemoverImpl(OdiInstance pOdiInstance)
Constructor that sets the OdiInstance
OdiInstance . |
Constructor and Description |
---|
PurgeLogServiceImpl(OdiInstance pOdiInstance) |
Modifier and Type | Method and Description |
---|---|
MapPhysicalDesign |
OdiScenario.getScenarioDeploySpec(OdiInstance odiInstance)
A convenient method for finding physical design
|
Constructor and Description |
---|
OdiUserCreationServiceImpl(OdiInstance odiInstance) |
Constructor and Description |
---|
OdiShortcutServiceImpl(OdiInstance pOdiInstance) |
Modifier and Type | Method and Description |
---|---|
void |
OdiContext.changePassword(char[] pOldPassword,
char[] pNewPassword,
OdiInstance pOdiInstance)
Method verifies if pOldPassword equals current password set for this context or if it wasn't previously set and updates the context's password to pNewPassword if checks passed.
|
void |
AbstractOdiDataServer.JndiSettings.setJndiPassword(java.lang.String pJndiPassword,
OdiInstance odiInstance)
Deprecated.
since instance of this class should be considered
immutable
|
boolean |
OdiContext.verifyPassword(char[] pPassword,
OdiInstance pOdiInstance)
Verifies if password provided matches context's current password.
|
Constructor and Description |
---|
JndiSettings(java.lang.String pInitialContextFactory,
java.lang.String pProviderUrl,
java.lang.String pPrincipal,
java.lang.String pCredentials,
java.lang.String pAuthentication,
java.lang.String pProtocole,
java.lang.String pJndiResourceName,
OdiInstance odiInstance)
Deprecated.
replaced by
JndiSettings#JndiSettings(String, String, String, ObfuscatedString, String, String) |
Modifier and Type | Method and Description |
---|---|
static ObfuscatedString |
ObfuscatedString.obfuscate(char[] pStringToObfuscate,
OdiInstance pOdiInstance)
Creates an
ObfuscatedString instance from the given not
obfuscated password as a char array. |
static ObfuscatedString |
ObfuscatedString.obfuscate(java.lang.String pStringToObfuscate,
OdiInstance pOdiInstance)
Deprecated.
use
ObfuscatedString.obfuscate(char[], OdiInstance) instead for
better security |
Modifier and Type | Method and Description |
---|---|
abstract IOdiVariableTextGenerator |
OdiVariableTextGeneratorFactory.getVariableTextGenerator(OdiInstance pOdiInstance)
Obtains an instance of
IOdiVariableTextGenerator from this factory. |
Modifier and Type | Method and Description |
---|---|
IOdiVariableTextGenerator |
OdiVariableTextGeneratorDwgImplFactory.getVariableTextGenerator(OdiInstance pOdiInstance) |
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
SmartExportServiceImpl(OdiInstance pOdiInstance)
Constructs an SmartExportServiceImpl object.
|
SmartImportServiceImpl(OdiInstance pOdiInstance)
Constructs an ImportServiceImpl object.
|
Constructor and Description |
---|
ExportServiceImpl(OdiInstance pOdiInstance)
Constructs an ExportServiceImpl object.
|
ImportServiceImpl(OdiInstance pOdiInstance)
Constructs an ImportServiceImpl object.
|
Modifier and Type | Method and Description |
---|---|
CheckResponse |
IOdiInterfaceExpressionChecker.checkExpression(OdiInstance pOdiInstance,
IExecutableTextHolder pExecutableTextHolder,
IJMSCallBack pJMSCallBack)
Deprecated.
|
DataAccessInfo |
IOdiInterfaceDataAccessHelper.createDataAccessInfo(OdiInstance pOdiInstance,
IInterfaceSubComponent[] pInterfaceSubComponents,
IJMSCallBack pJMSCallBack,
boolean pCheckValidityOnly,
boolean pCountLines)
Deprecated.
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OdiInstance |
IActionHelper.getOdiInstance()
Deprecated.
Returns the current open OdiInstance object on which this interface is persisted.
|
Modifier and Type | Method and Description |
---|---|
OdiInstance |
InteractiveInterfaceHelperWithActions.getOdiInstance()
Deprecated.
Returns the current open OdiInstance object used to retrieve languages and global objects (Variables, Sequence, User functions).
|
Modifier and Type | Method and Description |
---|---|
static com.sunopsis.language.SnpsLanguage |
InteractiveInterfaceHelperWithActions.getLanguageForTechnology(OdiTechnology pTechnology,
OdiInstance pOdiInstance)
Deprecated.
A static convenience method to retrieve the
SnpsLanguage object that is associated
with the given technology. |
Constructor and Description |
---|
InteractiveInterfaceHelperWithActions(OdiInterface pInterface,
OdiInstance pOdiInstance,
IOdiEntityManager pOdiEntityManager)
Deprecated.
Constructor for this helper class, that takes an entity manager instance reference.
|
InteractiveInterfaceHelperWithActions(OdiInterface pInterface,
OdiInstance pOdiInstance,
IOdiEntityManager pOdiEntityManager,
IInterfaceActionListener pActionListenerForChangesAtOpenTime)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
A detailed constructor for this helper class, allowing for many specialized settings.
|
Constructor and Description |
---|
LanguageProviderImpl(OdiInstance pOdiInstance)
Create a new
LanguageProviderImpl . |
Constructor and Description |
---|
MissingRefServiceImpl(OdiInstance pOdiInstance)
Constructs a MissingRefServiceImpl object.
|
Constructor and Description |
---|
RuntimeAgent(OdiInstance pOdiInstance,
java.lang.String pOdiUser,
char[] pPassword)
Constructs a RuntimeAgent object.
|
Constructor and Description |
---|
RemoteRuntimeAgentInvoker(OdiInstance odiInst,
java.lang.String pEngineUrl,
java.lang.String pUser,
char[] pPassword,
java.lang.String pEngineName,
java.lang.String pMasterRepoSignature)
This constructor requires ODI repo connectivities.
|
Constructor and Description |
---|
WorkRepositorySetupImpl(OdiInstance pOdiInstance)
Creates a new WorkRepositorySetupImpl for the given @link
OdiInstance . |