ITEM - Item type@FunctionalInterface public static interface ItemDataSource.CommitHandler<ITEM> extends Serializable
ItemDataSource.commit().| Modifier and Type | Method and Description |
|---|---|
void |
commit(Collection<ITEM> addedItems,
Collection<ITEM> modifiedItems,
Collection<ITEM> removedItems)
Commit item modifications.
|
void commit(Collection<ITEM> addedItems, Collection<ITEM> modifiedItems, Collection<ITEM> removedItems)
addedItems - Added items: an empty collection if nonemodifiedItems - Modified items: an empty collection if noneremovedItems - Removed items: an empty collection if noneCopyright © 2019 The Holon Platform. All rights reserved.