Class BmChange

java.lang.Object
com._1c.g5.v8.dt.aef2.bm.changes.BmChange
All Implemented Interfaces:
IChange

public class BmChange extends Object implements IChange
Represent a change to be applied to BM-object.
See Also:
  • Constructor Details

    • BmChange

      public BmChange(IBmEditingContext editingContext, IBmTask<?> task)
      Instantiates a new BM change.
      Parameters:
      editingContext - the BM editing context to apply this change with, cannot be null.
      task - the BM task to apply this change, cannot be null.
  • Method Details

    • apply

      public void apply()
      Description copied from interface: IChange
      Applies the change.
      Specified by:
      apply in interface IChange