|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateRangeEnum | |
---|---|
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 | |
---|---|
DateRangeEnum |
SearchSiteAction.getLastModified()
|
DateRangeEnum |
SearchSiteAction.CriteriaParameters.getLastModified()
|
Methods in com.atlassian.confluence.search.actions with parameters of type DateRangeEnum | |
---|---|
void |
SearchSiteAction.setLastModified(DateRangeEnum lastModified)
|
Constructors in com.atlassian.confluence.search.actions with parameters of type DateRangeEnum | |
---|---|
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)
|
Uses of DateRangeEnum in com.atlassian.confluence.search.service |
---|
Methods in com.atlassian.confluence.search.service that return DateRangeEnum | |
---|---|
static DateRangeEnum |
DateRangeEnum.valueOf(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |