com.atlassian.jira.permission
Interface ProjectPermission

All Known Implementing Classes:
MockProjectPermission

public interface ProjectPermission

Represents a project permission.

Since:
v6.3

Method Summary
 ProjectPermissionCategory getCategory()
           
 String getDescriptionI18nKey()
           
 String getKey()
           
 String getNameI18nKey()
           
 

Method Detail

getKey

String getKey()
Returns:
unique key of this project permission.
Since:
v6.3

getNameI18nKey

String getNameI18nKey()
Returns:
i18n key of this permission's name. Cannot be null.
Since:
v6.3

getDescriptionI18nKey

String getDescriptionI18nKey()
Returns:
i18n key of this permission's description. Can be null.
Since:
v6.3

getCategory

ProjectPermissionCategory getCategory()
Returns:
category of this permission. Cannot be null.
Since:
v6.3


Copyright © 2002-2014 Atlassian. All Rights Reserved.