Interface FailedChangedEntryDetails

All Known Implementing Classes:
FailedChangedEntryDetailsImpl

public interface FailedChangedEntryDetails
The result of a change operation of a specific entry that raised an exception
Since:
9.1
Author:
eitany
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the failure caused by attempting to update this entry.
    Returns the id of the changed entry.
    Returns the changed entry type name.
    int
    Returns the version of the entry after the change opertion.
  • Method Details

    • getTypeName

      String getTypeName()
      Returns the changed entry type name.
    • getId

      Object getId()
      Returns the id of the changed entry.
    • getVersion

      int getVersion()
      Returns the version of the entry after the change opertion.
    • getCause

      Throwable getCause()
      Returns the failure caused by attempting to update this entry.