Uses of Interface
org.pentaho.di.connections.ConnectionDetails
Package
Description
-
Uses of ConnectionDetails in org.pentaho.di.connections
Modifier and TypeInterfaceDescriptioninterface
ConnectionProvider<T extends ConnectionDetails>
Created by bmorrise on 2/12/19.Modifier and TypeMethodDescription<T extends ConnectionDetails>
TConnectionManager.getDetails
(String name) Gets a connection given its name, casting it to the type parameter.<T extends ConnectionDetails>
TConnectionManager.getExistingDetails
(String name) Gets the details of a connection, given its name, casting it to the type parameter, and throwing if it does not exist.<T extends ConnectionDetails>
booleanConnectionManager.save
(org.pentaho.metastore.api.IMetaStore metaStore, T connectionDetails) Save a named connection to a specific meta store<T extends ConnectionDetails>
booleanConnectionManager.save
(org.pentaho.metastore.api.IMetaStore metaStore, T connectionDetails, boolean prepare) Save a named connection to a specific meta store<T extends ConnectionDetails>
booleanConnectionManager.save
(T connectionDetails) Save a named connection to the default meta store<T extends ConnectionDetails>
booleanConnectionManager.test
(T details) Tests if a connection is valid, given its details, with default testing options.Modifier and TypeMethodDescriptiondefault ConnectionDetails
ConnectionDetails.cloneDetails()
Clones the connection details instance.ConnectionManager.createConnectionDetails
(String scheme) Get a new connection details object by scheme/keyConnectionManager.getConnectionDetails
(String name) Get the named connection from a specified meta storeConnectionManager.getConnectionDetails
(String key, String name) Get the named connection from the default meta storeConnectionManager.getConnectionDetails
(org.pentaho.metastore.api.IMetaStore metaStore, String name) Get the named connection from a specified meta storeConnectionManager.getConnectionDetails
(org.pentaho.metastore.api.IMetaStore metaStore, String key, String name) Get the named connection from a specified meta storeModifier and TypeMethodDescriptionList<? extends ConnectionDetails>
ConnectionManager.getConnectionDetailsByScheme
(String scheme) Get all named connections by key/schemeConnectionProvider<? extends ConnectionDetails>
ConnectionManager.getConnectionProvider
(String key) Get a connection provider from the keyList<ConnectionProvider<? extends ConnectionDetails>>
ConnectionManager.getProviders()
Get a list of connection providersList<ConnectionProvider<? extends ConnectionDetails>>
ConnectionManager.getProvidersByType
(Class<? extends ConnectionProvider> providerClass) Get a list of connection providers by typeModifier and TypeMethodDescriptionvoid
ConnectionManager.addConnectionProvider
(String key, ConnectionProvider<? extends ConnectionDetails> connectionProvider) Add a connection provider with a specific key -
Uses of ConnectionDetails in org.pentaho.di.connections.utils
Modifier and TypeMethodDescriptionstatic <T extends ConnectionDetails>
TConnectionDetailsUtils.cloneMeta
(T instance) Clones a given connection details instance. -
Uses of ConnectionDetails in org.pentaho.di.connections.vfs
Modifier and TypeInterfaceDescriptioninterface
Created by bmorrise on 2/13/19.Modifier and TypeClassDescriptionclass
A class to put common fields for all types of VFS Connection Details to avoid code duplication -
Uses of ConnectionDetails in org.pentaho.di.connections.vfs.providers.other