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 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)
| 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
HasPersonalSpaceQuery
public HasPersonalSpaceQuery()
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-2012 Atlassian. All Rights Reserved.