public interface

ProjectPermissionFeatureHelper

com.atlassian.jira.permission.management.ProjectPermissionFeatureHelper
Known Indirect Subclasses

Class Overview

Helper used to determine if we want to use the old edit permission page and what the URLs are for these.

Summary

Public Methods
String getNewEditPermissionUrl(Long schemeId)
Get the new edit permission scheme url
String getOldEditPermissionUrl(Long schemeId)
Get the old edit permission scheme url
Boolean useOldProjectPermissionPage()

Public Methods

public String getNewEditPermissionUrl (Long schemeId)

Get the new edit permission scheme url

Parameters
schemeId to be edited
Returns
  • url for editing on the new edit permission page

public String getOldEditPermissionUrl (Long schemeId)

Get the old edit permission scheme url

Parameters
schemeId to be edited
Returns
  • url for editing on the old edit permission page

public Boolean useOldProjectPermissionPage ()

Returns
  • whether we want to use the old project permission page