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