Class GraphicalSchemeDerivedDataRemover
- java.lang.Object
-
- com._1c.g5.v8.derived.computer.AbstractDerivedDataPartComputer
-
- com._1c.g5.v8.dt.bp.scheme.derived.GraphicalSchemeDerivedDataRemover
-
- All Implemented Interfaces:
IDerivedDataPartComputer
public class GraphicalSchemeDerivedDataRemover extends AbstractDerivedDataPartComputer
Implementation of derived data remover for graphical scheme slice.
-
-
Constructor Summary
Constructors Constructor Description GraphicalSchemeDerivedDataRemover()
Constructs an instance of the remover
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 object-
Methods 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
-
-
-
-
Method Detail
-
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
-
-