Uses of Class
com.atlassian.confluence.security.ContentPermissionSet
-
-
Uses of ContentPermissionSet in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type ContentPermissionSet Modifier and Type Method Description ContentRestriction
ContentRestrictionFactory. buildFrom(@NonNull ContentPermissionSet set, LimitedRequest limitedRequest, Expansions expansions)
Produces aContentRestriction
from aContentPermissionSet
sContentRestriction
ContentRestrictionFactory. buildFrom(ContentPermissionSet hibernateObject, Expansions expansions)
-
Uses of ContentPermissionSet in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return ContentPermissionSet Modifier and Type Method Description ContentPermissionSet
ContentEntityObject. getContentPermissionSet(String type)
Note, this method does not return ContentPermissions inherited from the Content's ancestry.Methods in com.atlassian.confluence.core that return types with arguments of type ContentPermissionSet Modifier and Type Method 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>
ContentPermissionManager. getInheritedContentPermissionSets(ContentEntityObject contentEntityObject, boolean includeEditPermissions)
Get the inherited ContentPermissionSets that affect this ceo.List<ContentPermissionSet>
DefaultContentPermissionManager. getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
List<ContentPermissionSet>
DefaultContentPermissionManager. getInheritedContentPermissionSets(ContentEntityObject contentEntityObject, boolean includeEditPermissions)
List<ContentPermissionSet>
DefaultInheritedContentPermissionManager. getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
List<ContentPermissionSet>
InheritedContentPermissionManager. getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
List<ContentPermissionSet>
DefaultInheritedContentPermissionManager. getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject contentEntityObject)
List<ContentPermissionSet>
InheritedContentPermissionManager. getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject contentEntityObject)
static Map<ContentEntityObject,Map<String,ContentPermissionSet>>
ContentPermissionUtils. getPermissionsAsMap(List<ContentPermissionSet> contentPermissionSets)
Methods in com.atlassian.confluence.core with parameters of type ContentPermissionSet Modifier and Type Method 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.Method parameters in com.atlassian.confluence.core with type arguments of type ContentPermissionSet Modifier and Type Method Description static Map<ContentEntityObject,Map<String,ContentPermissionSet>>
ContentPermissionUtils. getPermissionsAsMap(List<ContentPermissionSet> contentPermissionSets)
-
Uses of ContentPermissionSet in com.atlassian.confluence.impl.search.v2
Methods in com.atlassian.confluence.impl.search.v2 that return types with arguments of type ContentPermissionSet Modifier and Type Method Description List<ContentPermissionSet>
DefaultContentPermissionCalculator. calculate(@Nullable ContentEntityObject contentEntityObject)
Methods in com.atlassian.confluence.impl.search.v2 with parameters of type ContentPermissionSet Modifier and Type Method Description Collection<String>
DefaultContentPermissionCalculator. getEncodedPermissionsCollection(ContentPermissionSet contentPermissionSet)
Method parameters in com.atlassian.confluence.impl.search.v2 with type arguments of type ContentPermissionSet Modifier and Type Method Description String
DefaultContentPermissionCalculator. getEncodedContentPermissionSets(Collection<ContentPermissionSet> contentPermissionSets)
-
Uses of ContentPermissionSet in com.atlassian.confluence.impl.search.v2.extractor
Methods in com.atlassian.confluence.impl.search.v2.extractor that return types with arguments of type ContentPermissionSet Modifier and Type Method Description static Collection<ContentPermissionSet>
IndexablePermissionSetFilter. filterPermissionSets(ContentEntityObject contentEntity, @Nullable ContentPermissionSet directViewPermissions, @Nullable ContentPermissionSet directSharedPermissions, Collection<ContentPermissionSet> inheritedViewPermissions)
static Collection<ContentPermissionSet>
IndexablePermissionSetFilter. filterPermissionSets(ContentEntityObject contentEntity, Collection<ContentPermissionSet> directPermissions, Collection<ContentPermissionSet> inheritedPermissions)
Methods in com.atlassian.confluence.impl.search.v2.extractor with parameters of type ContentPermissionSet Modifier and Type Method Description static Collection<ContentPermissionSet>
IndexablePermissionSetFilter. filterPermissionSets(ContentEntityObject contentEntity, @Nullable ContentPermissionSet directViewPermissions, @Nullable ContentPermissionSet directSharedPermissions, Collection<ContentPermissionSet> inheritedViewPermissions)
Method parameters in com.atlassian.confluence.impl.search.v2.extractor with type arguments of type ContentPermissionSet Modifier and Type Method Description static Collection<ContentPermissionSet>
IndexablePermissionSetFilter. filterPermissionSets(ContentEntityObject contentEntity, @Nullable ContentPermissionSet directViewPermissions, @Nullable ContentPermissionSet directSharedPermissions, Collection<ContentPermissionSet> inheritedViewPermissions)
static Collection<ContentPermissionSet>
IndexablePermissionSetFilter. filterPermissionSets(ContentEntityObject contentEntity, Collection<ContentPermissionSet> directPermissions, Collection<ContentPermissionSet> inheritedPermissions)
-
Uses of ContentPermissionSet in com.atlassian.confluence.impl.search.v2.lucene
Methods in com.atlassian.confluence.impl.search.v2.lucene with parameters of type ContentPermissionSet Modifier and Type Method Description static Collection<String>
ContentPermissionSearchUtils. getEncodedPermissionsCollection(ContentPermissionSet contentPermissionSet)
Encodes and collects permissions from the contentPermissionSet -
Uses of ContentPermissionSet in com.atlassian.confluence.impl.security
Subclasses of ContentPermissionSet in com.atlassian.confluence.impl.security Modifier and Type Class Description class
NeverPermittedContentPermissionSet
Used only when Content permissions cannot be determined (such as ancestor table corruption).Methods in com.atlassian.confluence.impl.security that return types with arguments of type ContentPermissionSet Modifier and Type Method Description List<ContentPermissionSet>
CachingInheritedContentPermissionManager. getInheritedContentPermissionSets(ContentEntityObject contentEntityObject)
List<ContentPermissionSet>
CachingInheritedContentPermissionManager. getInheritedContentPermissionSetsIncludeEdit(ContentEntityObject contentEntityObject)
-
Uses of ContentPermissionSet in com.atlassian.confluence.internal.security.persistence
Methods in com.atlassian.confluence.internal.security.persistence that return types with arguments of type ContentPermissionSet Modifier and Type Method Description Map<Long,List<ContentPermissionSet>>
ContentPermissionSetDaoInternal. getInheritedContentPermissionSets(Collection<Long> pageIds)
Get all inheritedContentPermissionSet
s for the given page IDs. -
Uses of ContentPermissionSet in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type ContentPermissionSet Constructor Description RemoteContentPermissionSet(ContentPermissionSet permissionSet)
-
Uses of ContentPermissionSet in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return types with arguments of type ContentPermissionSet Modifier and Type Method Description Collection<ContentPermissionSet>
ContentPermissionCalculator. calculate(@Nullable ContentEntityObject contentEntityObject)
Methods in com.atlassian.confluence.search.v2 with parameters of type ContentPermissionSet Modifier and Type Method Description Collection<String>
ContentPermissionCalculator. getEncodedPermissionsCollection(ContentPermissionSet contentPermissionSet)
Encodes the user keys and groups in the contentPermissionSet for storage in indexMethod parameters in com.atlassian.confluence.search.v2 with type arguments of type ContentPermissionSet Modifier and Type Method Description String
ContentPermissionCalculator. getEncodedContentPermissionSets(Collection<ContentPermissionSet> contentPermissionSets)
-
Uses of ContentPermissionSet in com.atlassian.confluence.security
Subclasses of ContentPermissionSet in com.atlassian.confluence.security Modifier and Type Class Description class
NeverPermittedContentPermissionSet
Deprecated.since 7.5, replaced withNeverPermittedContentPermissionSet
Methods in com.atlassian.confluence.security that return ContentPermissionSet Modifier and Type Method Description ContentPermissionSet
ContentPermission. getOwningSet()
Methods in com.atlassian.confluence.security with parameters of type ContentPermissionSet Modifier and Type Method Description boolean
ContentPermissionSet. containsAll(ContentPermissionSet permissionSet)
void
ContentPermission. setOwningSet(ContentPermissionSet owningSet)
-
Uses of ContentPermissionSet in com.atlassian.confluence.security.persistence.dao
Methods in com.atlassian.confluence.security.persistence.dao that return ContentPermissionSet Modifier and Type Method Description ContentPermissionSet
ContentPermissionSetDao. getById(long id)
Methods in com.atlassian.confluence.security.persistence.dao that return types with arguments of type ContentPermissionSet Modifier and Type Method 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 theContentPermissionSet
of contents specified by the contentIds parameter given the space -
Uses of ContentPermissionSet in com.atlassian.confluence.security.persistence.dao.hibernate
Methods in com.atlassian.confluence.security.persistence.dao.hibernate that return ContentPermissionSet Modifier and Type Method Description ContentPermissionSet
HibernateContentPermissionSetDao. getById(long id)
Methods in com.atlassian.confluence.security.persistence.dao.hibernate that return types with arguments of type ContentPermissionSet Modifier and Type Method Description Map<Long,List<ContentPermissionSet>>
HibernateContentPermissionSetDao. getExplicitPermissionSetsFor(Collection<Long> ids)
List<ContentPermissionSet>
HibernateContentPermissionSetDao. getInheritedContentPermissionSets(Page page, String type)
Map<Long,List<ContentPermissionSet>>
HibernateContentPermissionSetDao. getInheritedContentPermissionSets(Collection<Long> pageIds)
Map<Long,Set<ContentPermissionSet>>
HibernateContentPermissionSetDao. getPermissionSets(String spaceKey, List<Long> contentIds)
Class<ContentPermissionSet>
HibernateContentPermissionSetDao. getPersistentClass()
-