Uses of Interface
com._1c.g5.v8.derived.context.ICaseSpecificContextCollector
Packages that use ICaseSpecificContextCollector
Package
Description
-
Uses of ICaseSpecificContextCollector in com._1c.g5.v8.derived.computer
Methods in com._1c.g5.v8.derived.computer that return ICaseSpecificContextCollectorModifier and TypeMethodDescriptionPartBasedComputingUtils.rebuildSelf
(String... segmentIds) Marks context of the processed object as full rebuild target. -
Uses of ICaseSpecificContextCollector in com._1c.g5.v8.derived.context
Classes in com._1c.g5.v8.derived.context that implement ICaseSpecificContextCollectorModifier and TypeClassDescriptionclass
Scope collector being built from separate scope collecting aggregates.class
Convenience adapter for case-specific context collector.Methods in com._1c.g5.v8.derived.context with parameters of type ICaseSpecificContextCollectorModifier and TypeMethodDescriptionPartBasedContextCollectorBuilder.compute
(ICaseSpecificContextCollector customContextCollector) Says that in case of the previously specified event, the given custom scope collector must be invoked to define which parts of the previously specified object must be computed.
Custom context collectors cannot be combined with standard ones (defined via other compute***(..) methods) or other custom context collectors.StandardContextCollectorBuilder.compute
(ICaseSpecificContextCollector customContextCollector) Says that in case of the previously specified event, the given custom scope collector must be invoked to define which parts of the previously specified object must be computed.Constructors in com._1c.g5.v8.derived.context with parameters of type ICaseSpecificContextCollectorModifierConstructorDescriptionAggregatingContextCollector
(ICaseSpecificContextCollector... aggregates) Creates an instance of the aggregating collector using provided set of collecting aggregates. -
Uses of ICaseSpecificContextCollector in com._1c.g5.v8.dt.internal.md.bm.derived
Methods in com._1c.g5.v8.dt.internal.md.bm.derived that return ICaseSpecificContextCollectorModifier and TypeMethodDescriptionMdDerivedDataCollectionAggregates.onChangeBasicFeatureOrConstantType()
Affects basic feature or constant type being changed.MdDerivedDataCollectionAggregates.onChangeContainerTypeSet
(boolean derriveTypeSet) Affects container type name and type being changed.MdDerivedDataCollectionAggregates.onCompatibilityModeChange()
Affects objects which should be validated after configuration compatibility mode change.Affects target itself, specified parts are affected.MdDerivedDataCollectionAggregates.updateAffectedAccountingRegisters
(List<String> syncParts, List<String> asyncParts) Creates a context collector for accounting registers affected by features of chart of accounts or charts of characteristic types.MdDerivedDataCollectionAggregates.updateAffectedDocumentJournals()
-
Uses of ICaseSpecificContextCollector in com._1c.g5.v8.dt.internal.md.bm.derived.delegates
Methods in com._1c.g5.v8.dt.internal.md.bm.derived.delegates that return ICaseSpecificContextCollectorModifier and TypeMethodDescriptionprotected <T extends org.eclipse.emf.ecore.EObject>
ICaseSpecificContextCollectorAbstractMdObjectDelegate.collectScopeContainerOfType
(Class<T> type) protected ICaseSpecificContextCollector
AbstractMdObjectDelegate.onDbObjectAttributeSetChange()
Creates specific collector for situations when the db object attribute set is changed.protected ICaseSpecificContextCollector
AbstractMdObjectDelegate.onTabularSectionAttributeChange()
Creates specific collector for situations when the tabular section attribute data are changed.protected ICaseSpecificContextCollector
AbstractMdObjectDelegate.onTabularSectionAttributeSetChange
(String[] containerMdPreParts, String[] containerMdParts) Creates specific collector for situations when the set of tabular section attributes is changed. -
Uses of ICaseSpecificContextCollector in com._1c.g5.v8.dt.internal.md.extension.bm.derived
Classes in com._1c.g5.v8.dt.internal.md.extension.bm.derived that implement ICaseSpecificContextCollectorModifier and TypeClassDescriptionclass
Context collector that re-validates adopted objects for the changed objects. -
Uses of ICaseSpecificContextCollector in com._1c.g5.v8.internal.derived.context
Classes in com._1c.g5.v8.internal.derived.context that implement ICaseSpecificContextCollectorModifier and TypeClassDescriptionclass
Implementation ofICaseSpecificContextCollector
interface based on the DD part concept (separate atomic parts of DD data).Constructors in com._1c.g5.v8.internal.derived.context with parameters of type ICaseSpecificContextCollectorModifierConstructorDescriptionContextCollector
(org.eclipse.emf.ecore.EClass supportedType, ICaseSpecificContextCollector onObjectAssociationContextCollector, ICaseSpecificContextCollector onFullRebuildContextCollector, Map<org.eclipse.emf.ecore.EStructuralFeature, ICaseSpecificContextCollector> onFeatureChangeContextCollectors, ICaseSpecificContextCollector onBinaryAttachmentContextCollector) Constructs a new instance, performs basic initialization.Constructor parameters in com._1c.g5.v8.internal.derived.context with type arguments of type ICaseSpecificContextCollectorModifierConstructorDescriptionContextCollector
(org.eclipse.emf.ecore.EClass supportedType, ICaseSpecificContextCollector onObjectAssociationContextCollector, ICaseSpecificContextCollector onFullRebuildContextCollector, Map<org.eclipse.emf.ecore.EStructuralFeature, ICaseSpecificContextCollector> onFeatureChangeContextCollectors, ICaseSpecificContextCollector onBinaryAttachmentContextCollector) Constructs a new instance, performs basic initialization.