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.
 

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.
 

Methods in com.atlassian.jira.security.roles that return DefaultRoleActors
 DefaultRoleActors DefaultRoleActors.addRoleActor(RoleActor roleActor)
          Add the RoleActor to the contained set of RoleActors and return a new DefaultRoleActors with the modified set
 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 ProjectRoleManager.getDefaultRoleActors(ProjectRole projectRole)
          This method will return the default role actors for a ProjectRole
 DefaultRoleActors DefaultRoleActors.removeRoleActor(RoleActor roleActor)
          Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified set
 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.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.