Uses of Interface
org.flowable.common.engine.impl.calendar.BusinessCalendar
Packages that use BusinessCalendar
-
Uses of BusinessCalendar in org.flowable.common.engine.impl.calendar
Classes in org.flowable.common.engine.impl.calendar that implement BusinessCalendarModifier and TypeClassDescriptionclassAn BusinessCalendar implementation for cycle based schedules that takes into account a different daylight savings time zone than the one that the server is configured for.classThis class implements business calendar based on internal clockclassclassclassclassMethods in org.flowable.common.engine.impl.calendar that return BusinessCalendarModifier and TypeMethodDescriptionBusinessCalendarManager.getBusinessCalendar(String businessCalendarRef) MapBusinessCalendarManager.getBusinessCalendar(String businessCalendarRef) Methods in org.flowable.common.engine.impl.calendar with parameters of type BusinessCalendarModifier and TypeMethodDescriptionMapBusinessCalendarManager.addBusinessCalendar(String businessCalendarRef, BusinessCalendar businessCalendar) Constructor parameters in org.flowable.common.engine.impl.calendar with type arguments of type BusinessCalendarModifierConstructorDescriptionMapBusinessCalendarManager(Map<String, BusinessCalendar> businessCalendars)