Interface RevisionChangeDetail

All Superinterfaces:
Serializable
All Known Subinterfaces:
ChildrenChangeDetail, DataChangeDetail, PermissionChangeDetail, ReferencesChangeDetail

public interface RevisionChangeDetail extends Serializable
This interface represents details of storeelement changes belonging to a specific revision
Since:
4.0.59
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the change type this revision change detail belongs to.
  • Method Details

    • getChangeType

      ChangeType getChangeType()
      Returns the change type this revision change detail belongs to.
      Returns:
      the belonging change type
      Since:
      4.0.59