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

Packages that use DefaultRoleActors
com.atlassian.jira.bc.projectroles   
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(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)
          Will return a DefaultRoleActors for the given projectRole checking the currentUser has the correct permissions to perform the get operation.
 

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 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 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 DefaultProjectRoleManager.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void ProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void CachingProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void OfBizProjectRoleAndActorStore.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-2012 Atlassian. All Rights Reserved.