Class AbstractParameterListQuery<T>
java.lang.Object
com.atlassian.confluence.search.v2.query.AbstractParameterListQuery<T>
- All Implemented Interfaces:
Expandable<SearchQuery>
,SearchQuery
- Direct Known Subclasses:
AttachmentTypeQuery
,InSpaceQuery
Abstract superclass for queries holding a list of parameters of a single type.
-
Field Summary
Fields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractParameterListQuery
(Collection<T> parameters) protected
AbstractParameterListQuery
(T parameter) -
Method Summary
Modifier and TypeMethodDescriptionboolean
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, getKey, getSubClauses
-
Field Details
-
parameters
-
-
Constructor Details
-
AbstractParameterListQuery
-
AbstractParameterListQuery
-
-
Method Details
-
getParameters
Description copied from interface:SearchQuery
List of parameters asString
s orSearchQuery
s.- Specified by:
getParameters
in interfaceSearchQuery
- Returns:
String
s orSearchQuery
s.
-
equals
-
hashCode
public int hashCode()
-