Uses of Interface
com.e1c.g5.v8.dt.check.context.OnModelObjectRemovalContextCollector
-
Packages that use OnModelObjectRemovalContextCollector Package Description com.e1c.g5.v8.dt.check -
-
Uses of OnModelObjectRemovalContextCollector in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check with parameters of type OnModelObjectRemovalContextCollector Modifier and Type Method Description void
ICheckDefinition. addModelRemovalContextCollector(OnModelObjectRemovalContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass)
Adds a collector of check contexts that are used to schedule the check in case of an existing object with a givenEClass
is being removed from the configuration.
Multiple calls of this method for the sameEClass
are allowed, all collectors are being collected
-