com.atlassian.confluence.search.v2.query
Class UserTextQuery

java.lang.Object
  extended by 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


Field Summary
static String KEY
           
 
Constructor Summary
UserTextQuery(String queryString)
          Construct a new query for a given file extension
 
Method Summary
 String getKey()
           
 List getParameters()
          List of parameters as Strings or SearchQuerys.
 String getQueryString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 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.