com.atlassian.confluence.search.v2.query
Class AllQuery
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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
String
s or SearchQuery
s.
- Specified by:
getParameters
in interface SearchQuery
- Returns:
String
s or SearchQuery
s.
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-2013 Atlassian. All Rights Reserved.