Interface CMSItemContextProvider<T>

    • Method Detail

      • initializeItem

        void initializeItem​(T item)
        Initializes and stores a new instance for this transaction.
        Parameters:
        item - the value to store
      • getCurrentItem

        T getCurrentItem()
        Provides the current instance for this transaction.
        Returns:
        the current item
      • finalizeItem

        void finalizeItem()
        Finalizes the latest instance for this transaction.