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 ProjectRoleService.getDefaultRoleActors(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.
 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.
 DefaultRoleActors DefaultProjectRoleService.getDefaultRoleActors(User currentUser, ProjectRole projectRole, ErrorCollection collection)
           
 DefaultRoleActors DefaultProjectRoleService.getDefaultRoleActors(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, ErrorCollection errorCollection)
           
 

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 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 roleActors)
           
 DefaultRoleActors DefaultRoleActorsImpl.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 OfBizProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
           
 DefaultRoleActors CachingProjectRoleAndActorStore.getDefaultRoleActors(Long projectRoleId)
           
 DefaultRoleActors ProjectRoleManager.getDefaultRoleActors(ProjectRole projectRole)
          This method will return the default role actors for a ProjectRole
 DefaultRoleActors DefaultProjectRoleManager.getDefaultRoleActors(ProjectRole 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 roleActors)
           
 DefaultRoleActors DefaultRoleActorsImpl.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 ProjectRoleManager.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
          This method will update the associations of actors for the default projectRole, specified by the given defaultRoleActors object.
 void ProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void OfBizProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void DefaultProjectRoleManager.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 void CachingProjectRoleAndActorStore.updateDefaultRoleActors(DefaultRoleActors defaultRoleActors)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.