@Deprecated public enum GlobalPermission extends Enum<GlobalPermission> implements Permission
Enum Constant and Description |
---|
ATTACH_TO_PROFILE
Deprecated.
use
PROFILE_ATTACHMENTS instead, which is the exact same thing |
BROWSE_USERS
Deprecated.
This only applies to Anonymous and Unlicensed users.
|
CAN_USE
Deprecated.
|
CAN_VIEW_USER_PROFILES
Deprecated.
use
BROWSE_USERS instead, which is the exact same thing |
CONFLUENCE_ADMIN
Deprecated.
|
CREATE_SPACE
Deprecated.
|
LIMITED_CAN_USE
Deprecated.
|
PERSONAL_SPACE
Deprecated.
|
PROFILE_ATTACHMENTS
Deprecated.
|
SYSTEM_ADMIN
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getLowerValue()
Deprecated.
|
String |
getValue()
Deprecated.
|
static GlobalPermission |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GlobalPermission[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalPermission CAN_USE
public static final GlobalPermission LIMITED_CAN_USE
@Deprecated public static final GlobalPermission ATTACH_TO_PROFILE
PROFILE_ATTACHMENTS
instead, which is the exact same thingpublic static final GlobalPermission BROWSE_USERS
@Deprecated public static final GlobalPermission CAN_VIEW_USER_PROFILES
BROWSE_USERS
instead, which is the exact same thingpublic static final GlobalPermission CONFLUENCE_ADMIN
public static final GlobalPermission SYSTEM_ADMIN
public static final GlobalPermission CREATE_SPACE
public static final GlobalPermission PERSONAL_SPACE
public static final GlobalPermission PROFILE_ATTACHMENTS
public static GlobalPermission[] values()
for (GlobalPermission c : GlobalPermission.values()) System.out.println(c);
public static GlobalPermission valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
getValue
in interface Permission
public String getLowerValue()
getLowerValue
in interface Permission
Copyright © 2003–2018 Atlassian. All rights reserved.