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 SearchQueryInterpreter
void
setLabelManager
(LabelManager labelManager) void
setSpaceManager
(SpaceManager spaceManager) 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
-
SpaceKeyParameter
public SpaceKeyParameter() -
SpaceKeyParameter
-
SpaceKeyParameter
-
-
Method Details
-
createSearchQueryInterpreter
- Specified by:
createSearchQueryInterpreter
in classBooleanQueryFactoryParameter
-
setSpaceManager
-
setLabelManager
-