com.atlassian.confluence.search.v2.query
Class HasPersonalSpaceQuery
java.lang.Object
com.atlassian.confluence.search.v2.query.HasPersonalSpaceQuery
- All Implemented Interfaces:
- SearchQuery
public class HasPersonalSpaceQuery
- extends java.lang.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 java.lang.String |
KEY
|
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
HasPersonalSpaceQuery
public HasPersonalSpaceQuery()
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.
Copyright © 2003-2013 Atlassian. All Rights Reserved.