Uses of Class
com.atlassian.confluence.search.service.DateRangeEnum
-
Packages that use DateRangeEnum Package Description com.atlassian.confluence.impl.search.actions com.atlassian.confluence.search.service -
-
Uses of DateRangeEnum in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions that return DateRangeEnum Modifier and Type Method Description DateRangeEnum
SearchSiteAction.CriteriaParameters. getLastModified()
DateRangeEnum
SearchSiteAction. getLastModified()
Deprecated.Methods in com.atlassian.confluence.impl.search.actions with parameters of type DateRangeEnum Modifier and Type Method Description void
SearchSiteAction. setLastModified(DateRangeEnum lastModified)
Deprecated.Constructors in com.atlassian.confluence.impl.search.actions with parameters of type DateRangeEnum Constructor Description CriteriaParameters(String labelKey, String queryString, String spaceKey, ContentTypeEnum type, DateRangeEnum lastModified, String contributor, String contributorUsername)
-
Uses of DateRangeEnum in com.atlassian.confluence.search.service
Methods in com.atlassian.confluence.search.service that return DateRangeEnum Modifier and Type Method Description static DateRangeEnum
DateRangeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static DateRangeEnum[]
DateRangeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-