| Package | Description |
|---|---|
| com.atlassian.confluence.it | |
| com.atlassian.confluence.it.content.security | |
| com.atlassian.confluence.it.rpc |
| Modifier and Type | Method and Description |
|---|---|
static ContentPermissionType |
ContentPermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentPermissionType[] |
ContentPermissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ContentPermissionType |
ContentPermission.getPermissionType() |
| Constructor and Description |
|---|
ContentPermission(Entity entity,
ContentPermissionType permissionType) |
ContentPermissionEntry(ContentPermissionType permissionType,
ContentPermissionEntityType entityType,
String entityName) |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
ConfluenceRpc.getContentPermissions(long contentId,
ContentPermissionType permissionType)
Deprecated.
|
Map<String,Object> |
ConfluenceRpc.getContentPermissionSet(long contentId,
ContentPermissionType permissionType)
Deprecated.
|
void |
ConfluenceRpc.grantContentPermission(ContentEntity contentEntity,
Entity entity,
ContentPermissionType permissionType)
Deprecated.
|
void |
ConfluenceRpc.grantContentPermissions(ContentEntity contentEntity,
List<? extends Entity> entities,
ContentPermissionType permissionType)
Deprecated.
|
void |
ConfluenceRpc.setPageRestriction(Page page,
Entity entity,
ContentPermissionType contentPermissionType)
Deprecated.
Restrict page to single given user or group.
|
Copyright © 2003–2016 Atlassian. All rights reserved.