|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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(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 String s or SearchQuery s. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InheritedLabelQuery(String label)
label
- a representations of a label. Can be namespaced.LabelParser
public InheritedLabelQuery(Label label)
label
- the label to search forMethod Detail |
---|
public String getKey()
getKey
in interface SearchQuery
public List getParameters()
SearchQuery
String
s or SearchQuery
s.
getParameters
in interface SearchQuery
String
s or SearchQuery
s.public String getLabelAsString()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |