Class SiteSearchPermissionsQuery
- java.lang.Object
-
- com.atlassian.confluence.impl.search.v2.SiteSearchPermissionsQuery
-
- All Implemented Interfaces:
Expandable<SearchQuery>
,SearchQuery
@Internal public class SiteSearchPermissionsQuery extends Object implements SearchQuery
This is used in conjunction with theSiteSearchPermissionsQueryMapper
, which map it to aFilteredQuery
To be removed when Lucene is upgraded to 6.0+
- Since:
- 7.20
-
-
Constructor Summary
Constructors Constructor Description SiteSearchPermissionsQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
List
getParameters()
List of parameters asString
s orSearchQuery
s.-
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
- See Also:
- Constant Field Values
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceSearchQuery
- Returns:
- the plugin key
-
getParameters
public List getParameters()
Description copied from interface:SearchQuery
List of parameters asString
s orSearchQuery
s.- Specified by:
getParameters
in interfaceSearchQuery
- Returns:
String
s orSearchQuery
s.
-
-