public interface FixedExecutionSchedule extends ExecutionSchedule
time or only manually (if
set to manual).DAILY, FIXED, INTERVAL, MONTHLY| Modifier and Type | Method and Description |
|---|---|
Date |
getNextExecutionTime()
Returns the next execution time or
null for expired tasks. |
boolean |
isManual()
|
void |
setManual(boolean value)
|
getType, setNextExecutionTimeboolean isManual()
setManual(boolean)void setManual(boolean value)
value - true if dependent ScheduleEntry should be executed
manually, false otherwise.isManual()@Nullable Date getNextExecutionTime()
null for expired tasks.
Please notice that the real execution time may differ from this value e.g. beacause the runtime of the tasks and
the setting of the parallel execution mode conflicts with the
returned time.
If isManual() is set this method always returns null.
getNextExecutionTime in interface ExecutionSchedulenull if the schedule is expired or the schedule is flagged as
manually.ExecutionSchedule.setNextExecutionTime(java.util.Date)Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408