Class AllQuery
- java.lang.Object
-
- com.atlassian.confluence.search.v2.query.AllQuery
-
- All Implemented Interfaces:
Expandable<SearchQuery>,SearchQuery
@SearchPrimitive public class AllQuery extends Object implements SearchQuery
Represent an entire set of documents.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static AllQuerygetInstance()StringgetKey()ListgetParameters()List of parameters asStrings orSearchQuerys.inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.search.v2.SearchQuery
expand, getBoost, getSubClauses
-
-
-
-
Field Detail
-
instance
public static final AllQuery instance
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static AllQuery getInstance()
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceSearchQuery- Returns:
- the plugin key
-
getParameters
public List getParameters()
Description copied from interface:SearchQueryList of parameters asStrings orSearchQuerys.- Specified by:
getParametersin interfaceSearchQuery- Returns:
Strings orSearchQuerys.
-
-