Uses of Interface
org.pentaho.di.connections.ConnectionDetails
Packages that use ConnectionDetails
Package
Description
-
Uses of ConnectionDetails in org.pentaho.di.connections
Classes in org.pentaho.di.connections with type parameters of type ConnectionDetailsModifier and TypeInterfaceDescriptioninterfaceConnectionProvider<T extends ConnectionDetails>Created by bmorrise on 2/12/19.Methods in org.pentaho.di.connections with type parameters of type ConnectionDetailsModifier 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.Methods in org.pentaho.di.connections that return ConnectionDetailsModifier and TypeMethodDescriptiondefault ConnectionDetailsConnectionDetails.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 storeMethods in org.pentaho.di.connections that return types with arguments of type ConnectionDetailsModifier 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 typeMethod parameters in org.pentaho.di.connections with type arguments of type ConnectionDetailsModifier and TypeMethodDescriptionvoidConnectionManager.addConnectionProvider(String key, ConnectionProvider<? extends ConnectionDetails> connectionProvider) Add a connection provider with a specific key -
Uses of ConnectionDetails in org.pentaho.di.connections.utils
Methods in org.pentaho.di.connections.utils with type parameters of type ConnectionDetailsModifier and TypeMethodDescriptionstatic <T extends ConnectionDetails>
TConnectionDetailsUtils.cloneMeta(T instance) Clones a given connection details instance. -
Uses of ConnectionDetails in org.pentaho.di.connections.vfs
Subinterfaces of ConnectionDetails in org.pentaho.di.connections.vfsModifier and TypeInterfaceDescriptioninterfaceCreated by bmorrise on 2/13/19.Classes in org.pentaho.di.connections.vfs that implement ConnectionDetailsModifier and TypeClassDescriptionclassA 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
Classes in org.pentaho.di.connections.vfs.providers.other that implement ConnectionDetails