Package de.dlr.proseo.model
Class CalendarOrderTrigger
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.OrderTrigger
de.dlr.proseo.model.TimerOrderTrigger
de.dlr.proseo.model.CalendarOrderTrigger
A cron-style trigger, which is tied to specific times of day/week/month.
- Since:
- prosEO 2.1.0
- Author:
- Dr. Thomas Bassler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the cron expression for trigger schedulingvoidsetCronExpression(String cronExpression) Sets the cron expression for trigger schedulingMethods inherited from class de.dlr.proseo.model.OrderTrigger
equals, getEnabled, getExecutionDelay, getMission, getName, getOrderTemplate, getPriority, hashCode, isEnabled, setEnabled, setExecutionDelay, setMission, setName, setOrderTemplate, setPriority, toStringMethods inherited from class de.dlr.proseo.model.PersistentObject
getId, getVersion, incrementVersion, setId
-
Constructor Details
-
CalendarOrderTrigger
public CalendarOrderTrigger()
-
-
Method Details
-
getCronExpression
Gets the cron expression for trigger scheduling- Returns:
- the cron expression
-
setCronExpression
Sets the cron expression for trigger scheduling- Parameters:
cronExpression- the cron expression to set
-