Uses of Class
com.e1c.g5.v8.dt.check.context.CheckContextCollectingSession
-
Packages that use CheckContextCollectingSession Package Description com.e1c.g5.v8.dt.check.context -
-
Uses of CheckContextCollectingSession in com.e1c.g5.v8.dt.check.context
Methods in com.e1c.g5.v8.dt.check.context with parameters of type CheckContextCollectingSession Modifier and Type Method Description void
OnModelFeatureChangeContextCollector. collectContextOnFeatureChange(IBmObject bmObject, org.eclipse.emf.ecore.EStructuralFeature feature, BmSubEvent bmEvent, CheckContextCollectingSession contextSession)
Collects the check context on the feature change event of the tracked objectvoid
OnModelObjectAssociationContextCollector. collectContextOnObjectAssociation(IBmObject bmObject, BmSubEvent bmEvent, CheckContextCollectingSession contextSession)
Performs the check context collecting in case of the BM object association (new object creation or import).
Note that, if the type of the BM object is not supported, an exception will be thrown.void
OnLanguageResourceChangesContextCollector. collectContextOnResourceChanges(String resourcePath, CheckContextCollectingSession contextSession)
Collects the context of checks in case if some of language module resources are changed
-