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

Packages that use ProjectRoleActors
com.atlassian.jira.bc.projectroles   
com.atlassian.jira.security.roles   
 

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

Methods in com.atlassian.jira.bc.projectroles that return ProjectRoleActors
 ProjectRoleActors ProjectRoleService.getProjectRoleActors(User currentUser, ProjectRole projectRole, Project project, ErrorCollection errorCollection)
          Will return a {@link ProjectRoleActors) for the given projectRole and project checking the currentUser has the correct permissions to perform the get operation.
 ProjectRoleActors ProjectRoleService.getProjectRoleActors(com.atlassian.crowd.embedded.api.User currentUser, ProjectRole projectRole, Project project, ErrorCollection errorCollection)
          Will return a {@link ProjectRoleActors) for the given projectRole and project checking the currentUser has the correct permissions to perform the get operation.
 

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

Methods in com.atlassian.jira.security.roles that return ProjectRoleActors
 ProjectRoleActors ProjectRoleManager.getProjectRoleActors(ProjectRole projectRole, Project project)
          This method will retrieve the object that represents the actors associate with the given projectRole and project context
 

Methods in com.atlassian.jira.security.roles with parameters of type ProjectRoleActors
 void ProjectRoleManager.updateProjectRoleActors(ProjectRoleActors projectRoleActors)
          Commits the given ProjectRoleActors to permanent store, saving any updates made.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.