Package com._1c.g5.v8.derived.context
Class CaseSpecificContextCollectorAdapter
- java.lang.Object
-
- com._1c.g5.v8.derived.context.CaseSpecificContextCollectorAdapter
-
- All Implemented Interfaces:
ICaseSpecificContextCollector
public abstract class CaseSpecificContextCollectorAdapter extends Object implements ICaseSpecificContextCollector
Convenience adapter for case-specific context collector.
-
-
Constructor Summary
Constructors Constructor Description CaseSpecificContextCollectorAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
fullRebuildScope()
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
-
-
-
-
Method Detail
-
fullRebuildScope
public String[] 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.
-
-