org.camunda.bpm.engine.impl.calendar
Class MapBusinessCalendarManager

java.lang.Object
  extended by org.camunda.bpm.engine.impl.calendar.MapBusinessCalendarManager
All Implemented Interfaces:
BusinessCalendarManager

public class MapBusinessCalendarManager
extends Object
implements BusinessCalendarManager

Author:
Tom Baeyens

Constructor Summary
MapBusinessCalendarManager()
           
 
Method Summary
 BusinessCalendarManager addBusinessCalendar(String businessCalendarRef, BusinessCalendar businessCalendar)
           
 BusinessCalendar getBusinessCalendar(String businessCalendarRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapBusinessCalendarManager

public MapBusinessCalendarManager()
Method Detail

getBusinessCalendar

public BusinessCalendar getBusinessCalendar(String businessCalendarRef)
Specified by:
getBusinessCalendar in interface BusinessCalendarManager

addBusinessCalendar

public BusinessCalendarManager addBusinessCalendar(String businessCalendarRef,
                                                   BusinessCalendar businessCalendar)


Copyright © 2017 camunda services GmbH. All rights reserved.