Package net.bluemind.calendar.api
Interface IUserCalendarViewsPromise
public interface IUserCalendarViewsPromise
-
Method Summary
Modifier and TypeMethodDescriptionchangesetById
(Long since) create
(String uid, CalendarView view) filteredChangesetById
(Long since, ItemFlagFilter arg1) getComplete
(String uid) getCompleteById
(long id) list()
multipleGet
(List<String> uids) multipleGetById
(List<Long> arg0) setDefault
(String uid) update
(String uid, CalendarView view) updates
(CalendarViewChanges changes)
-
Method Details
-
changeset
-
changesetById
-
create
-
delete
-
filteredChangesetById
CompletableFuture<ContainerChangeset<ItemVersion>> filteredChangesetById(Long since, ItemFlagFilter arg1) -
getComplete
-
getCompleteById
-
getVersion
CompletableFuture<Long> getVersion() -
list
CompletableFuture<ListResult<ItemValue<CalendarView>>> list() -
multipleGet
-
multipleGetById
-
setDefault
-
update
-
updates
-