Package net.bluemind.backend.mail.api
Interface IItemsTransferAsync
public interface IItemsTransferAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcopy(List<Long> itemIds, AsyncHandler<List<ItemIdentifier>> handler) voidmove(List<Long> itemIds, AsyncHandler<List<ItemIdentifier>> handler)  
- 
Method Details
- 
copy
 - 
move
 
 -