Uses of Class
org.sonar.api.security.GroupRole

Packages that use GroupRole
org.sonar.api.security   
 

Uses of GroupRole in org.sonar.api.security
 

Methods in org.sonar.api.security that return GroupRole
static GroupRole GroupRole.buildGlobalRole(Integer groupId, String role)
           
static GroupRole GroupRole.buildResourceRole(Integer groupId, String role, Integer resourceId)
           
 GroupRole GroupRole.setGroupId(Integer groupId)
           
 GroupRole GroupRole.setResourceId(Integer resourceId)
           
 GroupRole GroupRole.setRole(String role)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.