Uses of Class
org.pentaho.di.repository.UserInfo

Packages that use UserInfo
org.pentaho.di.repository This package contains the required classes to handle the Kettle repository. 
 

Uses of UserInfo in org.pentaho.di.repository
 

Fields in org.pentaho.di.repository declared as UserInfo
 UserInfo Repository.userinfo
           
 

Methods in org.pentaho.di.repository that return UserInfo
 UserInfo Repository.getUserInfo()
           
 

Methods in org.pentaho.di.repository with parameters of type UserInfo
 void Repository.setUserInfo(UserInfo userinfo)
           
 

Constructors in org.pentaho.di.repository with parameters of type UserInfo
Repository(org.pentaho.di.core.logging.LogWriter log, RepositoryMeta repinfo, UserInfo userinfo)