See: Description
| Interface | Description |
|---|---|
| IMasterRepositorySetup |
This interface defines methods to create and upgrade an ODI Master
Repository.
|
| IOdiProgressMonitor |
This interface defines the progress of a Task.
|
| IRepositoryUpgradeCallback | |
| IRepositoryUpgradeService |
Repository upgrade service allows to easily upgrade a master repository and
it's attached work repositories.
|
| IWorkRepositorySetup |
This interface defines methods to create and upgrade an ODI Work Repository.
|
| Class | Description |
|---|---|
| AuthenticationConfiguration |
AuthenticationConfiguration represent the configuration related to
authentication used when creating a master repository.
|
| AuthenticationConfiguration.OPSSAuthenticationConfiguration |
Represents an ODI OPSS Authentication Configuration.
|
| AuthenticationConfiguration.StandaloneAuthenticationConfiguration |
Represents an ODI Standalone Authentication Configuration.
|
| IRepositoryUpgradeCallback.UpgradeStatus |
Upgrade status information
|
| JdbcProperties |
Represents the JdbcProperties URL, Driver class name, Username and Password.
|
| RepositoryUpgradeReport |
Implementation of
IRepositoryUpgradeCallback that builds a report
from the events. |
| RepositoryUpgradeServiceImpl | |
| SwitchAuthenticationService |
This class is used to switch between external authentication and standalone authentication.
|
| SwitchToExternalAuthenticationService |
This class should be used to switch a repository from standalone
authentication to external authentication.
|
| SwitchToExternalAuthenticationService.SwitchStatistics |
Statistical information resulting from a switch.
|
| SwitchToStandaloneAuthenticationService |
This class should be used to switch a repository from external authentication to
standalone authentication.
|
| TechnologyName |
Enumeration that defines all the available database technology names for an
ODI repository.
|
| Exception | Description |
|---|---|
| AuthenticationConfigurationSwitchingException |
Exception raised when there is a configuration problem encountered preventing
the AuthenticationConfiguration to be switched.
|
| DatabaseValidationException | |
| InvalidJdbcPropertiesException |
Exception raised if the
JdbcProperties is not valid. |
| RepositoryScriptsNotFoundException |
Thrown to indicate the SQL/DDL scripts were not found.
|
| RepositorySetupException |
Exception used to report an error during a repository setup like
the creation or the upgrade of an ODI repository.
|