Package org.opencms.acacia.shared
Class I_CmsSerialDateValue.JsonKey
java.lang.Object
org.opencms.acacia.shared.I_CmsSerialDateValue.JsonKey
- Enclosing interface:
- I_CmsSerialDateValue
The JSON keys used in the JSON representation of serial date specifications.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Flag, indicating if events are "current" events till the end, or only till the beginning.static final String
End time of the first event.static final String
Array with dates where the event does not take place.static final String
The uuid of the series content, the event originally belonged to.static final String
Sub-object with the pattern related information.static final String
Array with individual dates where the event takes place.static final String
The day of the month where the event takes place.static final String
Flag, indicating if the event takes place every working day.static final String
The pattern specific interval.static final String
The month where the event takes place.static final String
The pattern type.static final String
Array with the weekdays, the event takes place.static final String
Array with the weeks of the month where the event takes place.static final String
The last day the event can potentially take place.static final String
The maximal number of occurrences of the event.static final String
Start time of the first event.static final String
Flag, indicating if the event last the whole day/whole days, or not. -
Constructor Summary
-
Method Summary
-
Field Details
-
START
Start time of the first event.- See Also:
-
END
End time of the first event.- See Also:
-
WHOLE_DAY
Flag, indicating if the event last the whole day/whole days, or not.- See Also:
-
PATTERN
Sub-object with the pattern related information.- See Also:
-
PATTERN_TYPE
The pattern type.- See Also:
-
PATTERN_INTERVAL
The pattern specific interval.- See Also:
-
PATTERN_EVERYWORKINGDAY
Flag, indicating if the event takes place every working day.- See Also:
-
PATTERN_WEEKDAYS
Array with the weekdays, the event takes place.- See Also:
-
PATTERN_DAY_OF_MONTH
The day of the month where the event takes place.- See Also:
-
PATTERN_WEEKS_OF_MONTH
Array with the weeks of the month where the event takes place.- See Also:
-
PATTERN_DATES
Array with individual dates where the event takes place.- See Also:
-
PATTERN_MONTH
The month where the event takes place.- See Also:
-
EXCEPTIONS
Array with dates where the event does not take place.- See Also:
-
SERIES_ENDDATE
The last day the event can potentially take place.- See Also:
-
SERIES_OCCURRENCES
The maximal number of occurrences of the event.- See Also:
-
PARENT_SERIES
The uuid of the series content, the event originally belonged to.- See Also:
-
CURRENT_TILL_END
Flag, indicating if events are "current" events till the end, or only till the beginning.- See Also:
-
-
Constructor Details
-
JsonKey
public JsonKey()
-