Uses of Interface
org.flowable.common.engine.impl.calendar.BusinessCalendarManager
Packages that use BusinessCalendarManager
Package
Description
-
Uses of BusinessCalendarManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as BusinessCalendarManagerModifier and TypeFieldDescriptionprotected BusinessCalendarManager
CmmnEngineConfiguration.businessCalendarManager
Methods in org.flowable.cmmn.engine that return BusinessCalendarManagerMethods in org.flowable.cmmn.engine with parameters of type BusinessCalendarManagerModifier and TypeMethodDescriptionCmmnEngineConfiguration.setBusinessCalendarManager
(BusinessCalendarManager businessCalendarManager) -
Uses of BusinessCalendarManager in org.flowable.common.engine.impl.calendar
Classes in org.flowable.common.engine.impl.calendar that implement BusinessCalendarManagerMethods in org.flowable.common.engine.impl.calendar that return BusinessCalendarManagerModifier and TypeMethodDescriptionMapBusinessCalendarManager.addBusinessCalendar
(String businessCalendarRef, BusinessCalendar businessCalendar) -
Uses of BusinessCalendarManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as BusinessCalendarManagerModifier and TypeFieldDescriptionprotected BusinessCalendarManager
ProcessEngineConfigurationImpl.businessCalendarManager
Methods in org.flowable.engine.impl.cfg that return BusinessCalendarManagerMethods in org.flowable.engine.impl.cfg with parameters of type BusinessCalendarManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setBusinessCalendarManager
(BusinessCalendarManager businessCalendarManager) -
Uses of BusinessCalendarManager in org.flowable.job.service
Fields in org.flowable.job.service declared as BusinessCalendarManagerModifier and TypeFieldDescriptionprotected BusinessCalendarManager
JobServiceConfiguration.businessCalendarManager
Methods in org.flowable.job.service that return BusinessCalendarManagerMethods in org.flowable.job.service with parameters of type BusinessCalendarManagerModifier and TypeMethodDescriptionJobServiceConfiguration.setBusinessCalendarManager
(BusinessCalendarManager businessCalendarManager) -
Uses of BusinessCalendarManager in org.flowable.spring
Methods in org.flowable.spring that return BusinessCalendarManagerModifier and TypeMethodDescriptionSpringAdvancedBusinessCalendarManagerFactory.getBusinessCalendarManager()