public class

DefaultIssueTypePermissionService

extends Object
implements IssueTypePermissionService
java.lang.Object
   ↳ com.atlassian.jira.config.DefaultIssueTypePermissionService

Summary

Public Constructors
DefaultIssueTypePermissionService(IssueTypeService issueTypeService, GlobalPermissionManager globalPermissionManager)
Public Methods
boolean hasPermissionToEditIssueType(ApplicationUser user)
Checks if the user has permissions to edit the given issue type.
boolean hasPermissionToViewIssueType(ApplicationUser user, String id)
Checks if the user has permissions to view the given issue type.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.config.IssueTypePermissionService

Public Constructors

public DefaultIssueTypePermissionService (IssueTypeService issueTypeService, GlobalPermissionManager globalPermissionManager)

Public Methods

public boolean hasPermissionToEditIssueType (ApplicationUser user)

Checks if the user has permissions to edit the given issue type.

public boolean hasPermissionToViewIssueType (ApplicationUser user, String id)

Checks if the user has permissions to view the given issue type.