Package net.bluemind.exchange.mapi.api
Interface IMapiFolderAssociatedInformationAsync
public interface IMapiFolderAssociatedInformationAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
all
(AsyncHandler<List<ItemValue<MapiFAI>>> handler) void
deleteAll
(AsyncHandler<Void> handler) void
deleteByIds
(Collection<Long> internalIds, AsyncHandler<Collection<Long>> handler) void
getByFolderId
(String folderId, AsyncHandler<List<ItemValue<MapiFAI>>> handler) void
getCompleteById
(long id, AsyncHandler<ItemValue<MapiFAI>> handler) void
preload
(long internalId, MapiFAI fai, AsyncHandler<Void> handler) void
store
(long globalCounter, MapiFAI fai, AsyncHandler<ItemValue<MapiFAI>> handler)