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 java.lang.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(java.lang.Object o)
           
static AllQuery getInstance()
           
 java.lang.String getKey()
           
 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

AllQuery

public AllQuery()
Deprecated. since 3.0. Use the singleton instance via getInstance() instead.

Method Detail

getInstance

public static AllQuery getInstance()

getKey

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

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.

hashCode

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

equals

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


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