Class FormDerivedDataRemover

java.lang.Object
com._1c.g5.v8.derived.computer.AbstractDerivedDataPartComputer
com._1c.g5.v8.dt.internal.form.bm.derived.FormDerivedDataRemover
All Implemented Interfaces:
IDerivedDataPartComputer

public class FormDerivedDataRemover extends AbstractDerivedDataPartComputer
Implementation of derived data remover for Form slice.
  • Constructor Details

    • FormDerivedDataRemover

      public FormDerivedDataRemover()
      Constructs an instance of the remover
  • Method Details

    • computeForRemovedObject

      public void computeForRemovedObject(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IPartBasedObjectContext context, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
      Description copied from interface: IDerivedDataPartComputer
      Computes part of the given object derived data for a removed/non-existing object
      context - The context of the DD computation. May not be null
      progressMonitor - Controls the computation of the derived data. Cannot be null