Class SpacePermissionQuery
- java.lang.Object
-
- com.atlassian.confluence.impl.search.v2.SpacePermissionQuery
-
- All Implemented Interfaces:
Expandable<SearchQuery>,SearchQuery
@Internal @Deprecated public class SpacePermissionQuery extends Object implements SearchQuery
Deprecated.since 8.0, useSpacePermissionQueryFactory.create(ConfluenceUser)This query will remain until Lucene is upgraded to 6.0+ whereFilterandFilteredQueryno longer exist. Currently, this implementation is significantly more performant thanSpacePermissionQueryFactory.create(ConfluenceUser).- Since:
- 7.20
-
-
Constructor Summary
Constructors Constructor Description SpacePermissionQuery(@Nullable ConfluenceUser user)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetKey()Deprecated.ListgetParameters()Deprecated.List of parameters asStrings orSearchQuerys.ConfluenceUsergetUser()Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.search.v2.SearchQuery
expand, getBoost, getSubClauses
-
-
-
-
Field Detail
-
KEY
public static final String KEY
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SpacePermissionQuery
public SpacePermissionQuery(@Nullable ConfluenceUser user)
Deprecated.
-
-
Method Detail
-
getKey
public String getKey()
Deprecated.- Specified by:
getKeyin interfaceSearchQuery- Returns:
- the plugin key
-
getParameters
public List getParameters()
Deprecated.Description copied from interface:SearchQueryList of parameters asStrings orSearchQuerys.- Specified by:
getParametersin interfaceSearchQuery- Returns:
Strings orSearchQuerys.
-
getUser
public ConfluenceUser getUser()
Deprecated.
-
-