Class LabelParameter
- java.lang.Object
-
- com.atlassian.confluence.macro.params.BaseParameter<BooleanQueryFactory>
-
- com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
-
- com.atlassian.confluence.macro.query.params.LabelParameter
-
- All Implemented Interfaces:
Parameter<BooleanQueryFactory>
public class LabelParameter extends BooleanQueryFactoryParameter
Presents label parameters asBooleanQueryFactory
implementations.- Since:
- 2.9
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.macro.params.BaseParameter
shouldValidate
-
-
Constructor Summary
Constructors Constructor Description LabelParameter()
LabelParameter(String defaultValue)
LabelParameter(List<String> names, String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SearchQueryInterpreter
createSearchQueryInterpreter(MacroExecutionContext ctx)
void
setLabelManager(LabelManager labelManager)
-
Methods inherited from class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
createBooleanQueryFactory, findObject, setDefaultInclusionCriteria
-
Methods inherited from class com.atlassian.confluence.macro.params.BaseParameter
addParameterAlias, findValue, getDefaultValue, getParameter, getParameterValue, setDefaultValue, setParameterNames, setValidate
-
-
-
-
Method Detail
-
createSearchQueryInterpreter
protected SearchQueryInterpreter createSearchQueryInterpreter(MacroExecutionContext ctx)
- Specified by:
createSearchQueryInterpreter
in classBooleanQueryFactoryParameter
-
setLabelManager
public void setLabelManager(LabelManager labelManager)
-
-