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

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

public class CreatorQuery
extends Object
implements SearchQuery

Query for the original creator of content.


Constructor Summary
CreatorQuery(String creator)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCreator()
           
 String getKey()
           
 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

CreatorQuery

public CreatorQuery(String creator)
Method Detail

getKey

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

getCreator

public String getCreator()

getParameters

public 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(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2013 Atlassian. All Rights Reserved.