Package org.activiti.engine.runtime
Interface Clock
-
- All Superinterfaces:
ClockReader
- All Known Implementing Classes:
DefaultClockImpl
@Deprecated public interface Clock extends ClockReader
Deprecated.dealing with Clock, Calendars and Time will be delaged to a separate service/libraryThis interface provides full access to the clock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidreset()Deprecated.voidsetCurrentCalendar(java.util.Calendar currentTime)Deprecated.voidsetCurrentTime(java.util.Date currentTime)Deprecated.-
Methods inherited from interface org.activiti.engine.runtime.ClockReader
getCurrentCalendar, getCurrentCalendar, getCurrentTime, getCurrentTimeZone
-
-