Uses of Interface
ru.slie.luna.project.role.ProjectRole
Packages that use ProjectRole
Package
Description
-
Uses of ProjectRole in ru.slie.luna.notification
Method parameters in ru.slie.luna.notification with type arguments of type ProjectRoleModifier and TypeMethodDescriptionvoidNotificationSchemaManager.addRoles(NotificationSchema schema, IssueEventType eventType, Collection<ProjectRole> roles) voidNotificationSchemaManager.removeRoles(NotificationSchema schema, IssueEventType eventType, Collection<ProjectRole> roles) -
Uses of ProjectRole in ru.slie.luna.permission
Method parameters in ru.slie.luna.permission with type arguments of type ProjectRoleModifier and TypeMethodDescriptionvoidPermissionSchemaManager.addRoles(PermissionSchema schema, PermissionKey permissionKey, Collection<ProjectRole> roles) voidPermissionSchemaManager.removeRoles(PermissionSchema schema, PermissionKey permissionKey, Collection<ProjectRole> roles) -
Uses of ProjectRole in ru.slie.luna.project
Methods in ru.slie.luna.project with parameters of type ProjectRole -
Uses of ProjectRole in ru.slie.luna.project.role
Methods in ru.slie.luna.project.role that return ProjectRoleMethods in ru.slie.luna.project.role that return types with arguments of type ProjectRoleModifier and TypeMethodDescriptionProjectRoleManager.getByIds(Collection<Long> ids) ProjectRoleManager.getRoles()Methods in ru.slie.luna.project.role with parameters of type ProjectRoleModifier and TypeMethodDescriptionvoidProjectRoleManager.addGroupsToProject(Project project, ProjectRole role, Collection<Group> groups) voidProjectRoleManager.addUsersToProject(Project project, ProjectRole role, Collection<User> users) ProjectRoleManager.deleteRole(ProjectRole role) voidProjectRoleManager.removeGroupsFromProject(Project project, ProjectRole role, Collection<String> groups) voidProjectRoleManager.removeProjectRole(Project project, ProjectRole role) voidProjectRoleManager.removeUsersFromProject(Project project, ProjectRole role, Collection<User> users) voidProjectRoleManager.updateRole(ProjectRole role, String name, String description)