Uses of Class
net.bluemind.core.container.api.Count
Package
Description
-
Uses of Count in net.bluemind.addressbook.api
Modifier and TypeMethodDescriptionvoid
IAddressBookAsync.count
(ItemFlagFilter arg0, AsyncHandler<Count> handler) -
Uses of Count in net.bluemind.backend.mail.api
Modifier and TypeMethodDescriptionvoid
IMailboxItemsAsync.count
(ItemFlagFilter arg0, AsyncHandler<Count> handler) -
Uses of Count in net.bluemind.calendar.api
Modifier and TypeMethodDescriptionvoid
ICalendarAsync.count
(ItemFlagFilter arg0, AsyncHandler<Count> handler) -
Uses of Count in net.bluemind.core.container.api
Modifier and TypeMethodDescriptionICountingSupport.count
(ItemFlagFilter filter) Count items matching anItemFlagFilter
IContainerManagement.getItemCount()
static final Count
Count.of
(long v) Modifier and TypeMethodDescriptionICountingSupportPromise.count
(ItemFlagFilter filter) IContainerManagementPromise.getItemCount()
Modifier and TypeMethodDescriptionvoid
ICountingSupportAsync.count
(ItemFlagFilter filter, AsyncHandler<Count> handler) void
IContainerManagementAsync.getItemCount
(AsyncHandler<Count> handler) -
Uses of Count in net.bluemind.exchange.mapi.api
Modifier and TypeMethodDescriptionvoid
IMapiFolderAsync.count
(ItemFlagFilter arg0, AsyncHandler<Count> handler) -
Uses of Count in net.bluemind.notes.api
Modifier and TypeMethodDescriptionvoid
INoteAsync.count
(ItemFlagFilter arg0, AsyncHandler<Count> handler) -
Uses of Count in net.bluemind.todolist.api
Modifier and TypeMethodDescriptionvoid
ITodoListAsync.count
(ItemFlagFilter arg0, AsyncHandler<Count> handler)