com.atlassian.confluence.search.v2.searchfilter
Class LastModifierUserSearchFilter

java.lang.Object
  extended by com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
      extended by com.atlassian.confluence.search.v2.searchfilter.LastModifierUserSearchFilter
All Implemented Interfaces:
SearchFilter

public class LastModifierUserSearchFilter
extends AbstractChainableSearchFilter

Filter on the DocumentFieldName.LAST_MODIFIER_NAME field.


Constructor Summary
LastModifierUserSearchFilter(java.util.Collection<ConfluenceUser> lastModifiers)
          Creates an OR filter over the DocumentFieldName.LAST_MODIFIER_NAME field.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getKey()
           
 java.util.Collection<ConfluenceUser> getLastModifiers()
           
 int hashCode()
           
 
Methods inherited from class com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
and, or
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastModifierUserSearchFilter

public LastModifierUserSearchFilter(java.util.Collection<ConfluenceUser> lastModifiers)
Creates an OR filter over the DocumentFieldName.LAST_MODIFIER_NAME field.

Parameters:
lastModifiers - one or more users
Method Detail

getLastModifiers

public java.util.Collection<ConfluenceUser> getLastModifiers()

getKey

public java.lang.String getKey()
Returns:
the plugin key

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2003-2014 Atlassian. All Rights Reserved.