Interface IBmTransactionCommitResult


  • public interface IBmTransactionCommitResult
    The result of IBmTransaction commit operation.
    • Method Detail

      • getEvent

        BmEvent getEvent()
        Gets the event that contains all the changes performed within the transaction.
        Returns:
        a BmEvent instance or null if the transaction is read-only, or no changes have been made in the transaction or events are disabled.
      • getAffectedResources

        List<IBmResourceInfo> getAffectedResources()
        Gets information about the resources affected by this transaction.
        Returns:
        a list of the infos, never null.
      • getUpdatedFqns

        List<IBmUpdatedFqnInfo> getUpdatedFqns()
        Gets information about the FQNs updated by this transaction.
        Returns:
        a list of the infos, never null.
      • getTransactionRecord

        IBmTransactionRecord getTransactionRecord()
        Gets the transaction record.
        Returns:
        the transaction record or null.