Interface ICompoundChange

All Superinterfaces:
IChange
All Known Implementing Classes:
CompoundChange

public interface ICompoundChange extends IChange
Defines the contract of a compound change.
  • Field Summary

    Fields inherited from interface com._1c.g5.aef2.changes.IChange

    NO_CHANGE
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com._1c.g5.aef2.changes.IChange

    apply
  • Method Details

    • getChanges

      Iterable<IChange> getChanges()
      Returns:
      changes this compound change contains.