|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.search.v2.query.InSpaceQuery
public class InSpaceQuery
Search for content that occurs within some set of spaces.
| Constructor Summary | |
|---|---|
InSpaceQuery(java.util.Set<java.lang.String> spaceKeys)
Search for content within any of a collection of spaces with given keys |
|
InSpaceQuery(java.lang.String spaceKey)
Search for content within a single space with the given key |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
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 |
|---|
public InSpaceQuery(java.lang.String spaceKey)
spaceKey - the key of the space to search withinpublic InSpaceQuery(java.util.Set<java.lang.String> spaceKeys)
spaceKeys - a set of the keys of the spaces to search within| Method Detail |
|---|
public java.lang.String getKey()
getKey in interface SearchQuerypublic java.util.List getParameters()
SearchQueryStrings or SearchQuerys.
getParameters in interface SearchQueryStrings or SearchQuerys.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||