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 SummaryConstructors Constructor Description RemovalContextCollectorAdapter(org.eclipse.emf.ecore.EClass supportedType)Creates an instance of the collector with specified paramters.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetSupportedType()Gets the type of the BM object this collector supports.- 
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.context.IRemovalContextCollectorcollectContextOnObjectRemoval, collectContextOnObjectRemoval
 
- 
 
- 
- 
- 
Constructor Detail- 
RemovalContextCollectorAdapterpublic 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 Detail- 
getSupportedTypepublic org.eclipse.emf.ecore.EClass getSupportedType() Description copied from interface:IRemovalContextCollectorGets the type of the BM object this collector supports.- Specified by:
- getSupportedTypein interface- IRemovalContextCollector
- Returns:
- The type of supported BM object.
 
 
- 
 
-