Class SpaceKeyParameter
java.lang.Object
com.atlassian.confluence.macro.params.BaseParameter<BooleanQueryFactory>
com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
com.atlassian.confluence.macro.query.params.SpaceKeyParameter
- All Implemented Interfaces:
Parameter<BooleanQueryFactory>
Parameter that presents space key search restrictions as
SpaceCategoryQuery or InSpaceQuery
implementations.- Since:
- 2.9
-
Field Summary
Fields inherited from class com.atlassian.confluence.macro.params.BaseParameter
shouldValidate -
Constructor Summary
ConstructorsConstructorDescriptionSpaceKeyParameter(String defaultValue) SpaceKeyParameter(List<String> names, String defaultValue) -
Method Summary
Modifier and TypeMethodDescriptionprotected SearchQueryInterpretervoidsetLabelManager(LabelManager labelManager) voidsetSpaceManager(SpaceManager spaceManager) Methods inherited from class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
createBooleanQueryFactory, findObject, setDefaultInclusionCriteriaMethods inherited from class com.atlassian.confluence.macro.params.BaseParameter
addParameterAlias, findValue, getDefaultValue, getParameter, getParameterValue, setDefaultValue, setParameterNames, setValidate
-
Constructor Details
-
SpaceKeyParameter
public SpaceKeyParameter() -
SpaceKeyParameter
-
SpaceKeyParameter
-
-
Method Details
-
createSearchQueryInterpreter
- Specified by:
createSearchQueryInterpreterin classBooleanQueryFactoryParameter
-
setSpaceManager
-
setLabelManager
-