Class SpacePermissionQuery
java.lang.Object
com.atlassian.confluence.impl.search.v2.SpacePermissionQuery
- All Implemented Interfaces:
Expandable<SearchQuery>,SearchQuery
Deprecated.
This query will remain until Lucene is upgraded to 6.0+ where
Filter and FilteredQuery no longer exist.
Currently, this implementation is significantly more performant than SpacePermissionQueryFactory.create(ConfluenceUser).- Since:
- 7.20
-
Field Summary
FieldsFields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Deprecated.Deprecated.List of parameters asStrings orSearchQuerys.getUser()Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.search.v2.SearchQuery
expand, getBoost, getSubClauses
-
Field Details
-
KEY
Deprecated.- See Also:
-
-
Constructor Details
-
SpacePermissionQuery
Deprecated.
-
-
Method Details
-
getKey
Deprecated.- Specified by:
getKeyin interfaceSearchQuery- Returns:
- the plugin key
-
getParameters
Deprecated.Description copied from interface:SearchQueryList of parameters asStrings orSearchQuerys.- Specified by:
getParametersin interfaceSearchQuery- Returns:
Strings orSearchQuerys.
-
getUser
Deprecated.
-
SpacePermissionQueryFactory.create(ConfluenceUser)