com.atlassian.confluence.macro.query.params
Class LabelParameter

java.lang.Object
  extended by com.atlassian.confluence.macro.params.BaseParameter<BooleanQueryFactory>
      extended by com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
          extended by com.atlassian.confluence.macro.query.params.LabelParameter
All Implemented Interfaces:
Parameter<BooleanQueryFactory>

public class LabelParameter
extends BooleanQueryFactoryParameter

Presents label parameters as BooleanQueryFactory implementations.

Since:
2.9

Field Summary
 
Fields inherited from class com.atlassian.confluence.macro.params.BaseParameter
shouldValidate
 
Constructor Summary
LabelParameter()
           
LabelParameter(java.lang.String defaultValue)
           
 
Method Summary
protected  SearchQueryInterpreter createSearchQueryInterpreter(MacroExecutionContext ctx)
           
 void setLabelManager(LabelManager labelManager)
           
 
Methods inherited from class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
createBooleanQueryFactory, findObject, setDefaultInclusionCriteria
 
Methods inherited from class com.atlassian.confluence.macro.params.BaseParameter
addParameterAlias, findValue, getDefaultValue, getParameter, getParameterValue, setDefaultValue, setParameterNames, setValidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelParameter

public LabelParameter()

LabelParameter

public LabelParameter(java.lang.String defaultValue)
Method Detail

createSearchQueryInterpreter

protected SearchQueryInterpreter createSearchQueryInterpreter(MacroExecutionContext ctx)
Specified by:
createSearchQueryInterpreter in class BooleanQueryFactoryParameter

setLabelManager

public void setLabelManager(LabelManager labelManager)


Copyright © 2003-2014 Atlassian. All Rights Reserved.