Package com.atlassian.confluence.impl.search.v2
package com.atlassian.confluence.impl.search.v2
-
ClassesClassDescriptionA default implementation of QueryFactory that maps query type keys to plugin module complete keys.This factory creates the appropriate
SearchQuery
for filtering the documents based on the permissions granted to a user.investigate and improve the performance as per comments inSpacePermissionFilteredQueryFactory
.This is used in conjunction with theSiteSearchPermissionsQueryMapper
, which map it to aFilteredQuery
Deprecated.Deprecated.since 8.0, useSpacePermissionQueryFactory.create(ConfluenceUser)
Utility class which exposes user search by username/userkey as a function.
DefaultSpacePermissionQueryFactory
instead.