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

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

public class AllQuery
extends Object
implements SearchQuery

Query requesting that all possible results be returned.


Constructor Summary
AllQuery()
           
 
Method Summary
 boolean equals(Object o)
           
 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

AllQuery

public AllQuery()
Method Detail

getKey

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

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.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Confluence is developed by Atlassian Pty Ltd.