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

java.lang.Object
  extended by com.atlassian.confluence.search.v2.query.HasPersonalSpaceQuery
All Implemented Interfaces:
SearchQuery

public class HasPersonalSpaceQuery
extends Object
implements SearchQuery

Search for content belonging to a user who has a personal space. (Currently only matches PersonalInformation objects, but for forwards compatibility, always include the relevant ContentTypeQuery if that's all you're interested in)


Field Summary
static String KEY
           
 
Constructor Summary
HasPersonalSpaceQuery()
           
 
Method Summary
 String getKey()
           
 List getParameters()
          List of parameters as Strings or SearchQuerys.
 
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

HasPersonalSpaceQuery

public HasPersonalSpaceQuery()
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.


Copyright © 2003-2013 Atlassian. All Rights Reserved.