Package com._1c.g5.v8.derived.context
Class CaseSpecificContextCollectorAdapter
java.lang.Object
com._1c.g5.v8.derived.context.CaseSpecificContextCollectorAdapter
- All Implemented Interfaces:
ICaseSpecificContextCollector
- Direct Known Subclasses:
RevaluateAdoptedOnChangeContextCollector
public abstract class CaseSpecificContextCollectorAdapter
extends Object
implements ICaseSpecificContextCollector
Convenience adapter for case-specific context collector.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
Collects DD segments that are being affected by the rebuild scope collecting procedure of this collector.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com._1c.g5.v8.derived.context.ICaseSpecificContextCollector
collectContext
-
Constructor Details
-
CaseSpecificContextCollectorAdapter
public CaseSpecificContextCollectorAdapter()
-
-
Method Details
-
fullRebuildScope
Description copied from interface:ICaseSpecificContextCollector
Collects DD segments that are being affected by the rebuild scope collecting procedure of this collector.- Specified by:
fullRebuildScope
in interfaceICaseSpecificContextCollector
- Returns:
- Arrays of affected DD segments if any; Null/empty array in case if this collector doesn't provide rebuild scope collection.
-