Uses of Interface
org.pentaho.di.ui.repository.repositoryexplorer.model.IUIUser

Packages that use IUIUser
org.pentaho.di.ui.repository.repositoryexplorer.model   
 

Uses of IUIUser in org.pentaho.di.ui.repository.repositoryexplorer.model
 

Classes in org.pentaho.di.ui.repository.repositoryexplorer.model that implement IUIUser
 class UIRepositoryUser
           
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model that return IUIUser
 IUIUser UIObjectRegistry.constructUIRepositoryUser(IUser user)
           
 IUIUser UISecurity.getSelectedUser()
           
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model that return types with arguments of type IUIUser
 List<IUIUser> UISecurity.getUserList()
           
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model with parameters of type IUIUser
 void UISecurity.addUser(IUIUser userToAdd)
           
 void UISecurity.removeUser(IUIUser userToRemove)
           
 void UISecurity.setSelectedUser(IUIUser selectedUser)
           
 void UISecurityUser.setUser(IUIUser user)
           
 void UISecurity.updateUser(IUIUser userToUpdate)
           
 

Method parameters in org.pentaho.di.ui.repository.repositoryexplorer.model with type arguments of type IUIUser
 void UISecurity.setUserList(List<IUIUser> userList)
           
 

Constructor parameters in org.pentaho.di.ui.repository.repositoryexplorer.model with type arguments of type IUIUser
UIRepositoryUsers(List<IUIUser> users)