Class DefaultScheduleBuilder
java.lang.Object
com.aquima.interactions.process.scheduler.impl.DefaultScheduleBuilder
- All Implemented Interfaces:
IScheduleBuilder
This is just a empty implementation for
IScheduleBuilder
Used by DefaultScheduler
to create empty ISchedule
instead of returning a null object- Since:
- 11.0
- Author:
- MihaiBob
-
Constructor Details
-
Method Details
-
onDate
Description copied from interface:IScheduleBuilder
Creates a schedule which executes the associated job at the specified date- Specified by:
onDate
in interfaceIScheduleBuilder
- Parameters:
date
- The date when the job should execute- Returns:
- the schedule
-
now
Description copied from interface:IScheduleBuilder
Creates a schedule which executes the associated job now- Specified by:
now
in interfaceIScheduleBuilder
- Returns:
- the schedule
-