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.contextMethods in com.e1c.g5.v8.dt.check.context with parameters of type CheckContextCollectingSession Modifier and Type Method Description voidOnModelFeatureChangeContextCollector. 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 objectvoidOnModelObjectAssociationContextCollector. 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.voidOnModelObjectRemovalContextCollector. collectContextOnObjectRemoval(org.eclipse.emf.common.util.URI removedObjectUri, org.eclipse.emf.ecore.EClass removedObjectEClass, BmSubEvent bmEvent, CheckContextCollectingSession contextSession, IBmTransaction bmTransaction)Performs the check context collecting in case of the BM object removal.
 Note that, if the type of the BM object is not supported, an exception will be thrown.voidOnLanguageResourceChangesContextCollector. collectContextOnResourceChanges(String resourcePath, CheckContextCollectingSession contextSession)Collects the context of checks in case if some of language module resources are changed
 
-