Uses of Interface
com.atlassian.jira.security.roles.DefaultRoleActors
Packages that use DefaultRoleActors
Package
Description
-
Uses of DefaultRoleActors in com.atlassian.jira.bc.projectroles
Methods in com.atlassian.jira.bc.projectroles that return DefaultRoleActorsModifier and TypeMethodDescriptionDefaultProjectRoleService.getDefaultRoleActors(ProjectRole projectRole, ErrorCollection errorCollection) DefaultProjectRoleService.getDefaultRoleActors(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection errorCollection) ProjectRoleService.getDefaultRoleActors(ProjectRole projectRole, ErrorCollection collection) ProjectRoleService.getDefaultRoleActors(ApplicationUser currentUser, ProjectRole projectRole, ErrorCollection collection) Deprecated. -
Uses of DefaultRoleActors in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock that return DefaultRoleActorsModifier and TypeMethodDescriptionMockProjectRoleManager.getDefaultRoleActors(ProjectRole projectRole) Methods in com.atlassian.jira.mock with parameters of type DefaultRoleActorsModifier and TypeMethodDescriptionvoidMockProjectRoleManager.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors) -
Uses of DefaultRoleActors in com.atlassian.jira.rest.v2.issue.project
Methods in com.atlassian.jira.rest.v2.issue.project with parameters of type DefaultRoleActorsModifier and TypeMethodDescriptionProjectRoleBeanFactory.projectRole(ProjectRole projectRole, DefaultRoleActors actors) ProjectRoleBeanFactoryImpl.projectRole(ProjectRole projectRole, DefaultRoleActors actors) -
Uses of DefaultRoleActors in com.atlassian.jira.security.roles
Subinterfaces of DefaultRoleActors in com.atlassian.jira.security.rolesModifier and TypeInterfaceDescriptioninterfaceThis interface defines the association between a ProjectRole and a collection of Actors for a project.Classes in com.atlassian.jira.security.roles that implement DefaultRoleActorsMethods in com.atlassian.jira.security.roles that return DefaultRoleActorsModifier and TypeMethodDescriptionDefaultRoleActors.addRoleActor(RoleActor roleActor) Add the RoleActor to the contained set of RoleActors and return a new DefaultRoleActors with the modified setDefaultRoleActorsImpl.addRoleActor(RoleActor roleActor) ProjectRoleActorsImpl.addRoleActor(RoleActor roleActor) DefaultRoleActors.addRoleActors(Collection<? extends RoleActor> roleActors) Add the collection of RoleActors to the contained set of RoleActors and return a new DefaultRoleActors with the modified setDefaultRoleActorsImpl.addRoleActors(Collection<? extends RoleActor> roleActors) ProjectRoleActorsImpl.addRoleActors(Collection<? extends RoleActor> roleActors) CachingProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId) DefaultProjectRoleManager.getDefaultRoleActors(ProjectRole projectRole) OfBizProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId) ProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId) Get the defaultProjectRoleActorsfor a given project role ID.ProjectRoleManager.getDefaultRoleActors(ProjectRole projectRole) This method will return the default role actors for aProjectRoleDefaultRoleActors.removeRoleActor(RoleActor roleActor) Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified setDefaultRoleActorsImpl.removeRoleActor(RoleActor roleActor) ProjectRoleActorsImpl.removeRoleActor(RoleActor roleActor) DefaultRoleActors.removeRoleActors(Collection<? extends RoleActor> roleActors) Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified setDefaultRoleActorsImpl.removeRoleActors(Collection<? extends RoleActor> roleActors) ProjectRoleActorsImpl.removeRoleActors(Collection<? extends RoleActor> roleActors) Methods in com.atlassian.jira.security.roles with parameters of type DefaultRoleActorsModifier and TypeMethodDescriptionvoidCachingProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors) voidDefaultProjectRoleManager.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors) voidOfBizProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors) voidProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors) voidProjectRoleManager.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors) This method will update the associations of actors for the default projectRole, specified by the given defaultRoleActors object.
ProjectRoleService.getProjectRoleActors(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, com.atlassian.jira.util.ErrorCollection)instead.