com.atlassian.confluence.search.actions
Class SearchSiteAction.CriteriaParameters
java.lang.Object
com.atlassian.confluence.search.actions.SearchSiteAction.CriteriaParameters
- Enclosing class:
- SearchSiteAction
public static class SearchSiteAction.CriteriaParameters
- extends java.lang.Object
A Class used to represent the different criteria restriction links that are displayed along with the search
results.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchSiteAction.CriteriaParameters
public SearchSiteAction.CriteriaParameters(java.lang.String labelKey,
java.lang.String queryString,
java.lang.String spaceKey,
ContentTypeEnum type,
DateRangeEnum lastModified,
java.lang.String contributor,
java.lang.String contributorUsername)
getQueryParameters
public java.lang.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 java.lang.String getLabelKey()
getSpaceKey
public java.lang.String getSpaceKey()
getType
public ContentTypeEnum getType()
getLastModified
public DateRangeEnum getLastModified()
getQueryString
public java.lang.String getQueryString()
getContributor
public java.lang.String getContributor()
getContributorUsername
public java.lang.String getContributorUsername()
Copyright © 2003-2014 Atlassian. All Rights Reserved.