Class CreatorQuery
- java.lang.Object
-
- com.atlassian.confluence.search.v2.query.AbstractUserQuery
-
- com.atlassian.confluence.search.v2.query.CreatorQuery
-
- All Implemented Interfaces:
Expandable<SearchQuery>
,SearchQuery
public class CreatorQuery extends AbstractUserQuery implements SearchQuery
Query for the original creator of content.
-
-
Constructor Summary
Constructors Constructor Description CreatorQuery(@NonNull com.atlassian.sal.api.user.UserKey userKey)
CreatorQuery(String creator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
-
Methods inherited from class com.atlassian.confluence.search.v2.query.AbstractUserQuery
equals, getParameters, hashCode, userkey, username
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.search.v2.SearchQuery
expand, getBoost, getParameters, getSubClauses
-
-
-
-
Constructor Detail
-
CreatorQuery
public CreatorQuery(String creator)
-
CreatorQuery
public CreatorQuery(@NonNull com.atlassian.sal.api.user.UserKey userKey)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceSearchQuery
- Returns:
- the plugin key
-
-