Class DiffTransactionState

    • Field Detail

      • diff

        protected Diff diff
      • transaction

        protected Transaction transaction
        The transaction (ie session) associated with this state
      • state

        protected ContentState state
        ContentState for this transaction used to hold information for FeatureReader implementations
    • Constructor Detail

      • DiffTransactionState

        public DiffTransactionState​(ContentState state)
        Transaction state responsible for holding an in memory Diff.
        Parameters:
        state - ContentState for the transaction
      • DiffTransactionState

        protected DiffTransactionState​(ContentState state,
                                       Diff diff)
        Transaction state responsible for holding an in memory Diff.
        Parameters:
        state - ContentState for the transaction