public class

ViewProjectRoleActors

extends AbstractRoleActors
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.admin.roles.AbstractRoleActors
           ↳ com.atlassian.jira.web.action.admin.roles.ViewProjectRoleActors

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.admin.roles.AbstractRoleActors
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
ViewProjectRoleActors(ProjectRoleService projectRoleService, ProjectManager projectManager, ProjectFactory projectFactory, PluginAccessor pluginAccessor)
Public Methods
Project getProject()
Long getProjectId()
Collection getRoleActorTypes(ProjectRole projectRole, String type, int length)
Returns the RoleActors in a ProjectRole that have the given type e.g.
Collection getRoleActors(ProjectRole projectRole)
void setProjectId(Long projectId)
Protected Methods
String doExecute()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.admin.roles.AbstractRoleActors
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Public Constructors

public ViewProjectRoleActors (ProjectRoleService projectRoleService, ProjectManager projectManager, ProjectFactory projectFactory, PluginAccessor pluginAccessor)

Public Methods

public Project getProject ()

public Long getProjectId ()

public Collection getRoleActorTypes (ProjectRole projectRole, String type, int length)

Returns the RoleActors in a ProjectRole that have the given type e.g. com.atlassian.jira.security.roles.actor.UserRoleActorFactory.UserRoleActor# or com.atlassian.jira.security.roles.actor.GroupRoleActorFactory.GroupRoleActor#.

Parameters
type designation to specify which kind of RoleActor to get.
Returns

public Collection getRoleActors (ProjectRole projectRole)

public void setProjectId (Long projectId)

Protected Methods

protected String doExecute ()

Throws
Exception