Uses of Class
net.bluemind.exchange.mapi.api.MapiFAI
-
Uses of MapiFAI in net.bluemind.exchange.mapi.api
Modifier 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)Modifier 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) Modifier 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)