Uses of Interface
com.atlassian.confluence.core.InheritedContentPermissionManager
-
-
Uses of InheritedContentPermissionManager in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement InheritedContentPermissionManager Modifier and Type Class Description classDefaultInheritedContentPermissionManagerMethods in com.atlassian.confluence.core with parameters of type InheritedContentPermissionManager Modifier and Type Method Description voidDefaultContentPermissionManager. 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 InheritedContentPermissionManager Constructor Description DefaultContentPermissionCalculator(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 InheritedContentPermissionManager Modifier and Type Method Description voidContentPermissionsExtractor. setInheritedContentPermissionManager(InheritedContentPermissionManager inheritedContentPermissionManager) -
Uses of InheritedContentPermissionManager in com.atlassian.confluence.impl.security
Classes in com.atlassian.confluence.impl.security that implement InheritedContentPermissionManager Modifier and Type Class Description classCachingInheritedContentPermissionManagerAnInheritedContentPermissionManagerimplementation that delegates to another, and caches the lookups.Constructors in com.atlassian.confluence.impl.security with parameters of type InheritedContentPermissionManager Constructor Description CachingInheritedContentPermissionManager(InheritedContentPermissionManager delegate, ContentPermissionSetDao contentPermissionSetDao, PageDao pageDao, TransactionAwareCacheFactory cacheFactory, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) -
Uses of InheritedContentPermissionManager in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type InheritedContentPermissionManager Constructor Description DefaultEdgeIndexTaskFactory(EdgeDocumentFactory edgeDocumentFactory, InheritedContentPermissionManager inheritedContentPermissionManager, ContentEntityManager contentEntityManager, com.atlassian.sal.api.transaction.TransactionTemplate txTemplate, EdgeSearchIndexAccessor edgeSearchIndexAccessor, ContentPermissionCalculator contentPermissionCalculator)
-