public class ContributorQuery extends AbstractUserQuery implements SearchQuery
Constructor and Description |
---|
ContributorQuery(String username)
Deprecated.
since 5.10
|
ContributorQuery(String username,
ConfluenceUserDao confluenceUserDao) |
ContributorQuery(com.atlassian.sal.api.user.UserKey userKey)
Deprecated.
since 5.10
|
ContributorQuery(com.atlassian.sal.api.user.UserKey userKey,
ConfluenceUserDao confluenceUserDao) |
Modifier and Type | Method and Description |
---|---|
SearchQuery |
expand()
Expands this query into a composite query (that composes other queries).
|
String |
getContributor()
Deprecated.
since 5.7 use getUsername() or getUserKey() instead
|
String |
getKey() |
equals, getParameters, getUserkey, getUsername, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getParameters
@Deprecated public ContributorQuery(String username)
public ContributorQuery(String username, ConfluenceUserDao confluenceUserDao)
@Deprecated public ContributorQuery(@Nonnull com.atlassian.sal.api.user.UserKey userKey)
public ContributorQuery(@Nonnull com.atlassian.sal.api.user.UserKey userKey, ConfluenceUserDao confluenceUserDao)
public String getKey()
getKey
in interface SearchQuery
@Deprecated public String getContributor()
public SearchQuery expand()
SearchQuery
expand
in interface Expandable<SearchQuery>
expand
in interface SearchQuery
Copyright © 2003–2017 Atlassian. All rights reserved.