Class SiteSearchPermissionsQuery
java.lang.Object
com.atlassian.confluence.impl.search.v2.SiteSearchPermissionsQuery
- All Implemented Interfaces:
Expandable<SearchQuery>,SearchQuery
This is used in conjunction with the
SiteSearchPermissionsQueryMapper,
which map it to a FilteredQuery
To be removed when Lucene is upgraded to 6.0+
- Since:
- 7.20
-
Field Summary
FieldsFields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST -
Constructor Summary
Constructors -
Method Summary
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
- See Also:
-
-
Constructor Details
-
SiteSearchPermissionsQuery
public SiteSearchPermissionsQuery() -
SiteSearchPermissionsQuery
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceSearchQuery- Returns:
- the plugin key
-
getParameters
Description copied from interface:SearchQueryList of parameters asStrings orSearchQuerys.- Specified by:
getParametersin interfaceSearchQuery- Returns:
Strings orSearchQuerys.
-
getSearchContext
-