Interface OriginalClonedItemProvider<T extends ItemModel>

All Superinterfaces:
CMSItemContextProvider<T>
All Known Implementing Classes:
DefaultOriginalClonedItemProvider

public interface OriginalClonedItemProvider<T extends ItemModel> extends CMSItemContextProvider<T>
Interface responsible for storing (in a stack-like data structure) and cloning ItemModel instances per transaction.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Finalizes the latest instance for this transaction.
    Provides the current instance for this transaction.
    void
    Initializes and stores a new instance for this transaction.