Uses of Interface
com.e1c.g5.v8.dt.check.context.OnModelObjectAssociationContextCollector
Packages that use OnModelObjectAssociationContextCollector
-
Uses of OnModelObjectAssociationContextCollector in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check with parameters of type OnModelObjectAssociationContextCollectorModifier and TypeMethodDescriptionvoid
ICheckDefinition.addGenericModelAssociationContextCollector
(OnModelObjectAssociationContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass, org.eclipse.emf.ecore.EClass... targetTopObjectEClasses) Adds a collector of check contexts that is used to schedule the check in case of a new object with a givenEClass
is being added to the configuration.
Multiple calls of this method for the sameEClass
are allowed, all collectors will be combinedvoid
ICheckDefinition.addModelAssociationContextCollector
(OnModelObjectAssociationContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass) Adds a collector of check contexts that is used to schedule the check in case of a new object with a givenEClass
is being added to 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 OnModelObjectAssociationContextCollector 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 OnModelObjectAssociationContextCollectorModifier and TypeMethodDescriptionCollection<CheckDefinition.ContextCollectorWithTopObjectFilter<OnModelObjectAssociationContextCollector>>
CheckDefinition.getModelObjectAssociationContextCollectors
(org.eclipse.emf.ecore.EClass type) Gets definedOnModelObjectAssociationContextCollector
's for the givenEClass
, if anyMethods in com.e1c.g5.v8.dt.internal.check.derived with parameters of type OnModelObjectAssociationContextCollectorModifier and TypeMethodDescriptionvoid
CheckDefinition.addGenericModelAssociationContextCollector
(OnModelObjectAssociationContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass, org.eclipse.emf.ecore.EClass... targetTopObjectEClasses) void
CheckDefinition.addModelAssociationContextCollector
(OnModelObjectAssociationContextCollector collector, org.eclipse.emf.ecore.EClass targetEClass)