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

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

Uses of ProfileMeta in org.pentaho.di.repository
 

Methods in org.pentaho.di.repository that return ProfileMeta
 ProfileMeta UserInfo.getProfile()
           
 

Methods in org.pentaho.di.repository with parameters of type ProfileMeta
 void UserInfo.setProfile(ProfileMeta profile)
           
 

Constructors in org.pentaho.di.repository with parameters of type ProfileMeta
UserInfo(String login, String password, String name, String description, boolean enabled, ProfileMeta profile)