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+ whereFilter
andFilteredQuery
no 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 String
getKey()
Deprecated.List
getParameters()
Deprecated.List of parameters asString
s orSearchQuery
s.ConfluenceUser
getUser()
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:
getKey
in interfaceSearchQuery
- Returns:
- the plugin key
-
getParameters
public List getParameters()
Deprecated.Description copied from interface:SearchQuery
List of parameters asString
s orSearchQuery
s.- Specified by:
getParameters
in interfaceSearchQuery
- Returns:
String
s orSearchQuery
s.
-
getUser
public ConfluenceUser getUser()
Deprecated.
-
-