public static class

ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry

extends Object
java.lang.Object
   ↳ com.atlassian.jira.security.roles.ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry

Class Overview

Map entry that holds the project id and the collection of project role ids

Summary

Public Methods
Long getProjectId()
Returns the project ID
List<Long> getProjectRoleIds()
Returns the project role ID
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Long getProjectId ()

Returns the project ID

Returns
  • project ID

public List<Long> getProjectRoleIds ()

Returns the project role ID

Returns
  • project role ID