public class RepositoryConnectionUtils extends Object
| 构造器和说明 |
|---|
RepositoryConnectionUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Repository |
connectToRepository(String repositoryName,
boolean isSingleDiServerInstance,
String userName,
String fullyQualifiedServerUrl,
org.pentaho.di.core.logging.LoggingBuffer logBuffer)
Connects to the PDI repository.
|
public static Repository connectToRepository(String repositoryName, boolean isSingleDiServerInstance, String userName, String fullyQualifiedServerUrl, org.pentaho.di.core.logging.LoggingBuffer logBuffer) throws org.pentaho.di.core.exception.KettleSecurityException, org.pentaho.di.core.exception.KettleException
repositoryName - RepositoryNameisSingleDiServerInstance - Checking if the property "singleDiServerInstance" in PentahoSystems is setuserName - Repo user namefullyQualifiedServerUrl - Fully qualified server Url used for connecting to the repositorylogBuffer - org.pentaho.di.core.exception.KettleExceptionorg.pentaho.di.core.exception.KettleSecurityExceptionCopyright © 2024 Hitachi Vantara. All rights reserved.