Uses of Class
com._1c.g5.v8.derived.context.PartBasedContextCollectorBuilder
Packages that use PartBasedContextCollectorBuilder
-
Uses of PartBasedContextCollectorBuilder in com._1c.g5.v8.derived.context
Methods in com._1c.g5.v8.derived.context that return PartBasedContextCollectorBuilderModifier 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.Says that in case of the previously specified event, the given parts of the previously specified object must be computed.
Standard context collecting rules cannot be combined with custom ones (defined via compute(ICaseSpecificContextCollector) method).PartBasedContextCollectorBuilder.computeInSegment
(String segmentId, String... partIds) Schedules async re-computation of the DD segment with the given set of parts.
Standard context collecting rules cannot be combined with custom ones (defined via compute(ICaseSpecificContextCollector) method).protected PartBasedContextCollectorBuilder
PartBasedContextCollectorBuilderChain.createSpecificBuilder
(org.eclipse.emf.ecore.EClass eClass) Creates specific builder instance for the given class.PartBasedContextCollectorBuilder.flowChildren
(org.eclipse.emf.ecore.EReference reference) Says that in case of the previously specified event derived data must be computed for the children of the context object.PartBasedContextCollectorBuilder.flowCollectionAffectedElements()
Says that in case of the previously specified event derived data must be computed for the affected elements of collection.PartBasedContextCollectorBuilder.flowCollectionRemovedElements()
Says that in case of the previously specified event derived data must be computed for the removed elements of collection.PartBasedContextCollectorBuilder.flowContainer()
Says that in case of the previously specified event derived data must be computed for the direct container of the context object.PartBasedContextCollectorBuilder.flowContainer
(int distance) Says that in case of the previously specified event derived data must be computed for the container of the context object.PartBasedContextCollectorBuilder.onAssociation()
Says to start a rule of derived data computation in case on object association.PartBasedContextCollectorBuilder.onChange
(org.eclipse.emf.ecore.EStructuralFeature feature) Says to start a rule of derived data computation in case of given feature change.PartBasedContextCollectorBuilder.onChange
(org.eclipse.emf.ecore.EStructuralFeature... features) Collects scope on change of any feature from the provided set.PartBasedContextCollectorBuilder.onFullRebuild()
Says to start a rule of derived data computation in case of full object rebuild request.PartBasedContextCollectorBuilder.onRemoval()
Says to start a rule of derived data computation in case of object removal.Sets active DD segments for the current builder.Methods in com._1c.g5.v8.derived.context with parameters of type PartBasedContextCollectorBuilderModifier and TypeMethodDescriptionprotected IContextCollector
PartBasedContextCollectorBuilderChain.collectBuilderResult
(PartBasedContextCollectorBuilder builder) Collects the result of a particular builder. -
Uses of PartBasedContextCollectorBuilder in com._1c.g5.v8.dt.internal.md.bm.derived.delegates
Methods in com._1c.g5.v8.dt.internal.md.bm.derived.delegates with parameters of type PartBasedContextCollectorBuilderModifier and TypeMethodDescriptionprotected void
AbstractMdObjectDelegate.applyBasicDbObjectAttributeRules
(PartBasedContextCollectorBuilder builder) Special DD rules for changes inDbObjectAttribute
sprotected void
AbstractMdObjectDelegate.applyBasicDbObjectRules
(PartBasedContextCollectorBuilder builder, org.eclipse.emf.ecore.EReference attributeCollectionFeature, org.eclipse.emf.ecore.EReference tabularSectionCollectionFeature, org.eclipse.emf.ecore.EReference commandCollectionFeature) Applies basic DB object DD computation rules.protected void
AbstractMdObjectDelegate.applyBasicDbObjectTabularSectionRules
(PartBasedContextCollectorBuilder builder) Applies basic DB object tabular section DD computation rules.protected void
AbstractMdObjectDelegate.applyBasicTabularSectionRules
(PartBasedContextCollectorBuilder builder) Applies basic tabular section DD computation rules.protected void
DataProcessorDelegate.applyBasicTabularSectionRules
(PartBasedContextCollectorBuilder builder) protected void
AbstractMdObjectDelegate.applyMdObjectSynonymRules
(PartBasedContextCollectorBuilder builder) Special DD rules for changes inMdObject
synomymprotected void
AbstractMdObjectDelegate.applyNonDbObjectAttributeRules
(PartBasedContextCollectorBuilder builder) Applies non DB object attributes DD computation rules.protected void
AbstractMdObjectDelegate.applyNonDbObjectRules
(PartBasedContextCollectorBuilder builder, org.eclipse.emf.ecore.EReference attributeCollectionFeature) Applies non DB object DD computation rules.protected void
AbstractMdObjectDelegate.applyPredefinedItemUpdateRule
(PartBasedContextCollectorBuilder builder) Applies predefined item DD computation rules.protected void
AbstractMdObjectDelegate.applyTabularSectionAttributeUpdateRules
(PartBasedContextCollectorBuilder builder) Applies tabular section attributes DD computation rules.