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

Querys for all possible results.


Constructor Summary
AllQuery()
          Deprecated. since 3.0. Use the singleton instance via getInstance() instead.
 
Method Summary
 boolean equals(Object o)
           
static AllQuery getInstance()
           
 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()
Deprecated. since 3.0. Use the singleton instance via getInstance() instead.

Method Detail

getInstance

public static AllQuery getInstance()

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


Copyright © 2003-2011 Atlassian. All Rights Reserved.