public class

HasPersonalSpaceQuery

extends Object
implements SearchQuery
java.lang.Object
   ↳ com.atlassian.confluence.search.v2.query.HasPersonalSpaceQuery

Class Overview

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)

Summary

Constants
String KEY
Public Constructors
HasPersonalSpaceQuery()
Public Methods
String getKey()
List getParameters()
List of parameters as Strings or SearchQuerys.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.search.v2.SearchQuery

Constants

public static final String KEY

Constant Value: "hasPersonalSpace"

Public Constructors

public HasPersonalSpaceQuery ()

Public Methods

public String getKey ()

public List getParameters ()

List of parameters as Strings or SearchQuerys.

Returns