Package org.pentaho.di.shared
Interface DatabaseManagementInterface
- All Superinterfaces:
SharedObjectsManagementInterface<org.pentaho.di.core.database.DatabaseMeta>
- All Known Implementing Classes:
ChangeTrackingDatabaseManager,DatabaseConnectionManager,PassthroughDbConnectionManager,VariableSharingDatabaseManager
public interface DatabaseManagementInterface
extends SharedObjectsManagementInterface<org.pentaho.di.core.database.DatabaseMeta>
This is the management interface used by the UI to perform CRUD operation. The implementors of this interface will
be scoped based on the bowl and can be retrieved using bowl's getManager()
-
Method Summary