Uses of Interface
org.pentaho.di.connections.ConnectionDetails
-
Packages that use ConnectionDetails Package Description org.pentaho.di.connections org.pentaho.di.connections.vfs org.pentaho.di.connections.vfs.provider org.pentaho.di.connections.vfs.providers.other -
-
Uses of ConnectionDetails in org.pentaho.di.connections
Classes in org.pentaho.di.connections with type parameters of type ConnectionDetails Modifier and Type Interface Description interfaceConnectionProvider<T extends ConnectionDetails>Created by bmorrise on 2/12/19.Methods in org.pentaho.di.connections with type parameters of type ConnectionDetails Modifier and Type Method Description <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 connectionDetails)Run a test operation on the named connectionMethods in org.pentaho.di.connections that return ConnectionDetails Modifier and Type Method Description ConnectionDetailsConnectionManager. createConnectionDetails(String scheme)Get a new connection details object by scheme/keyConnectionDetailsConnectionManager. getConnectionDetails(String name)Get the named connection from a specified meta storeConnectionDetailsConnectionManager. getConnectionDetails(String key, String name)Get the named connection from the default meta storeConnectionDetailsConnectionManager. getConnectionDetails(org.pentaho.metastore.api.IMetaStore metaStore, String name)Get the named connection from a specified meta storeConnectionDetailsConnectionManager. 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 ConnectionDetails Modifier and Type Method Description List<? 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> clazz)Get a list of connection providers by typeMethod parameters in org.pentaho.di.connections with type arguments of type ConnectionDetails Modifier and Type Method Description voidConnectionManager. addConnectionProvider(String key, ConnectionProvider<? extends ConnectionDetails> connectionProvider)Add a connection provider with a specific key -
Uses of ConnectionDetails in org.pentaho.di.connections.vfs
Subinterfaces of ConnectionDetails in org.pentaho.di.connections.vfs Modifier and Type Interface Description interfaceVFSConnectionDetailsCreated by bmorrise on 2/13/19.Methods in org.pentaho.di.connections.vfs with parameters of type ConnectionDetails Modifier and Type Method Description protected VariableSpaceBaseVFSConnectionProvider. getSpace(ConnectionDetails connectionDetails) -
Uses of ConnectionDetails in org.pentaho.di.connections.vfs.provider
Methods in org.pentaho.di.connections.vfs.provider with parameters of type ConnectionDetails Modifier and Type Method Description static StringConnectionFileSystem. getUrl(org.apache.commons.vfs2.provider.AbstractFileName abstractFileName, ConnectionDetails connectionDetails)Creates a url forConnectionFileName -
Uses of ConnectionDetails in org.pentaho.di.connections.vfs.providers.other
Classes in org.pentaho.di.connections.vfs.providers.other that implement ConnectionDetails Modifier and Type Class Description classOtherConnectionDetailsCreated by bmorrise on 2/3/19.
-