Package org.kie.api.executor
Interface Reoccurring
-
public interface Reoccurring
Marks given executor command it is reoccurring and shall be rescheduled after completion of single instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getScheduleTime()
-
-
-
Method Detail
-
getScheduleTime
Date getScheduleTime()
- Returns:
- next time to be scheduled. Date must be in future as jobs cannot be scheduled in past. null in case it should not be scheduled any more.
-
-