Uses of Interface
com.atlassian.confluence.search.v2.ContentPermissionCalculator
-
Packages that use ContentPermissionCalculator Package Description com.atlassian.confluence.impl.search.v2 com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.plugins.edgeindex.tasks -
-
Uses of ContentPermissionCalculator in com.atlassian.confluence.impl.search.v2
Classes in com.atlassian.confluence.impl.search.v2 that implement ContentPermissionCalculator Modifier and Type Class Description class
DefaultContentPermissionCalculator
-
Uses of ContentPermissionCalculator in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type ContentPermissionCalculator Constructor Description DefaultEdgeDocumentFactory(ContentPermissionCalculator contentPermissionCalculator)
DefaultEdgeIndexTaskFactory(EdgeDocumentFactory edgeDocumentFactory, InheritedContentPermissionManager inheritedContentPermissionManager, ContentEntityManager contentEntityManager, com.atlassian.sal.api.transaction.TransactionTemplate txTemplate, EdgeSearchIndexAccessor edgeSearchIndexAccessor, ContentPermissionCalculator contentPermissionCalculator)
-
Uses of ContentPermissionCalculator in com.atlassian.confluence.plugins.edgeindex.tasks
Constructors in com.atlassian.confluence.plugins.edgeindex.tasks with parameters of type ContentPermissionCalculator Constructor Description ReIndexPermissionsIndexTask(String contentId, ContentEntityManager contentEntityManager, com.atlassian.sal.api.transaction.TransactionTemplate txTemplate, EdgeSearchIndexAccessor edgeSearchIndexAccessor, ContentPermissionCalculator contentPermissionCalculator)
-