Uses of Interface
com.atlassian.confluence.macro.params.Parameter
-
Packages that use Parameter Package Description com.atlassian.confluence.macro.params com.atlassian.confluence.macro.query.params -
-
Uses of Parameter in com.atlassian.confluence.macro.params
Classes in com.atlassian.confluence.macro.params that implement Parameter Modifier and Type Class Description classBaseParameter<T>A base implementation ofParameter, providing support for multiple default parameter names, and a default value if no parameter is specified.classMaxResultsParameterParameter that resolves anIntegeras the maximum number of results to return to a query.classSearchSortParameterParameter that resolves aSearchSortinstance from parameters named "sort" and "reverse". -
Uses of Parameter in com.atlassian.confluence.macro.query.params
Classes in com.atlassian.confluence.macro.query.params that implement Parameter Modifier and Type Class Description classAuthorParameters Represents an author parameter.classBooleanQueryFactoryParameterParameter that parses its values intoBooleanQueryFactoryinstances.classContentTypeParameterPresents content type parameters asContentTypeQueryorCustomContentTypeQueryimplementations.classLabelParameterPresents label parameters asBooleanQueryFactoryimplementations.classMultiValueParameterRepresents a macro parameter that can accept a multiple delimited values.classSpaceKeyParameterParameter that presents space key search restrictions asSpaceCategoryQueryorInSpaceQueryimplementations.
-