Uses of Class
com.atlassian.confluence.search.service.DateRangeEnum
-
Packages that use DateRangeEnum Package Description com.atlassian.confluence.search.actions com.atlassian.confluence.search.service -
-
Uses of DateRangeEnum in com.atlassian.confluence.search.actions
Methods in com.atlassian.confluence.search.actions that return DateRangeEnum Modifier and Type Method Description DateRangeEnumSearchSiteAction.CriteriaParameters. getLastModified()DateRangeEnumSearchSiteAction. getLastModified()Deprecated.Methods in com.atlassian.confluence.search.actions with parameters of type DateRangeEnum Modifier and Type Method Description voidSearchSiteAction. setLastModified(DateRangeEnum lastModified)Deprecated.Constructors in com.atlassian.confluence.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 DateRangeEnumDateRangeEnum. 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.
-