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 the SearchFieldMappings.LAST_MODIFIER field has to match one of the users in the provided last modifiers list
Since:
7.20
  • Constructor Details

    • 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 Details