Uses of Interface
org.camunda.bpm.engine.impl.calendar.BusinessCalendarManager

Packages that use BusinessCalendarManager
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
 class MapBusinessCalendarManager
           
 

Methods in org.camunda.bpm.engine.impl.calendar that return BusinessCalendarManager
 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
protected  BusinessCalendarManager ProcessEngineConfigurationImpl.businessCalendarManager
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return BusinessCalendarManager
 BusinessCalendarManager ProcessEngineConfigurationImpl.getBusinessCalendarManager()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type BusinessCalendarManager
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setBusinessCalendarManager(BusinessCalendarManager businessCalendarManager)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.