| Package | Description |
|---|---|
| com.atlassian.confluence.api.impl.service.permissions |
| Modifier and Type | Method and Description |
|---|---|
static ContentRestrictionServiceImpl.MergeMode |
ContentRestrictionServiceImpl.MergeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentRestrictionServiceImpl.MergeMode[] |
ContentRestrictionServiceImpl.MergeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Collection<ContentPermission>> |
ContentRestrictionServiceImpl.getMergedContentPermissions(ContentEntityObject ceo,
Collection<? extends ContentRestriction> givenContentRestrictions,
ContentRestrictionServiceImpl.MergeMode mergeMode)
Builds a Map of
ContentPermissions mapped to their PermissionType from givenContentRestrictions provided and the ones already existing on ContentEntityObject |
Copyright © 2003–2017 Atlassian. All rights reserved.