Uses of Interface
com._1c.g5.v8.derived.context.ICaseSpecificContextCollector
-
Packages that use ICaseSpecificContextCollector Package Description com._1c.g5.v8.derived.computer com._1c.g5.v8.derived.context -
-
Uses of ICaseSpecificContextCollector in com._1c.g5.v8.derived.computer
Methods in com._1c.g5.v8.derived.computer that return ICaseSpecificContextCollector Modifier and Type Method Description static ICaseSpecificContextCollector
PartBasedComputingUtils. 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 ICaseSpecificContextCollector Modifier and Type Class Description class
AggregatingContextCollector
Scope collector being built from separate scope collecting aggregates.class
CaseSpecificContextCollectorAdapter
Convenience adapter for case-specific context collector.Methods in com._1c.g5.v8.derived.context with parameters of type ICaseSpecificContextCollector Modifier and Type Method Description PartBasedContextCollectorBuilder
PartBasedContextCollectorBuilder. 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
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 ICaseSpecificContextCollector Constructor Description AggregatingContextCollector(ICaseSpecificContextCollector... aggregates)
Creates an instance of the aggregating collector using provided set of collecting aggregates.
-