Uses of Class
com.atlassian.confluence.macro.query.InclusionCriteria
-
Packages that use InclusionCriteria Package Description com.atlassian.confluence.macro.query com.atlassian.confluence.macro.query.params -
-
Uses of InclusionCriteria in com.atlassian.confluence.macro.query
Methods in com.atlassian.confluence.macro.query that return InclusionCriteria Modifier and Type Method Description static InclusionCriteria
InclusionCriteria. get(String token)
Returns the properInclusionCriteria
value corresponding to the specified token.static InclusionCriteria
InclusionCriteria. valueOf(String name)
Returns the enum constant of this type with the specified name.static InclusionCriteria[]
InclusionCriteria. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.macro.query with parameters of type InclusionCriteria Modifier and Type Method Description void
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 InclusionCriteria Constructor Description SimpleSearchQueryParser(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 InclusionCriteria Modifier and Type Method Description void
BooleanQueryFactoryParameter. setDefaultInclusionCriteria(InclusionCriteria criteria)
Sets the defaultInclusionCriteria
value to use in the underlying parser.
-