public interface CMSItemContextProvider<T>
| 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)
item - the value to storeT getCurrentItem()
void finalizeItem()
Copyright © 2018 SAP SE. All Rights Reserved.