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) itemChangelog(String uid, Long arg1) list()multipleGet(List<String> uids) multipleGetById(List<Long> arg0) setDefault(String uid) update(String uid, CalendarView view) updates(CalendarViewChanges changes)  
- 
Method Details
- 
allIds
CompletableFuture<ListResult<Long>> allIds(String filter, Long knownContainerVersion, Integer limit, Integer offset)  - 
changeset
 - 
changesetById
 - 
create
 - 
delete
 - 
filteredChangesetById
CompletableFuture<ContainerChangeset<ItemVersion>> filteredChangesetById(Long since, ItemFlagFilter arg1)  - 
getComplete
 - 
getCompleteById
 - 
getVersion
CompletableFuture<Long> getVersion() - 
itemChangelog
 - 
list
CompletableFuture<ListResult<ItemValue<CalendarView>>> list() - 
multipleGet
 - 
multipleGetById
 - 
setDefault
 - 
update
 - 
updates
 
 -