Modifier and Type | Method and Description |
---|---|
ContentRestriction |
ContentRestrictionFactory.buildFrom(ContentPermissionSet hibernateObject,
Expansions expansions) |
ContentRestriction |
ContentRestrictionFactory.buildFrom(@NonNull ContentPermissionSet set,
LimitedRequest limitedRequest,
Expansions expansions)
Produces a
ContentRestriction from a ContentPermissionSet s |
Modifier and Type | Method and Description |
---|---|
ContentPermissionSet |
ContentEntityObject.getContentPermissionSet(String type)
Note, this method does not return ContentPermissions inherited from the Content's ancestry.
|
Modifier and Type | Method and Description |
---|---|
List<ContentPermissionSet> |
ContentPermissionManager.getContentPermissionSets(ContentEntityObject ceo,
String type)
Get the ContentPermissionSets that affect this ceo, both inherited and directly.
|
List<ContentPermissionSet> |
DefaultContentPermissionManager.getContentPermissionSets(ContentEntityObject ceo,
String type) |
List<ContentPermissionSet> |
ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject) |
List<ContentPermissionSet> |
DefaultInheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject) |
List<ContentPermissionSet> |
InheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject) |
List<ContentPermissionSet> |
CachingInheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
Deprecated.
|
List<ContentPermissionSet> |
DefaultContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject) |
List<ContentPermissionSet> |
ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject,
boolean includeEditPermissions)
Get the inherited ContentPermissionSets that affect this ceo.
|
List<ContentPermissionSet> |
DefaultContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject,
boolean includeEditPermissions) |
List<ContentPermissionSet> |
DefaultInheritedContentPermissionManager.getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject contentEntityObject) |
List<ContentPermissionSet> |
InheritedContentPermissionManager.getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject contentEntityObject) |
List<ContentPermissionSet> |
CachingInheritedContentPermissionManager.getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject contentEntityObject)
Deprecated.
|
static Map<ContentEntityObject,Map<String,ContentPermissionSet>> |
ContentPermissionUtils.getPermissionsAsMap(List<ContentPermissionSet> contentPermissionSets) |
Modifier and Type | Method and Description |
---|---|
static List<ContentPermission> |
ContentPermissionUtils.createContentPermissionsFromSet(ContentPermissionSet contentPermissionSet) |
void |
ContentEntityObject.removeContentPermissionSet(ContentPermissionSet set)
This method removes the given ContentPermissionSet from this CEO and disconnects the set from
its owner.
|
Modifier and Type | Method and Description |
---|---|
static Map<ContentEntityObject,Map<String,ContentPermissionSet>> |
ContentPermissionUtils.getPermissionsAsMap(List<ContentPermissionSet> contentPermissionSets) |
Modifier and Type | Method and Description |
---|---|
List<ContentPermissionSet> |
CachingInheritedContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject contentEntityObject) |
List<ContentPermissionSet> |
CachingInheritedContentPermissionManager.getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject contentEntityObject) |
Constructor and Description |
---|
RemoteContentPermissionSet(ContentPermissionSet permissionSet) |
Modifier and Type | Method and Description |
---|---|
static String |
ContentPermissionSearchUtils.getEncodedContentPermissionSet(ContentPermissionSet contentPermissionSet) |
Modifier and Type | Class and Description |
---|---|
class |
NeverPermittedContentPermissionSet
Deprecated.
since 7.5, replaced with
NeverPermittedContentPermissionSet |
Modifier and Type | Method and Description |
---|---|
ContentPermissionSet |
ContentPermission.getOwningSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
ContentPermissionSet.containsAll(ContentPermissionSet permissionSet) |
void |
ContentPermission.setOwningSet(ContentPermissionSet owningSet) |
Modifier and Type | Method and Description |
---|---|
ContentPermissionSet |
ContentPermissionSetDao.getById(long id) |
Modifier and Type | Method and Description |
---|---|
Map<Long,List<ContentPermissionSet>> |
ContentPermissionSetDao.getExplicitPermissionSetsFor(Collection<Long> ids)
Get a map between content id and permission set.
|
Map<Long,Set<ContentPermissionSet>> |
ContentPermissionSetDao.getPermissionSets(String spaceKey,
List<Long> contentIds)
Retrieves the
ContentPermissionSet of contents specified by the contentIds parameter given the space |
Modifier and Type | Method and Description |
---|---|
ContentPermissionSet |
HibernateContentPermissionSetDao.getById(long id) |
Modifier and Type | Method and Description |
---|---|
Map<Long,List<ContentPermissionSet>> |
HibernateContentPermissionSetDao.getExplicitPermissionSetsFor(Collection<Long> ids) |
List<ContentPermissionSet> |
HibernateContentPermissionSetDao.getInheritedContentPermissionSets(Page page,
String type) |
Map<Long,Set<ContentPermissionSet>> |
HibernateContentPermissionSetDao.getPermissionSets(String spaceKey,
List<Long> contentIds) |
Class<ContentPermissionSet> |
HibernateContentPermissionSetDao.getPersistentClass() |
Copyright © 2003–2023 Atlassian. All rights reserved.