com.atlassian.confluence.search.v2.searchfilter
Class AuthorSearchFilter

java.lang.Object
  extended by com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
      extended by com.atlassian.confluence.search.v2.searchfilter.AuthorSearchFilter
All Implemented Interfaces:
SearchFilter

public class AuthorSearchFilter
extends AbstractChainableSearchFilter

Filter by a query on author. For example, a filtering on "bo" should only produce results that are by authors such as "Bob Smith".


Constructor Summary
AuthorSearchFilter(String query)
           
 
Method Summary
 String getKey()
           
 String getQuery()
           
 
Methods inherited from class com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
and, or
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorSearchFilter

public AuthorSearchFilter(String query)
Method Detail

getKey

public String getKey()
Returns:
the plugin key

getQuery

public String getQuery()


Copyright © 2003-2010 Atlassian. All Rights Reserved.