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
Implementation of derived data remover for Form slice.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
computeForRemovedObject
(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IPartBasedObjectContext context, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Computes part of the given object derived data for a removed/non-existing objectMethods inherited from class com._1c.g5.v8.derived.computer.AbstractDerivedDataPartComputer
getSupportedPartId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com._1c.g5.v8.derived.computer.IDerivedDataPartComputer
compute, isSeparateContainmentContextComputation
-
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 objectcontext
- The context of the DD computation. May not benull
progressMonitor
- Controls the computation of the derived data. Cannot benull
-