Class ChangeDescriptor

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
GeneratedItemSyncDescriptor

public class ChangeDescriptor extends GeneratedChangeDescriptor
A ChangeDescriptor is used to describe changes on items during the execution of a Job, BatchJob or Step. These informations are used by the undo-mechanism.
See Also:
  • Constructor Details

    • ChangeDescriptor

      public ChangeDescriptor()
  • Method Details

    • removeLinks

      protected void removeLinks()
      Superclass method overridden to skip searching for links during removal since change descriptors are not linked and should never be!
      Overrides:
      removeLinks in class Item