Class TimeTrigger
java.lang.Object
de.aristaflow.ilm.model.resourcemodel.TimeTrigger
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TimedProcessTrigger
- See Also:
-
TimeTrigger- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull ZonedDateTimeThe string representation of the period as duration in ISO-8601-format.@NotNull Boolean@Size(min=1) StringThis is used as additional information for rich type hierarchies. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
subClass
This is used as additional information for rich type hierarchies. -
date
-
period
The string representation of the period as duration in ISO-8601-format. -
relToPrevStart
-
-
Constructor Details
-
TimeTrigger
public TimeTrigger()
-