public class InheritedLabelQuery extends Object implements SearchQuery
Label that was inherited from a piece of
parent content, for example, searching for comments attached to pages with a certain label| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getKey() |
String |
getLabelAsString() |
List |
getParameters()
List of parameters as
Strings or SearchQuerys. |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitexpand, getBoostpublic InheritedLabelQuery(String label)
label - a representations of a label. Can be namespaced.LabelParserpublic InheritedLabelQuery(Label label)
label - the label to search forpublic String getKey()
getKey in interface SearchQuerypublic List getParameters()
SearchQueryStrings or SearchQuerys.getParameters in interface SearchQueryStrings or SearchQuerys.public String getLabelAsString()
Copyright © 2003–2018 Atlassian. All rights reserved.