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 class
BaseParameter<T>
A base implementation ofParameter
, providing support for multiple default parameter names, and a default value if no parameter is specified.class
MaxResultsParameter
Parameter that resolves anInteger
as the maximum number of results to return to a query.class
SearchSortParameter
Parameter that resolves aSearchSort
instance 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 class
AuthorParameter
s Represents an author parameter.class
BooleanQueryFactoryParameter
Parameter that parses its values intoBooleanQueryFactory
instances.class
ContentTypeParameter
Presents content type parameters asContentTypeQuery
orCustomContentTypeQuery
implementations.class
LabelParameter
Presents label parameters asBooleanQueryFactory
implementations.class
MultiValueParameter
Represents a macro parameter that can accept a multiple delimited values.class
SpaceKeyParameter
Parameter that presents space key search restrictions asSpaceCategoryQuery
orInSpaceQuery
implementations.
-