Interface AfterSyncItemsHandler
- All Known Implementing Classes:
DefaultAfterSyncItemsHandler
public interface AfterSyncItemsHandler
Handles changes in items or in the items set which are result of the synchronization.
-
Method Summary
Modifier and TypeMethodDescriptionhandleDeletedItems(Set<ItemModel> deletedItems, boolean sendGlobalEvents) Handles items deleted during synchronizationhandleUpdatedItems(Set<ItemModel> updatedItems, boolean sendGlobalEvents) Handles items updated during synchronization
-
Method Details
-
handleUpdatedItems
Handles items updated during synchronization- Parameters:
updatedItems- items updated during synchronizationsendGlobalEvents- if global events can be sent- Returns:
- updated items
-
handleDeletedItems
Handles items deleted during synchronization- Parameters:
deletedItems- items deleted during synchronizationsendGlobalEvents- if global events can be sent- Returns:
- deleted items
-