Class UserTextQuery
- java.lang.Object
-
- com.atlassian.confluence.search.v2.query.UserTextQuery
-
- All Implemented Interfaces:
Expandable<SearchQuery>
,SearchQuery
public class UserTextQuery extends Object implements SearchQuery
Searches for text within common user-related text fields: full name, email address and username
-
-
Constructor Summary
Constructors Constructor Description UserTextQuery(String queryString)
Construct a new query for a given file extension
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getKey()
List
getParameters()
List of parameters asString
s orSearchQuery
s.String
getQueryString()
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 Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UserTextQuery
public UserTextQuery(String queryString)
Construct a new query for a given file extension- Parameters:
queryString
- the extension (without a period)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceSearchQuery
- Returns:
- the plugin key
-
getParameters
public List getParameters()
Description copied from interface:SearchQuery
List of parameters asString
s orSearchQuery
s.- Specified by:
getParameters
in interfaceSearchQuery
- Returns:
String
s orSearchQuery
s.
-
getQueryString
public String getQueryString()
-
-