Modifier and Type | Method and Description |
---|---|
ContentRestriction |
ContentRestrictionFactory.buildFrom(ContentPermissionSet hibernateObject,
Expansions expansions) |
ContentRestriction |
ContentRestrictionFactory.buildFrom(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 |
---|---|
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) |
Constructor and Description |
---|
RemoteContentPermissionSet(ContentPermissionSet permissionSet) |
Modifier and Type | Method and Description |
---|---|
static String |
ContentPermissionSearchUtils.getEncodedContentPermissionSet(ContentPermissionSet contentPermissionSet) |
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) |
Map<Long,Set<ContentPermissionSet>> |
HibernateContentPermissionSetDao.getPermissionSets(String spaceKey,
List<Long> contentIds) |
Copyright © 2003–2017 Atlassian. All rights reserved.
View cookie preferences