com.atlassian.confluence.search.v2.query
Class UserTextQuery
java.lang.Object
com.atlassian.confluence.search.v2.query.UserTextQuery
- All Implemented Interfaces:
- SearchQuery
public class UserTextQuery
- extends java.lang.Object
- implements SearchQuery
Searches for text within common user-related text fields: full name, email address and username
Field Summary |
static java.lang.String |
KEY
|
Constructor Summary |
UserTextQuery(java.lang.String queryString)
Construct a new query for a given file extension |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final java.lang.String KEY
- See Also:
- Constant Field Values
UserTextQuery
public UserTextQuery(java.lang.String queryString)
- Construct a new query for a given file extension
- Parameters:
queryString
- the extension (without a period)
getKey
public java.lang.String getKey()
- Specified by:
getKey
in interface SearchQuery
- Returns:
- the plugin key
getParameters
public java.util.List getParameters()
- Description copied from interface:
SearchQuery
- List of parameters as
String
s or SearchQuery
s.
- Specified by:
getParameters
in interface SearchQuery
- Returns:
String
s or SearchQuery
s.
getQueryString
public java.lang.String getQueryString()
Copyright © 2003-2014 Atlassian. All Rights Reserved.