Class UIDatabaseConnection

  • All Implemented Interfaces:
    org.pentaho.ui.xul.XulEventSource

    public class UIDatabaseConnection
    extends org.pentaho.ui.xul.XulEventSourceAdapter
    • Field Detail

      • dbMeta

        protected org.pentaho.di.core.database.DatabaseMeta dbMeta
      • rep

        protected org.pentaho.di.repository.Repository rep
      • repoElementMeta

        protected org.pentaho.di.repository.RepositoryElementMetaInterface repoElementMeta
    • Constructor Detail

      • UIDatabaseConnection

        public UIDatabaseConnection()
      • UIDatabaseConnection

        public UIDatabaseConnection​(org.pentaho.di.core.database.DatabaseMeta databaseMeta,
                                    org.pentaho.di.repository.Repository rep)
    • Method Detail

      • getName

        public String getName()
      • getDisplayName

        public String getDisplayName()
      • getType

        public String getType()
      • getDateModified

        public String getDateModified()
      • setRepositoryElementMetaInterface

        public void setRepositoryElementMetaInterface​(org.pentaho.di.repository.RepositoryElementMetaInterface repoElementMeta)
      • getDatabaseMeta

        public org.pentaho.di.core.database.DatabaseMeta getDatabaseMeta()