Interface Clock
- All Superinterfaces:
ClockReader
- All Known Implementing Classes:
DefaultClockImpl,TestClockImpl
This interface provides full access to the clock
-
Method Summary
Modifier and TypeMethodDescriptionvoidreset()voidsetCurrentCalendar(Calendar currentTime) voidsetCurrentTime(Date currentTime) Methods inherited from interface org.flowable.common.engine.impl.runtime.ClockReader
getCurrentCalendar, getCurrentCalendar, getCurrentTime, getCurrentTimeZone
-
Method Details
-
setCurrentTime
-
setCurrentCalendar
-
reset
void reset()
-