public abstract class AbstractUserQuery extends Object implements SearchQuery
| Constructor and Description |
|---|
AbstractUserQuery(String username)
Deprecated.
|
AbstractUserQuery(com.atlassian.sal.api.user.UserKey userKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SearchQuery |
expand()
Expands this query into a composite query (that composes other queries).
|
protected abstract String |
getField() |
List |
getParameters()
Deprecated.
|
com.atlassian.fugue.Option<com.atlassian.sal.api.user.UserKey> |
getUserkey() |
com.atlassian.fugue.Option<String> |
getUsername()
Deprecated.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetKey@Deprecated public AbstractUserQuery(String username)
username - that will be translated into a userkey. If the username is not found, a blank userkey will be
used instead which is return no resultspublic AbstractUserQuery(@Nonnull com.atlassian.sal.api.user.UserKey userKey)
@Deprecated public com.atlassian.fugue.Option<String> getUsername()
public com.atlassian.fugue.Option<com.atlassian.sal.api.user.UserKey> getUserkey()
protected abstract String getField()
@Deprecated public List getParameters()
getParameters in interface SearchQueryStrings or SearchQuerys.public SearchQuery expand()
SearchQueryexpand in interface Expandable<SearchQuery>expand in interface SearchQueryCopyright © 2003–2016 Atlassian. All rights reserved.