Beispiel #1
0
 private List<ItemChange> getCalendarChanges(BackendSession bs)
     throws DaoException, CollectionNotFoundException, UnknownObmSyncServerException {
   return calendarExporter.getHierarchyChanges(bs);
 }