Uses of Enum Class
com.atlassian.confluence.search.service.DateRangeEnum
Packages that use DateRangeEnum
Package
Description
-
Uses of DateRangeEnum in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions that return DateRangeEnumModifier and TypeMethodDescriptionSearchSiteAction.CriteriaParameters.getLastModified()
SearchSiteAction.getLastModified()
Deprecated.Methods in com.atlassian.confluence.impl.search.actions with parameters of type DateRangeEnumModifier and TypeMethodDescriptionvoid
SearchSiteAction.setLastModified
(DateRangeEnum lastModified) Deprecated.Constructors in com.atlassian.confluence.impl.search.actions with parameters of type DateRangeEnumModifierConstructorDescriptionCriteriaParameters
(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 DateRangeEnumModifier and TypeMethodDescriptionstatic DateRangeEnum
Returns the enum constant of this class with the specified name.static DateRangeEnum[]
DateRangeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.