Uses of Class
com.atlassian.confluence.macro.query.InclusionCriteria

Packages that use InclusionCriteria
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
static InclusionCriteria InclusionCriteria.get(String token)
          Returns the proper InclusionCriteria 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
 void SimpleSearchQueryParser.setDefaultInclusionCriteria(InclusionCriteria criteria)
          Sets which InclusionCriteria 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
SimpleSearchQueryParser(SearchQueryInterpreter interpreter, InclusionCriteria defaultInclusionCriteria)
          Constructs a new parser using the specified SearchQueryInterpreter to transform string tokens into SearchQuery implementations and using the specified InclusionCriteria 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
 void BooleanQueryFactoryParameter.setDefaultInclusionCriteria(InclusionCriteria criteria)
          Sets the default InclusionCriteria value to use in the underlying parser.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.