|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.search.v2.query.LabelQuery
public class LabelQuery
Query for matching a single Label.
| Constructor Summary | |
|---|---|
LabelQuery(Label label)
Construct a LabelQuery directly from the Label instance to be searched for |
|
LabelQuery(String label)
Construct a LabelQuery from a string representation of a label. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getKey()
|
String |
getLabelAsString()
|
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 LabelQuery(String label)
label - a representations of a label. Can be namespaced.LabelParserpublic LabelQuery(Label label)
label - the label to search for| Method Detail |
|---|
public String getKey()
getKey in interface SearchQuerypublic List getParameters()
SearchQueryStrings or SearchQuerys.
getParameters in interface SearchQueryStrings or SearchQuerys.public String getLabelAsString()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||