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 SummaryConstructors Constructor Description GraphicalSchemeDerivedDataRemover()Constructs an instance of the remover
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomputeForRemovedObject(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.AbstractDerivedDataPartComputergetSupportedPartId
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.v8.derived.computer.IDerivedDataPartComputercompute, isSeparateContainmentContextComputation
 
- 
 
- 
- 
- 
Method Detail- 
computeForRemovedObjectpublic void computeForRemovedObject(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IPartBasedObjectContext context, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor)Description copied from interface:IDerivedDataPartComputerComputes 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
 
 
- 
 
-