Uses of Interface
com._1c.g5.v8.derived.context.IContextCollectingSession
- 
Packages that use IContextCollectingSession Package Description com._1c.g5.v8.derived com._1c.g5.v8.derived.context com.e1c.g5.v8.dt.check.context 
- 
- 
Uses of IContextCollectingSession in com._1c.g5.v8.derivedMethods in com._1c.g5.v8.derived with parameters of type IContextCollectingSession Modifier and Type Method Description voidIDerivedDataUpdate. update(IContextCollectingSession session, IBmModel bmModel)Updates the DD data.
- 
Uses of IContextCollectingSession in com._1c.g5.v8.derived.contextMethods in com._1c.g5.v8.derived.context with parameters of type IContextCollectingSession Modifier and Type Method Description voidAggregatingContextCollector. collectContext(IBmObject contextObject, BmSubEvent bmEvent, IContextCollectingSession contextSession)voidICaseSpecificContextCollector. collectContext(IBmObject contextObject, BmSubEvent bmEvent, IContextCollectingSession contextSession)Gets called to perform custom scope collection.default voidIContextCollector. collectContextOnFeatureChange(IBmObject bmObject, org.eclipse.emf.ecore.EStructuralFeature feature, BmSubEvent bmEvent, IContextCollectingSession contextSession)Provides the scope of computations in case of the BM object change.
 Note that, if the type of the BM object is not supported, an exception will be thrown.default voidIContextCollector. collectContextOnFullRebuild(IBmObject bmObject, IContextCollectingSession contextSession)Gathers full rebuild scope.default voidIContextCollector. collectContextOnFullRebuild(Object objectId, IContextCollectingSession contextSession)default voidIContextCollector. collectContextOnObjectAssociation(IBmObject bmObject, BmSubEvent bmEvent, IContextCollectingSession contextSession)Provides the scope of computations in case of the BM object change.
 Note that, if the type of the BM object is not supported, an exception will be thrown.voidIRemovalContextCollector. collectContextOnObjectRemoval(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IContextCollectingSession contextSession, IBmModel model)This method allows to gather additional scope for after-removal clearings.voidIRemovalContextCollector. collectContextOnObjectRemoval(IBmObject bmObject, org.eclipse.emf.common.util.URI uri, IBmObject topObject, BmSubEvent bmEvent, IContextCollectingSession contextSession, IBmModel model)This method allows to gather additional scope for after-removal clearings.voidSelfRemovalContextCollector. collectContextOnObjectRemoval(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IContextCollectingSession contextSession, IBmModel model)voidSelfRemovalContextCollector. collectContextOnObjectRemoval(IBmObject bmObject, org.eclipse.emf.common.util.URI uri, IBmObject topObject, BmSubEvent bmEvent, IContextCollectingSession contextSession, IBmModel model)
- 
Uses of IContextCollectingSession in com.e1c.g5.v8.dt.check.contextConstructors in com.e1c.g5.v8.dt.check.context with parameters of type IContextCollectingSession Constructor Description CheckContextCollectingSession(String checkId, CheckComplexity complexity, boolean criticalDataIntegrityCheck, IContextCollectingSession session)Constructs an instance of the session
 
-