| Package | Description |
|---|---|
| net.bluemind.calendar | |
| net.bluemind.calendar.api | |
| net.bluemind.calendar.api.internal | |
| net.bluemind.calendar.auditlog | |
| net.bluemind.calendar.service.internal |
| Modifier and Type | Field and Description |
|---|---|
VEventChanges |
EventChangesMerge.VEventChangesWithDiff.changes |
| Modifier and Type | Method and Description |
|---|---|
static EventChangesMerge.VEventChangesWithDiff |
EventChangesMerge.VEventChangesWithDiff.create(VEventChanges changes) |
| Constructor and Description |
|---|
VEventChangesWithDiff(VEventChanges changes,
MeetingUpdateDiff diff) |
| Modifier and Type | Method and Description |
|---|---|
static VEventChanges |
VEventChanges.create(java.util.List<VEventChanges.ItemAdd> add,
java.util.List<VEventChanges.ItemModify> update,
java.util.List<VEventChanges.ItemDelete> delete) |
| Modifier and Type | Method and Description |
|---|---|
void |
VEventChanges.addAll(VEventChanges eventChanges) |
ContainerChangeset<java.lang.String> |
ICalendar.sync(java.lang.Long since,
VEventChanges changes)
Apply the given changes and return the differences since the given time.
|
java.util.concurrent.CompletableFuture<ContainerChangeset<java.lang.String>> |
ICalendarPromise.sync(java.lang.Long since,
VEventChanges changes) |
void |
ICalendarAsync.sync(java.lang.Long since,
VEventChanges changes,
AsyncHandler<ContainerChangeset<java.lang.String>> handler) |
ContainerUpdatesResult |
ICalendar.updates(VEventChanges changes)
Applies changes (create, update, delete) to a calendar specified by its
containerUid. |
java.util.concurrent.CompletableFuture<ContainerUpdatesResult> |
ICalendarPromise.updates(VEventChanges changes) |
void |
ICalendarAsync.updates(VEventChanges changes,
AsyncHandler<ContainerUpdatesResult> handler) |
| Modifier and Type | Method and Description |
|---|---|
ContainerUpdatesResult |
IInternalCalendar.updates(VEventChanges changes,
boolean notify) |
| Modifier and Type | Method and Description |
|---|---|
ContainerChangeset<java.lang.String> |
CalendarAuditProxy.sync(java.lang.Long since,
VEventChanges changes) |
ContainerUpdatesResult |
CalendarAuditProxy.updates(VEventChanges changes) |
ContainerUpdatesResult |
CalendarAuditProxy.updates(VEventChanges changes,
boolean notify) |
| Modifier and Type | Method and Description |
|---|---|
ContainerChangeset<java.lang.String> |
CalendarService.sync(java.lang.Long since,
VEventChanges changes) |
ContainerUpdatesResult |
CalendarService.updates(VEventChanges changes) |
ContainerUpdatesResult |
CalendarService.updates(VEventChanges changes,
boolean notify) |
Copyright © 2024. All Rights Reserved.