Uses of Interface
com._1c.g5.v8.derived.computer.IDerivedDataPartBasedRebuildScopeCollector
-
Packages that use IDerivedDataPartBasedRebuildScopeCollector Package Description com._1c.g5.v8.derived.computer -
-
Uses of IDerivedDataPartBasedRebuildScopeCollector in com._1c.g5.v8.derived.computer
Classes in com._1c.g5.v8.derived.computer that implement IDerivedDataPartBasedRebuildScopeCollector Modifier and Type Class Description class
AbstractDerivedDataPartBasedRebuildScopeCollector
Abstract standard implementation of the part-based full rebuild scope collector.Methods in com._1c.g5.v8.derived.computer that return IDerivedDataPartBasedRebuildScopeCollector Modifier and Type Method Description static IDerivedDataPartBasedRebuildScopeCollector
PartBasedComputingUtils. createSelfRebuildScopeCollector(org.eclipse.emf.ecore.EClass eClass, String[] parts)
Creates new rebuild scope collector for a given eClass and set of parts, which collects scope consisting of the given object and specified parts.Methods in com._1c.g5.v8.derived.computer with parameters of type IDerivedDataPartBasedRebuildScopeCollector Modifier and Type Method Description void
DerivedDataPartBasedComputer. addRebuildScopeCollector(IDerivedDataPartBasedRebuildScopeCollector scopeCollector)
Adds a rebuild scope collector to the computer.
-