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 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