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
FieldsFields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractParameterListQuery(Collection<T> parameters) protectedAbstractParameterListQuery(T parameter) -
Method Summary
Modifier and TypeMethodDescriptionbooleanList of parameters asStrings orSearchQuerys.inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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:SearchQueryList of parameters asStrings orSearchQuerys.- Specified by:
getParametersin interfaceSearchQuery- Returns:
Strings orSearchQuerys.
-
equals
-
hashCode
public int hashCode()
-