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 SummaryConstructors Constructor Description CaseSpecificContextCollectorAdapter()
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.v8.derived.context.ICaseSpecificContextCollectorcollectContext
 
- 
 
- 
- 
- 
Method Detail- 
fullRebuildScopepublic String[] fullRebuildScope() Description copied from interface:ICaseSpecificContextCollectorCollects DD segments that are being affected by the rebuild scope collecting procedure of this collector.- Specified by:
- fullRebuildScopein interface- ICaseSpecificContextCollector
- Returns:
- Arrays of affected DD segments if any; Null/empty array in case if this collector doesn't provide rebuild scope collection.
 
 
- 
 
-