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

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

Uses of PermissionMeta in org.pentaho.di.repository
 

Methods in org.pentaho.di.repository that return PermissionMeta
 PermissionMeta ProfileMeta.getPermission(int i)
           
 

Methods in org.pentaho.di.repository with parameters of type PermissionMeta
 void ProfileMeta.addPermission(int p, PermissionMeta permission)
           
 void ProfileMeta.addPermission(PermissionMeta permission)
           
 int ProfileMeta.indexOfPermission(PermissionMeta permission)