Uses of Interface
com.atlassian.confluence.core.InheritedContentPermissionManager
Packages that use InheritedContentPermissionManager
Package
Description
-
Uses of InheritedContentPermissionManager in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement InheritedContentPermissionManagerMethods in com.atlassian.confluence.core with parameters of type InheritedContentPermissionManagerModifier and TypeMethodDescriptionvoid
DefaultContentPermissionManager.setInheritedContentPermissionManager
(InheritedContentPermissionManager inheritedContentPermissionManager) -
Uses of InheritedContentPermissionManager in com.atlassian.confluence.impl.search.v2
Constructors in com.atlassian.confluence.impl.search.v2 with parameters of type InheritedContentPermissionManagerModifierConstructorDescriptionDefaultContentPermissionCalculator
(InheritedContentPermissionManager inheritedContentPermissionManager) -
Uses of InheritedContentPermissionManager in com.atlassian.confluence.impl.search.v2.extractor
Methods in com.atlassian.confluence.impl.search.v2.extractor with parameters of type InheritedContentPermissionManagerModifier and TypeMethodDescriptionvoid
ContentPermissionsExtractor.setInheritedContentPermissionManager
(InheritedContentPermissionManager inheritedContentPermissionManager) -
Uses of InheritedContentPermissionManager in com.atlassian.confluence.impl.security
Classes in com.atlassian.confluence.impl.security that implement InheritedContentPermissionManagerModifier and TypeClassDescriptionclass
AnInheritedContentPermissionManager
implementation that delegates to another, and caches the lookups.Constructors in com.atlassian.confluence.impl.security with parameters of type InheritedContentPermissionManagerModifierConstructorDescriptionCachingInheritedContentPermissionManager
(InheritedContentPermissionManager delegate, ContentPermissionSetDao contentPermissionSetDao, PageDaoInternal pageDao, TransactionAwareCacheFactory cacheFactory, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)