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

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.ContentTypeParameter
All Implemented Interfaces:
Parameter<BooleanQueryFactory>

public class ContentTypeParameter
extends BooleanQueryFactoryParameter

Presents content type parameters as ContentTypeQuery implementations.

Since:
2.9

Field Summary
 
Fields inherited from class com.atlassian.confluence.macro.params.BaseParameter
shouldValidate
 
Constructor Summary
ContentTypeParameter()
           
ContentTypeParameter(String defaultValue)
           
 
Method Summary
protected  SearchQueryInterpreter createSearchQueryInterpreter(MacroExecutionContext ctx)
           
 
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

ContentTypeParameter

public ContentTypeParameter()

ContentTypeParameter

public ContentTypeParameter(String defaultValue)
Method Detail

createSearchQueryInterpreter

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


Copyright © 2003-2013 Atlassian. All Rights Reserved.