Package | Description |
---|---|
com.atlassian.jira.bc.projectroles | |
com.atlassian.jira.mock | |
com.atlassian.jira.rest.v2.issue.project | |
com.atlassian.jira.security.roles |
Modifier and Type | Method and Description |
---|---|
DefaultRoleActors |
DefaultProjectRoleService.getDefaultRoleActors(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection) |
DefaultRoleActors |
ProjectRoleService.getDefaultRoleActors(ApplicationUser currentUser,
ProjectRole projectRole,
ErrorCollection collection)
Deprecated.
Use
ProjectRoleService.getProjectRoleActors(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
Will return a |
DefaultRoleActors |
DefaultProjectRoleService.getDefaultRoleActors(ProjectRole projectRole,
ErrorCollection errorCollection) |
DefaultRoleActors |
ProjectRoleService.getDefaultRoleActors(ProjectRole projectRole,
ErrorCollection collection) |
Modifier and Type | Method and Description |
---|---|
DefaultRoleActors |
MockProjectRoleManager.getDefaultRoleActors(ProjectRole projectRole) |
Modifier and Type | Method and Description |
---|---|
void |
MockProjectRoleManager.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors) |
Modifier and Type | Method and Description |
---|---|
ProjectRoleBean |
ProjectRoleBeanFactory.projectRole(ProjectRole projectRole,
DefaultRoleActors actors) |
ProjectRoleBean |
ProjectRoleBeanFactoryImpl.projectRole(ProjectRole projectRole,
DefaultRoleActors actors) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProjectRoleActors
This interface defines the association between a ProjectRole and a collection of Actors for a project.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRoleActorsImpl |
class |
ProjectRoleActorsImpl |
Modifier and Type | Method and Description |
---|---|
DefaultRoleActors |
ProjectRoleActorsImpl.addRoleActor(RoleActor roleActor) |
DefaultRoleActors |
DefaultRoleActorsImpl.addRoleActor(RoleActor roleActor) |
DefaultRoleActors |
DefaultRoleActors.addRoleActor(RoleActor roleActor)
Add the RoleActor to the contained set of RoleActors and return a new DefaultRoleActors with the modified set
|
DefaultRoleActors |
ProjectRoleActorsImpl.addRoleActors(Collection<? extends RoleActor> roleActors) |
DefaultRoleActors |
DefaultRoleActorsImpl.addRoleActors(Collection<? extends RoleActor> roleActors) |
DefaultRoleActors |
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 set
|
DefaultRoleActors |
ProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId) |
DefaultRoleActors |
CachingProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId) |
DefaultRoleActors |
OfBizProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId) |
DefaultRoleActors |
DefaultProjectRoleManager.getDefaultRoleActors(ProjectRole projectRole) |
DefaultRoleActors |
ProjectRoleManager.getDefaultRoleActors(ProjectRole projectRole)
This method will return the default role actors for a
ProjectRole |
DefaultRoleActors |
ProjectRoleActorsImpl.removeRoleActor(RoleActor roleActor) |
DefaultRoleActors |
DefaultRoleActorsImpl.removeRoleActor(RoleActor roleActor) |
DefaultRoleActors |
DefaultRoleActors.removeRoleActor(RoleActor roleActor)
Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified
set
|
DefaultRoleActors |
ProjectRoleActorsImpl.removeRoleActors(Collection<? extends RoleActor> roleActors) |
DefaultRoleActors |
DefaultRoleActorsImpl.removeRoleActors(Collection<? extends RoleActor> roleActors) |
DefaultRoleActors |
DefaultRoleActors.removeRoleActors(Collection<? extends RoleActor> roleActors)
Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified
set
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors) |
void |
CachingProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors) |
void |
OfBizProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors) |
void |
DefaultProjectRoleManager.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors) |
void |
ProjectRoleManager.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
This method will update the associations of actors for the default projectRole, specified by the given
defaultRoleActors object.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.