Package com._1c.g5.v8.derived.context
Class RemovalContextCollectorAdapter
java.lang.Object
com._1c.g5.v8.derived.context.RemovalContextCollectorAdapter
- All Implemented Interfaces:
IRemovalContextCollector
- Direct Known Subclasses:
SelfRemovalContextCollector
public abstract class RemovalContextCollectorAdapter
extends Object
implements IRemovalContextCollector
Convenience adapter for removal context collector.
-
Constructor Summary
ConstructorsConstructorDescriptionRemovalContextCollectorAdapter
(org.eclipse.emf.ecore.EClass supportedType) Creates an instance of the collector with specified paramters. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClass
Gets the type of the BM object this collector supports.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.context.IRemovalContextCollector
collectContextOnObjectRemoval, collectContextOnObjectRemoval
-
Constructor Details
-
RemovalContextCollectorAdapter
public RemovalContextCollectorAdapter(org.eclipse.emf.ecore.EClass supportedType) Creates an instance of the collector with specified paramters.- Parameters:
supportsSync
- True if the collector supports DD context gathering during sync. DD gatherin phase.supportsAsync
- True if the collector supports DD context gathering during async. DD gatherin phase.supportedType
- The type of the object served by this collector.
-
-
Method Details
-
getSupportedType
public org.eclipse.emf.ecore.EClass getSupportedType()Description copied from interface:IRemovalContextCollector
Gets the type of the BM object this collector supports.- Specified by:
getSupportedType
in interfaceIRemovalContextCollector
- Returns:
- The type of supported BM object.
-