Package net.bluemind.calendar.api
Interface ICalendarsMgmtAsync
public interface ICalendarsMgmtAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(String uid, CalendarDescriptor descriptor, AsyncHandler<Void> handler) void
delete
(String uid, AsyncHandler<Void> handler) void
getComplete
(String uid, AsyncHandler<CalendarDescriptor> handler) void
reindex
(String containerUid, AsyncHandler<TaskRef> handler) void
reindexAll
(AsyncHandler<TaskRef> handler) void
update
(String uid, CalendarDescriptor descriptor, AsyncHandler<Void> handler)
-
Method Details
-
create
-
delete
-
getComplete
-
reindex
-
reindexAll
-
update
-