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>
Presents label parameters as
BooleanQueryFactory
implementations.- Since:
- 2.9
-
Field Summary
Fields inherited from class com.atlassian.confluence.macro.params.BaseParameter
shouldValidate
-
Constructor Summary
ConstructorsConstructorDescriptionLabelParameter
(String defaultValue) LabelParameter
(List<String> names, String defaultValue) -
Method Summary
Modifier and TypeMethodDescriptionprotected SearchQueryInterpreter
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
-
Constructor Details
-
LabelParameter
public LabelParameter() -
LabelParameter
-
LabelParameter
-
-
Method Details
-
createSearchQueryInterpreter
- Specified by:
createSearchQueryInterpreter
in classBooleanQueryFactoryParameter
-
setLabelManager
-