com.atlassian.jira.security
Enum Permissions.Permission

java.lang.Object
  extended by java.lang.Enum<Permissions.Permission>
      extended by com.atlassian.jira.security.Permissions.Permission
All Implemented Interfaces:
Serializable, Comparable<Permissions.Permission>
Enclosing class:
Permissions

Deprecated. Use Permission. Since v6.2 Experimental API, do not use, it may change without notice...

@ExperimentalApi
@Deprecated
public static enum Permissions.Permission
extends Enum<Permissions.Permission>


Enum Constant Summary
ADMINISTER
          Deprecated.  
ASSIGN_ISSUE
          Deprecated.  
ASSIGNABLE_USER
          Deprecated.  
ATTACHMENT_DELETE_ALL
          Deprecated.  
ATTACHMENT_DELETE_OWN
          Deprecated.  
BROWSE
          Deprecated.  
BULK_CHANGE
          Deprecated.  
CLOSE_ISSUE
          Deprecated.  
COMMENT_DELETE_ALL
          Deprecated.  
COMMENT_DELETE_OWN
          Deprecated.  
COMMENT_EDIT_ALL
          Deprecated.  
COMMENT_EDIT_OWN
          Deprecated.  
COMMENT_ISSUE
          Deprecated.  
CREATE_ATTACHMENT
          Deprecated.  
CREATE_ISSUE
          Deprecated.  
CREATE_SHARED_OBJECTS
          Deprecated.  
DELETE_ISSUE
          Deprecated.  
EDIT_ISSUE
          Deprecated.  
LINK_ISSUE
          Deprecated.  
MANAGE_GROUP_FILTER_SUBSCRIPTIONS
          Deprecated.  
MANAGE_WATCHER_LIST
          Deprecated.  
MODIFY_REPORTER
          Deprecated.  
MOVE_ISSUE
          Deprecated.  
PROJECT_ADMIN
          Deprecated.  
RESOLVE_ISSUE
          Deprecated.  
SCHEDULE_ISSUE
          Deprecated.  
SET_ISSUE_SECURITY
          Deprecated.  
SYSTEM_ADMIN
          Deprecated.  
USE
          Deprecated.  
USER_PICKER
          Deprecated. Ability to select a user or group from a popup window.
VIEW_VERSION_CONTROL
          Deprecated.  
VIEW_VOTERS_AND_WATCHERS
          Deprecated.  
VIEW_WORKFLOW_READONLY
          Deprecated.  
WORK_ISSUE
          Deprecated.  
WORKLOG_DELETE_ALL
          Deprecated.  
WORKLOG_DELETE_OWN
          Deprecated.  
WORKLOG_EDIT_ALL
          Deprecated.  
WORKLOG_EDIT_OWN
          Deprecated.  
 
Method Summary
 String getDescriptionKey()
          Deprecated.  
 int getId()
          Deprecated.  
 String getNameKey()
          Deprecated.  
 Permissions.Type getType()
          Deprecated.  
static Permissions.Permission valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static Permissions.Permission[] values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ADMINISTER

public static final Permissions.Permission ADMINISTER
Deprecated. 

USE

public static final Permissions.Permission USE
Deprecated. 

SYSTEM_ADMIN

public static final Permissions.Permission SYSTEM_ADMIN
Deprecated. 

CREATE_SHARED_OBJECTS

public static final Permissions.Permission CREATE_SHARED_OBJECTS
Deprecated. 

MANAGE_GROUP_FILTER_SUBSCRIPTIONS

public static final Permissions.Permission MANAGE_GROUP_FILTER_SUBSCRIPTIONS
Deprecated. 

BULK_CHANGE

public static final Permissions.Permission BULK_CHANGE
Deprecated. 

USER_PICKER

public static final Permissions.Permission USER_PICKER
Deprecated. 
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

public static final Permissions.Permission PROJECT_ADMIN
Deprecated. 

BROWSE

public static final Permissions.Permission BROWSE
Deprecated. 

VIEW_VERSION_CONTROL

public static final Permissions.Permission VIEW_VERSION_CONTROL
Deprecated. 

VIEW_WORKFLOW_READONLY

public static final Permissions.Permission VIEW_WORKFLOW_READONLY
Deprecated. 

CREATE_ISSUE

public static final Permissions.Permission CREATE_ISSUE
Deprecated. 

EDIT_ISSUE

public static final Permissions.Permission EDIT_ISSUE
Deprecated. 

ASSIGN_ISSUE

public static final Permissions.Permission ASSIGN_ISSUE
Deprecated. 

RESOLVE_ISSUE

public static final Permissions.Permission RESOLVE_ISSUE
Deprecated. 

DELETE_ISSUE

public static final Permissions.Permission DELETE_ISSUE
Deprecated. 

ASSIGNABLE_USER

public static final Permissions.Permission ASSIGNABLE_USER
Deprecated. 

CLOSE_ISSUE

public static final Permissions.Permission CLOSE_ISSUE
Deprecated. 

LINK_ISSUE

public static final Permissions.Permission LINK_ISSUE
Deprecated. 

MOVE_ISSUE

public static final Permissions.Permission MOVE_ISSUE
Deprecated. 

SET_ISSUE_SECURITY

public static final Permissions.Permission SET_ISSUE_SECURITY
Deprecated. 

SCHEDULE_ISSUE

public static final Permissions.Permission SCHEDULE_ISSUE
Deprecated. 

MODIFY_REPORTER

public static final Permissions.Permission MODIFY_REPORTER
Deprecated. 

VIEW_VOTERS_AND_WATCHERS

public static final Permissions.Permission VIEW_VOTERS_AND_WATCHERS
Deprecated. 

MANAGE_WATCHER_LIST

public static final Permissions.Permission MANAGE_WATCHER_LIST
Deprecated. 

COMMENT_ISSUE

public static final Permissions.Permission COMMENT_ISSUE
Deprecated. 

COMMENT_EDIT_ALL

public static final Permissions.Permission COMMENT_EDIT_ALL
Deprecated. 

COMMENT_EDIT_OWN

public static final Permissions.Permission COMMENT_EDIT_OWN
Deprecated. 

COMMENT_DELETE_ALL

public static final Permissions.Permission COMMENT_DELETE_ALL
Deprecated. 

COMMENT_DELETE_OWN

public static final Permissions.Permission COMMENT_DELETE_OWN
Deprecated. 

CREATE_ATTACHMENT

public static final Permissions.Permission CREATE_ATTACHMENT
Deprecated. 

ATTACHMENT_DELETE_ALL

public static final Permissions.Permission ATTACHMENT_DELETE_ALL
Deprecated. 

ATTACHMENT_DELETE_OWN

public static final Permissions.Permission ATTACHMENT_DELETE_OWN
Deprecated. 

WORK_ISSUE

public static final Permissions.Permission WORK_ISSUE
Deprecated. 

WORKLOG_EDIT_OWN

public static final Permissions.Permission WORKLOG_EDIT_OWN
Deprecated. 

WORKLOG_EDIT_ALL

public static final Permissions.Permission WORKLOG_EDIT_ALL
Deprecated. 

WORKLOG_DELETE_OWN

public static final Permissions.Permission WORKLOG_DELETE_OWN
Deprecated. 

WORKLOG_DELETE_ALL

public static final Permissions.Permission WORKLOG_DELETE_ALL
Deprecated. 
Method Detail

values

public static Permissions.Permission[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Permissions.Permission c : Permissions.Permission.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Permissions.Permission valueOf(String name)
Deprecated. 
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
NullPointerException - if the argument is null

getId

public int getId()
Deprecated. 

getType

public Permissions.Type getType()
Deprecated. 

getNameKey

public String getNameKey()
Deprecated. 

getDescriptionKey

public String getDescriptionKey()
Deprecated. 


Copyright © 2002-2014 Atlassian. All Rights Reserved.