Uses of Enum Class
com.atlassian.confluence.macro.query.InclusionCriteria
Packages that use InclusionCriteria
Package
Description
-
Uses of InclusionCriteria in com.atlassian.confluence.macro.query
Methods in com.atlassian.confluence.macro.query that return InclusionCriteriaModifier and TypeMethodDescriptionstatic InclusionCriteria
Returns the properInclusionCriteria
value corresponding to the specified token.static InclusionCriteria
Returns the enum constant of this class with the specified name.static InclusionCriteria[]
InclusionCriteria.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.macro.query with parameters of type InclusionCriteriaModifier and TypeMethodDescriptionvoid
SimpleSearchQueryParser.setDefaultInclusionCriteria
(InclusionCriteria criteria) Sets whichInclusionCriteria
should be applied to a value in the absence of a specific token.Constructors in com.atlassian.confluence.macro.query with parameters of type InclusionCriteriaModifierConstructorDescriptionSimpleSearchQueryParser
(SearchQueryInterpreter interpreter, InclusionCriteria defaultInclusionCriteria) Constructs a new parser using the specifiedSearchQueryInterpreter
to transform string tokens intoSearchQuery
implementations and using the specifiedInclusionCriteria
as the default criteria for untagged tokens. -
Uses of InclusionCriteria in com.atlassian.confluence.macro.query.params
Methods in com.atlassian.confluence.macro.query.params with parameters of type InclusionCriteriaModifier and TypeMethodDescriptionfinal void
BooleanQueryFactoryParameter.setDefaultInclusionCriteria
(InclusionCriteria criteria) Sets the defaultInclusionCriteria
value to use in the underlying parser.