|
||||||||||
| 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(java.lang.String label)
Construct a LabelQuery from a String representation of a label. |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
|
java.lang.String |
getLabelAsString()
|
java.util.List |
getParameters()
List of parameters as Strings or SearchQuerys. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LabelQuery(java.lang.String label)
String representation of a label.
label - a representations of a label.LabelParserpublic LabelQuery(Label label)
label - the label to search for| 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 java.lang.String getLabelAsString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||