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 SummaryFields inherited from class com.atlassian.confluence.macro.params.BaseParametershouldValidate
- 
Constructor SummaryConstructorsConstructorDescriptionLabelParameter(String defaultValue) LabelParameter(List<String> names, String defaultValue) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected SearchQueryInterpretervoidsetLabelManager(LabelManager labelManager) Methods inherited from class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParametercreateBooleanQueryFactory, findObject, setDefaultInclusionCriteriaMethods inherited from class com.atlassian.confluence.macro.params.BaseParameteraddParameterAlias, findValue, getDefaultValue, getParameter, getParameterValue, setDefaultValue, setParameterNames, setValidate
- 
Constructor Details- 
LabelParameterpublic LabelParameter()
- 
LabelParameter
- 
LabelParameter
 
- 
- 
Method Details- 
createSearchQueryInterpreter- Specified by:
- createSearchQueryInterpreterin class- BooleanQueryFactoryParameter
 
- 
setLabelManager
 
-