public class LastModifierUserQuery extends Object implements SearchQuery
SearchFieldNames.LAST_MODIFIER field
has to match one of the users in the provided last modifiers list| Constructor and Description |
|---|
LastModifierUserQuery(Set<ConfluenceUser> lastModifiers)
Construct a search query for the last modifiers list
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SearchQuery |
expand()
Expands this query into a composite query (that composes other queries).
|
String |
getKey() |
List |
getParameters()
List of parameters as
Strings or SearchQuerys. |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetBoost, getSubClausespublic LastModifierUserQuery(Set<ConfluenceUser> lastModifiers)
lastModifiers - a Set of ConfluenceUser(s) to matchIllegalArgumentException - when lastModifiers list is null or emptypublic String getKey()
getKey in interface SearchQuerypublic List getParameters()
SearchQueryStrings or SearchQuerys.getParameters in interface SearchQueryStrings or SearchQuerys.public SearchQuery expand()
SearchQueryexpand in interface Expandable<SearchQuery>expand in interface SearchQueryCopyright © 2003–2022 Atlassian. All rights reserved.