Class SearchSiteAction.CriteriaParameters
java.lang.Object
com.atlassian.confluence.impl.search.actions.SearchSiteAction.CriteriaParameters
- Enclosing class:
- SearchSiteAction
A Class used to represent the different criteria restriction links that are displayed along with the search
results.
-
Constructor Summary
ConstructorsConstructorDescriptionCriteriaParameters
(String labelKey, String queryString, String spaceKey, ContentTypeEnum type, DateRangeEnum lastModified, String contributor, String contributorUsername) -
Method Summary
-
Constructor Details
-
CriteriaParameters
public CriteriaParameters(String labelKey, String queryString, String spaceKey, ContentTypeEnum type, DateRangeEnum lastModified, String contributor, String contributorUsername)
-
-
Method Details
-
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
-
getSpaceKey
-
getType
-
getLastModified
-
getQueryString
-
getContributor
-
getContributorUsername
-