|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.search.v2.query.InheritedLabelQuery
public class InheritedLabelQuery
Query for matching a single Label that was inherited from a piece of
parent content, for example, searching for comments attached to pages with a certain label
| Constructor Summary | |
|---|---|
InheritedLabelQuery(Label label)
Construct a LabelQuery directly from the Label instance to be searched for |
|
InheritedLabelQuery(java.lang.String label)
Construct a LabelQuery from a string representation of a label. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getKey()
|
java.lang.String |
getLabelAsString()
|
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 InheritedLabelQuery(java.lang.String label)
label - a representations of a label. Can be namespaced.LabelParserpublic InheritedLabelQuery(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()
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 | |||||||||