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

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

public class LastModifierSearchFilter
extends AbstractChainableSearchFilter

Filter on the DocumentFieldName.LAST_MODIFIER_NAME field.


Constructor Summary
LastModifierSearchFilter(String... lastModifiers)
          Creates an OR filter over the DocumentFieldName.LAST_MODIFIER_NAME field.
 
Method Summary
 boolean equals(Object o)
           
 String getKey()
           
 String[] 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

LastModifierSearchFilter

public LastModifierSearchFilter(String... lastModifiers)
Creates an OR filter over the DocumentFieldName.LAST_MODIFIER_NAME field.

Parameters:
lastModifiers - one or more usernames
Method Detail

getLastModifiers

public String[] getLastModifiers()

getKey

public String getKey()
Returns:
the plugin key

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.