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.computerMethods in com._1c.g5.v8.derived.computer that return ICaseSpecificContextCollector Modifier and Type Method Description static ICaseSpecificContextCollectorPartBasedComputingUtils. rebuildSelf(String... segmentIds)Marks context of the processed object as full rebuild target.
- 
Uses of ICaseSpecificContextCollector in com._1c.g5.v8.derived.contextClasses in com._1c.g5.v8.derived.context that implement ICaseSpecificContextCollector Modifier and Type Class Description classAggregatingContextCollectorScope collector being built from separate scope collecting aggregates.classCaseSpecificContextCollectorAdapterConvenience adapter for case-specific context collector.Methods in com._1c.g5.v8.derived.context with parameters of type ICaseSpecificContextCollector Modifier and Type Method Description PartBasedContextCollectorBuilderPartBasedContextCollectorBuilder. 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.StandardContextCollectorBuilderStandardContextCollectorBuilder. 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.
 
-