Package com._1c.g5.v8.derived.computer
Interface IDerivedDataPartBasedRebuildScopeCollector
- 
- All Known Implementing Classes:
- AbstractDerivedDataPartBasedRebuildScopeCollector
 
 public interface IDerivedDataPartBasedRebuildScopeCollectorCollects full rebuild scope for given target object as the part of the DD computing process. This collector is used byDerivedDataPartBasedComputerDD computer implementations to collect and compute full rebuild scenarios for objects.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Pair<IBmObject,Set<String>>>getScope(IBmObject targetObject)Gets the full rebuild scope for the given object.org.eclipse.emf.ecore.EClassgetSupportedClass()Gets the EClass of supported objects.
 
- 
- 
- 
Method Detail- 
getScopeList<Pair<IBmObject,Set<String>>> getScope(IBmObject targetObject) Gets the full rebuild scope for the given object.- Returns:
- The list of DD parts mapped to particular object.
 
 - 
getSupportedClassorg.eclipse.emf.ecore.EClass getSupportedClass() Gets the EClass of supported objects.- Returns:
- The class for objects which are supported by this collectors.
 
 
- 
 
-