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

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

public class AuthorParameter
extends BooleanQueryFactoryParameter

Presents creator/author parameters as CreatorQuery instances.


Field Summary
 
Fields inherited from class com.atlassian.confluence.macro.params.BaseParameter
shouldValidate
 
Constructor Summary
AuthorParameter()
           
AuthorParameter(java.lang.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

AuthorParameter

public AuthorParameter()

AuthorParameter

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

createSearchQueryInterpreter

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


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.