Class AbstractUserQuery
java.lang.Object
com.atlassian.confluence.search.v2.query.AbstractUserQuery
- All Implemented Interfaces:
Expandable<SearchQuery>
,SearchQuery
- Direct Known Subclasses:
ContributorQuery
,CreatorQuery
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Query parameter that describes the user to be matched with -
Field Summary
Fields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST
-
Constructor Summary
ConstructorDescriptionAbstractUserQuery
(@NonNull com.atlassian.sal.api.user.UserKey userKey) AbstractUserQuery
(String username) AbstractUserQuery
(List<AbstractUserQuery.Parameter> parameters) -
Method Summary
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
-
Constructor Details
-
AbstractUserQuery
-
AbstractUserQuery
public AbstractUserQuery(@NonNull com.atlassian.sal.api.user.UserKey userKey) -
AbstractUserQuery
- Parameters:
parameters
- list of query parameters to match users with- Since:
- 8.8
-
-
Method Details
-
username
-
userkey
-
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()
-