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.derived
Methods in com._1c.g5.v8.derived with parameters of type IContextCollectingSession Modifier and Type Method Description void
IDerivedDataUpdate. update(IContextCollectingSession session, IBmModel bmModel)
Updates the DD data. -
Uses of IContextCollectingSession in com._1c.g5.v8.derived.context
Methods in com._1c.g5.v8.derived.context with parameters of type IContextCollectingSession Modifier and Type Method Description void
AggregatingContextCollector. collectContext(IBmObject contextObject, BmSubEvent bmEvent, IContextCollectingSession contextSession)
void
ICaseSpecificContextCollector. collectContext(IBmObject contextObject, BmSubEvent bmEvent, IContextCollectingSession contextSession)
Gets called to perform custom scope collection.default void
IContextCollector. 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 void
IContextCollector. collectContextOnFullRebuild(IBmObject bmObject, IContextCollectingSession contextSession)
Gathers full rebuild scope.default void
IContextCollector. collectContextOnFullRebuild(Object objectId, IContextCollectingSession contextSession)
default void
IContextCollector. 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.void
IRemovalContextCollector. collectContextOnObjectRemoval(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IContextCollectingSession contextSession, IBmModel model)
This method allows to gather additional scope for after-removal clearings.void
IRemovalContextCollector. collectContextOnObjectRemoval(IBmObject bmObject, org.eclipse.emf.common.util.URI uri, IContextCollectingSession contextSession, IBmModel model)
This method allows to gather additional scope for after-removal clearings.void
SelfRemovalContextCollector. collectContextOnObjectRemoval(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IContextCollectingSession contextSession, IBmModel model)
void
SelfRemovalContextCollector. collectContextOnObjectRemoval(IBmObject bmObject, org.eclipse.emf.common.util.URI uri, IContextCollectingSession contextSession, IBmModel model)
-
Uses of IContextCollectingSession in com.e1c.g5.v8.dt.check.context
Constructors in com.e1c.g5.v8.dt.check.context with parameters of type IContextCollectingSession Constructor Description CheckContextCollectingSession(String checkId, CheckComplexity complexity, IContextCollectingSession session)
Constructs an instance of the session
-