Class LastModifierUserQuery
- java.lang.Object
 - 
- com.atlassian.confluence.search.v2.query.LastModifierUserQuery
 
 
- 
- All Implemented Interfaces:
 Expandable<SearchQuery>,SearchQuery
public class LastModifierUserQuery extends Object implements SearchQuery
SearchQuery to find the content where theSearchFieldNames.LAST_MODIFIERfield has to match one of the users in the provided last modifiers list- Since:
 - 7.20
 
 
- 
- 
Field Summary
- 
Fields inherited from interface com.atlassian.confluence.search.v2.SearchQuery
DEFAULT_BOOST 
 - 
 
- 
Constructor Summary
Constructors Constructor Description LastModifierUserQuery(Set<ConfluenceUser> lastModifiers)Construct a search query for the last modifiers list 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SearchQueryexpand()Expands this query into a composite query (that composes other queries).StringgetKey()ListgetParameters()List of parameters asStrings orSearchQuerys.inthashCode()- 
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
getBoost, getSubClauses 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
LastModifierUserQuery
public LastModifierUserQuery(Set<ConfluenceUser> lastModifiers)
Construct a search query for the last modifiers list- Parameters:
 lastModifiers- a Set of ConfluenceUser(s) to match- Throws:
 IllegalArgumentException- when lastModifiers list is null or empty
 
 - 
 
- 
Method Detail
- 
getKey
public String getKey()
- Specified by:
 getKeyin interfaceSearchQuery- Returns:
 - the plugin key
 
 
- 
getParameters
public List getParameters()
Description copied from interface:SearchQueryList of parameters asStrings orSearchQuerys.- Specified by:
 getParametersin interfaceSearchQuery- Returns:
 Strings orSearchQuerys.
 
- 
expand
public SearchQuery expand()
Description copied from interface:SearchQueryExpands this query into a composite query (that composes other queries). By overriding this method, one can specify a new query that is composition of the behaviour of the composed queries.- Specified by:
 expandin interfaceExpandable<SearchQuery>- Specified by:
 expandin interfaceSearchQuery- Returns:
 - a query
 
 
 - 
 
 -