Uses of Interface
com.e1c.g5.v8.dt.check.context.OnModelObjectRemovalContextCollector
Packages that use OnModelObjectRemovalContextCollector
-
Uses of OnModelObjectRemovalContextCollector in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check with parameters of type OnModelObjectRemovalContextCollectorModifier and TypeMethodDescriptionvoid
ICheckDefinition.addModelRemovalContextCollector
(OnModelObjectRemovalContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass) Adds a collector of check contexts that is used to schedule the check in case of an existing object with a givenEClass
is being removed from the configuration.
This collector will be called only in case if the correspondingEClass
is either a top objectEClass
being declared via theICheckDefinition.addCheckedModelObjects(EClass, boolean, Set)
call or a containment objectEClass
being declared via the same method. -
Uses of OnModelObjectRemovalContextCollector in com.e1c.g5.v8.dt.internal.check.derived
Methods in com.e1c.g5.v8.dt.internal.check.derived that return types with arguments of type OnModelObjectRemovalContextCollectorModifier and TypeMethodDescriptionCheckDefinition.getModelObjectRemovalContextCollectors
(org.eclipse.emf.ecore.EClass type) Gets definedOnModelObjectRemovalContextCollector
's for the givenEClass
, if anyMethods in com.e1c.g5.v8.dt.internal.check.derived with parameters of type OnModelObjectRemovalContextCollectorModifier and TypeMethodDescriptionvoid
CheckDefinition.addModelRemovalContextCollector
(OnModelObjectRemovalContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass)