Class AllQuery
java.lang.Object
com.atlassian.confluence.search.v2.query.AllQuery
- All Implemented Interfaces:
Expandable<SearchQuery>
,SearchQuery
Represent an entire set of documents.
-
Field Summary
Fields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static AllQuery
getKey()
List of parameters asString
s orSearchQuery
s.int
hashCode()
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 Details
-
instance
-
KEY
- See Also:
-
-
Method Details
-
getInstance
-
getKey
- Specified by:
getKey
in interfaceSearchQuery
- Returns:
- the plugin key
-
getParameters
Description copied from interface:SearchQuery
List of parameters asString
s orSearchQuery
s.- Specified by:
getParameters
in interfaceSearchQuery
- Returns:
String
s orSearchQuery
s.
-
hashCode
public int hashCode() -
equals
-