Uses of Class
net.bluemind.exchange.mapi.api.MapiFAI
Packages that use MapiFAI
-
Uses of MapiFAI in net.bluemind.exchange.mapi.api
Methods in net.bluemind.exchange.mapi.api that return types with arguments of type MapiFAIModifier and TypeMethodDescriptionIMapiFolderAssociatedInformation.all()
IMapiFolderAssociatedInformationPromise.all()
IMapiFolderAssociatedInformation.getByFolderId
(String identifier) Fetches all the FAIs for a giveninvalid reference
MapiFAI#id
IMapiFolderAssociatedInformationPromise.getByFolderId
(String folderId) IMapiFolderAssociatedInformation.getCompleteById
(long id) IMapiFolderAssociatedInformationPromise.getCompleteById
(long id) Creates or updates an FAI with the given globalCounter (itemId in bm)Methods in net.bluemind.exchange.mapi.api with parameters of type MapiFAIModifier and TypeMethodDescriptionvoid
Creates a FAIvoid
IMapiFolderAssociatedInformationAsync.preload
(long internalId, MapiFAI fai, AsyncHandler<Void> handler) Creates or updates an FAI with the given globalCounter (itemId in bm)void
IMapiFolderAssociatedInformationAsync.store
(long globalCounter, MapiFAI fai, AsyncHandler<ItemValue<MapiFAI>> handler) Method parameters in net.bluemind.exchange.mapi.api with type arguments of type MapiFAIModifier and TypeMethodDescriptionvoid
IMapiFolderAssociatedInformationAsync.all
(AsyncHandler<List<ItemValue<MapiFAI>>> handler) void
IMapiFolderAssociatedInformationAsync.getByFolderId
(String folderId, AsyncHandler<List<ItemValue<MapiFAI>>> handler) void
IMapiFolderAssociatedInformationAsync.getCompleteById
(long id, AsyncHandler<ItemValue<MapiFAI>> handler) void
IMapiFolderAssociatedInformationAsync.store
(long globalCounter, MapiFAI fai, AsyncHandler<ItemValue<MapiFAI>> handler)