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 InclusionCriteriaInclusionCriteria. get(String token)Returns the properInclusionCriteriavalue corresponding to the specified token.static InclusionCriteriaInclusionCriteria. 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 voidSimpleSearchQueryParser. setDefaultInclusionCriteria(InclusionCriteria criteria)Sets whichInclusionCriteriashould 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 specifiedSearchQueryInterpreterto transform string tokens intoSearchQueryimplementations and using the specifiedInclusionCriteriaas 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 voidBooleanQueryFactoryParameter. setDefaultInclusionCriteria(InclusionCriteria criteria)Sets the defaultInclusionCriteriavalue to use in the underlying parser.
-