public interface OriginalClonedItemProvider<T extends ItemModel> extends CMSItemContextProvider<T>
ItemModel instances per transaction.| Modifier and Type | Method and Description |
|---|---|
void |
finalizeItem()
Finalizes the latest instance for this transaction.
|
T |
getCurrentItem()
Provides the current instance for this transaction.
|
void |
initializeItem(T item)
Initializes and stores a new instance for this transaction.
|
void initializeItem(T item)
CMSItemContextProviderinitializeItem in interface CMSItemContextProvider<T extends ItemModel>item - the value to storeT getCurrentItem()
CMSItemContextProvidergetCurrentItem in interface CMSItemContextProvider<T extends ItemModel>void finalizeItem()
CMSItemContextProviderfinalizeItem in interface CMSItemContextProvider<T extends ItemModel>Copyright © 2018 SAP SE. All Rights Reserved.