Class GraphicalSchemeDerivedDataRemover
- java.lang.Object
-
- com._1c.g5.v8.dt.bp.scheme.derived.GraphicalSchemeDerivedDataRemover
-
- All Implemented Interfaces:
IDerivedDataRemover
public class GraphicalSchemeDerivedDataRemover extends Object implements IDerivedDataRemover
Implementation of derived data remover for graphical scheme slice.
-
-
Constructor Summary
Constructors Constructor Description GraphicalSchemeDerivedDataRemover()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSupportedSegmentId()
Gets the DD segment supported by this instance of the computer.void
remove(IObjectDerivedDataContext context, IBmModel model, IBmTransaction transaction)
Processes the removal of the top object.
-
-
-
Method Detail
-
getSupportedSegmentId
public String getSupportedSegmentId()
Description copied from interface:IDerivedDataRemover
Gets the DD segment supported by this instance of the computer.- Specified by:
getSupportedSegmentId
in interfaceIDerivedDataRemover
- Returns:
- The identifier of the supported DD segment.
-
remove
public void remove(IObjectDerivedDataContext context, IBmModel model, IBmTransaction transaction)
Description copied from interface:IDerivedDataRemover
Processes the removal of the top object. The processing code must not change the main model. It should be used only to perform clearing of caches, external indexes, etc- Specified by:
remove
in interfaceIDerivedDataRemover
- Parameters:
context
- Context to process removal for, cannot benull
model
- The BM model reference, cannot benull
transaction
- The read-only transaction, cannot benull
-
-