Package com.atlassian.jira.security
Enum Class Permissions.Permission
- All Implemented Interfaces:
Serializable
,Comparable<Permissions.Permission>
,Constable
- Enclosing class:
- Permissions
Experimental API, do not use, it may change without notice...
Plans are afoot to add custom permissions ... at which point this enum would be core permissions only ...
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAbility to select a user or group from a popup window. -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getType()
static Permissions.Permission
Returns the enum constant of this class with the specified name.static Permissions.Permission[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ADMINISTER
-
USE
-
SYSTEM_ADMIN
-
CREATE_SHARED_OBJECTS
-
MANAGE_GROUP_FILTER_SUBSCRIPTIONS
-
BULK_CHANGE
-
USER_PICKER
Ability to select a user or group from a popup window. Users with this permission will be able to see names of all users and groups in the system. -
PROJECT_ADMIN
-
BROWSE
-
VIEW_VERSION_CONTROL
-
VIEW_WORKFLOW_READONLY
-
CREATE_ISSUE
-
EDIT_ISSUE
-
ASSIGN_ISSUE
-
RESOLVE_ISSUE
-
DELETE_ISSUE
-
ASSIGNABLE_USER
-
CLOSE_ISSUE
-
TRANSITION_ISSUE
-
LINK_ISSUE
-
MOVE_ISSUE
-
SET_ISSUE_SECURITY
-
SCHEDULE_ISSUE
-
MODIFY_REPORTER
-
VIEW_VOTERS_AND_WATCHERS
-
MANAGE_WATCHER_LIST
-
COMMENT_ISSUE
-
COMMENT_EDIT_ALL
-
COMMENT_EDIT_OWN
-
COMMENT_DELETE_ALL
-
COMMENT_DELETE_OWN
-
CREATE_ATTACHMENT
-
ATTACHMENT_DELETE_ALL
-
ATTACHMENT_DELETE_OWN
-
WORK_ISSUE
-
WORKLOG_EDIT_OWN
-
WORKLOG_EDIT_ALL
-
WORKLOG_DELETE_OWN
-
WORKLOG_DELETE_ALL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
public int getId() -
getType
-
getNameKey
-
getDescriptionKey
-