Uses of Interface
org.camunda.bpm.engine.impl.calendar.BusinessCalendarManager
-
Packages that use BusinessCalendarManager Package Description org.camunda.bpm.engine.impl.calendar org.camunda.bpm.engine.impl.cfg -
-
Uses of BusinessCalendarManager in org.camunda.bpm.engine.impl.calendar
Classes in org.camunda.bpm.engine.impl.calendar that implement BusinessCalendarManager Modifier and Type Class Description class
MapBusinessCalendarManager
Methods in org.camunda.bpm.engine.impl.calendar that return BusinessCalendarManager Modifier and Type Method Description BusinessCalendarManager
MapBusinessCalendarManager. addBusinessCalendar(String businessCalendarRef, BusinessCalendar businessCalendar)
-
Uses of BusinessCalendarManager in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as BusinessCalendarManager Modifier and Type Field Description protected BusinessCalendarManager
ProcessEngineConfigurationImpl. businessCalendarManager
Methods in org.camunda.bpm.engine.impl.cfg that return BusinessCalendarManager Modifier and Type Method Description BusinessCalendarManager
ProcessEngineConfigurationImpl. getBusinessCalendarManager()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type BusinessCalendarManager Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setBusinessCalendarManager(BusinessCalendarManager businessCalendarManager)
-