com.atlassian.confluence.search.actions
Class SearchSiteAction.CriteriaParameters

java.lang.Object
  extended by com.atlassian.confluence.search.actions.SearchSiteAction.CriteriaParameters
Enclosing class:
SearchSiteAction

public static class SearchSiteAction.CriteriaParameters
extends Object

A Class used to represent the different criteria restriction links that are displayed along with the search results.


Constructor Summary
SearchSiteAction.CriteriaParameters(String labelKey, String queryString, String spaceKey, ContentTypeEnum type, DateRangeEnum lastModified, String contributor, String contributorUsername)
           
 
Method Summary
 String getContributor()
           
 String getContributorUsername()
           
 String getLabelKey()
           
 DateRangeEnum getLastModified()
           
 String getQueryParameters()
           
 String getQueryString()
           
 String getSpaceKey()
           
 ContentTypeEnum getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchSiteAction.CriteriaParameters

public SearchSiteAction.CriteriaParameters(String labelKey,
                                           String queryString,
                                           String spaceKey,
                                           ContentTypeEnum type,
                                           DateRangeEnum lastModified,
                                           String contributor,
                                           String contributorUsername)
Method Detail

getQueryParameters

public String getQueryParameters()
Returns:
the search as query parameters. Clients are expected to have a url delimiter at the end of the url before appending the output of this method

getLabelKey

public String getLabelKey()

getSpaceKey

public String getSpaceKey()

getType

public ContentTypeEnum getType()

getLastModified

public DateRangeEnum getLastModified()

getQueryString

public String getQueryString()

getContributor

public String getContributor()

getContributorUsername

public String getContributorUsername()


Copyright © 2003-2012 Atlassian. All Rights Reserved.