Uses of Class
org.pentaho.di.ui.repository.repositoryexplorer.model.UISecurity.Mode

Packages that use UISecurity.Mode
org.pentaho.di.ui.repository.repositoryexplorer.model   
 

Uses of UISecurity.Mode in org.pentaho.di.ui.repository.repositoryexplorer.model
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model that return UISecurity.Mode
 UISecurity.Mode UISecurityUser.getMode()
           
static UISecurity.Mode UISecurity.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UISecurity.Mode[] UISecurity.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model with parameters of type UISecurity.Mode
 void UISecurityUser.setMode(UISecurity.Mode mode)