Package | Description |
---|---|
com.atlassian.confluence | |
com.atlassian.confluence.it | |
com.atlassian.confluence.it.admin | |
com.atlassian.confluence.it.rpc |
Modifier and Type | Field and Description |
---|---|
static List<GlobalPermission> |
EditGlobalPermissionsAcceptanceTest.GLOBAL_PERMISSIONS
The set of permissions available on the "Edit Global Permissions" screen, minus system-administrator.
|
Modifier and Type | Method and Description |
---|---|
static GlobalPermission |
GlobalPermission.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GlobalPermission[] |
GlobalPermission.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalPermissions.grantPermission(GlobalPermission permission,
Entity entity) |
void |
GlobalPermissions.grantPermission(GlobalPermission permission,
Group group) |
void |
GlobalPermissions.grantPermission(GlobalPermission permission,
User user) |
boolean |
GlobalPermissions.hasPermission(GlobalPermission permission,
Entity entity) |
void |
GlobalPermissions.revokePermission(GlobalPermission permission,
Entity entity) |
Modifier and Type | Method and Description |
---|---|
List<GlobalPermission> |
ConfluenceRpc.getGlobalPermissions(Group group)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfluenceRpc.grantPermission(GlobalPermission permission,
Entity entity)
Deprecated.
|
void |
ConfluenceRpc.revokePermission(GlobalPermission permission,
Entity entity)
Deprecated.
|
Copyright © 2003–2015 Atlassian. All rights reserved.