Interface I_CmsDateRestriction
- All Known Implementing Classes:
CmsDateFromTodayRestriction
,CmsDatePastFutureRestriction
,CmsDateRangeRestriction
public interface I_CmsDateRestriction
Interface for date restrictions used in list configurations.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Enum representing a direction in time (past / future).static enum
Enum representing a time unit. -
Method Summary
-
Method Details
-
getRange
Gets the formatted range expression for this restriction, for use in Solr date range queries.- Returns:
- the date range expression
-