Uses of Class
com.gooddata.project.Role
-
Packages that use Role Package Description com.gooddata.project -
-
Uses of Role in com.gooddata.project
Methods in com.gooddata.project that return Role Modifier and Type Method Description RoleProjectService. getRoleByUri(String uri)Get role by given URI.Methods in com.gooddata.project that return types with arguments of type Role Modifier and Type Method Description Set<Role>ProjectService. getRoles(Project project)Get set of user role by given project.Methods in com.gooddata.project with parameters of type Role Modifier and Type Method Description UserProjectService. addUserToProject(Project project, Account account, Role... userRoles)Add user in to the project
-