com.atlassian.confluence.search.v2.query
Class LastModifierQuery

java.lang.Object
  extended by com.atlassian.confluence.search.v2.query.LastModifierQuery
All Implemented Interfaces:
SearchQuery

public class LastModifierQuery
extends java.lang.Object
implements SearchQuery

Query for the original creator of content.


Constructor Summary
LastModifierQuery(java.lang.String lastModifier)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getKey()
           
 java.lang.String getLastModifier()
           
 java.util.List getParameters()
          List of parameters as Strings or SearchQuerys.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastModifierQuery

public LastModifierQuery(java.lang.String lastModifier)
Method Detail

getKey

public java.lang.String getKey()
Specified by:
getKey in interface SearchQuery
Returns:
the plugin key

getLastModifier

public java.lang.String getLastModifier()

getParameters

public java.util.List getParameters()
Description copied from interface: SearchQuery
List of parameters as Strings or SearchQuerys.

Specified by:
getParameters in interface SearchQuery
Returns:
Strings or SearchQuerys.

equals

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

hashCode

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


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.