Uses of Interface
com.atlassian.jira.security.roles.DefaultRoleActors

Packages that use DefaultRoleActors
com.atlassian.jira.bc.projectroles   
com.atlassian.jira.jelly.tag.projectroles   
com.atlassian.jira.mock   
com.atlassian.jira.security.roles   
 

Uses of DefaultRoleActors in com.atlassian.jira.bc.projectroles
 

Methods in com.atlassian.jira.bc.projectroles that return DefaultRoleActors
 DefaultRoleActors DefaultProjectRoleService.getDefaultRoleActors(ProjectRole projectRole, ErrorCollection errorCollection)
           
 DefaultRoleActors ProjectRoleService.getDefaultRoleActors(ProjectRole projectRole, ErrorCollection collection)
           
 DefaultRoleActors DefaultProjectRoleService.getDefaultRoleActors(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 DefaultRoleActors ProjectRoleService.getDefaultRoleActors(com.atlassian.crowd.embedded.api.User 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 for the given projectRole checking the currentUser has the correct permissions to perform the get operation. The passed in errorCollection will contain any errors that are generated, such as permission violations.
 

Uses of DefaultRoleActors in com.atlassian.jira.jelly.tag.projectroles
 

Methods in com.atlassian.jira.jelly.tag.projectroles that return DefaultRoleActors
 DefaultRoleActors MockProjectRoleService.getDefaultRoleActors(ProjectRole projectRole, ErrorCollection collection)
           
 DefaultRoleActors MockProjectRoleService.getDefaultRoleActors(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection collection)
           
 

Uses of DefaultRoleActors in com.atlassian.jira.mock
 

Methods in com.atlassian.jira.mock that return DefaultRoleActors
 DefaultRoleActors MockProjectRoleManager.getDefaultRoleActors(ProjectRole projectRole)
           
 

Methods in com.atlassian.jira.mock with parameters of type DefaultRoleActors
 void MockProjectRoleManager.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 

Uses of DefaultRoleActors in com.atlassian.jira.security.roles
 

Subinterfaces of DefaultRoleActors in com.atlassian.jira.security.roles
 interface ProjectRoleActors
          This interface defines the association between a ProjectRole and a collection of Actors for a project.
 

Classes in com.atlassian.jira.security.roles that implement DefaultRoleActors
 class DefaultRoleActorsImpl
           
 class ProjectRoleActorsImpl
           
 

Methods in com.atlassian.jira.security.roles that return DefaultRoleActors
 DefaultRoleActors DefaultRoleActorsImpl.addRoleActor(RoleActor roleActor)
           
 DefaultRoleActors ProjectRoleActorsImpl.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 DefaultRoleActorsImpl.addRoleActors(Collection roleActors)
           
 DefaultRoleActors ProjectRoleActorsImpl.addRoleActors(Collection roleActors)
           
 DefaultRoleActors DefaultRoleActors.addRoleActors(Collection<RoleActor> roleActors)
          Add the collection of RoleActors to the contained set of RoleActors and return a new DefaultRoleActors with the modified set
 DefaultRoleActors CachingProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
           
 DefaultRoleActors OfBizProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
           
 DefaultRoleActors ProjectRoleAndActorStore.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 DefaultRoleActorsImpl.removeRoleActor(RoleActor roleActor)
           
 DefaultRoleActors ProjectRoleActorsImpl.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 DefaultRoleActorsImpl.removeRoleActors(Collection roleActors)
           
 DefaultRoleActors ProjectRoleActorsImpl.removeRoleActors(Collection roleActors)
           
 DefaultRoleActors DefaultRoleActors.removeRoleActors(Collection<RoleActor> roleActors)
          Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified set
 

Methods in com.atlassian.jira.security.roles with parameters of type DefaultRoleActors
 void CachingProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void DefaultProjectRoleManager.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void OfBizProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void ProjectRoleAndActorStore.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-2013 Atlassian. All Rights Reserved.