ITEM - Item type@FunctionalInterface public interface ItemRefresher<ITEM> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
ITEM |
refresh(ITEM item)
Refresh given item from concrete data store.
|
ITEM refresh(ITEM item) throws UnsupportedOperationException, com.holonplatform.core.exceptions.DataAccessException
item - Item to refresh (not null)UnsupportedOperationException - If the refresh operation is not supported by concrete implementationcom.holonplatform.core.exceptions.DataAccessException - Error accessing underlying data storeCopyright © 2019 The Holon Platform. All rights reserved.