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 Object
- implements SearchQuery
Searches for text within common user-related text fields: full name, email address and username
|
Constructor Summary |
UserTextQuery(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 String KEY
- See Also:
- Constant Field Values
UserTextQuery
public UserTextQuery(String queryString)
- Construct a new query for a given file extension
- Parameters:
queryString - the extension (without a period)
getKey
public String getKey()
- Specified by:
getKey in interface SearchQuery
- Returns:
- the plugin key
getParameters
public List getParameters()
- Description copied from interface:
SearchQuery
- List of parameters as
Strings or SearchQuerys.
- Specified by:
getParameters in interface SearchQuery
- Returns:
Strings or SearchQuerys.
getQueryString
public String getQueryString()
Copyright © 2003-2012 Atlassian. All Rights Reserved.