Class LanguageCheckContextCollector
java.lang.Object
com.e1c.g5.v8.dt.internal.check.derived.LanguageCheckContextCollector
- All Implemented Interfaces:
- IContextCollector
Languge-specific check context collector. Used only during the full rebuild cycle
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcollectContextOnFullRebuild(Object objectId, IContextCollectingSession contextSession) String[]Gets the full rebuild scope provided by this collector.org.eclipse.emf.ecore.EClassGets the type of the BM object this collector supports.booleanReturnstrueif this is a model context collector.booleanReturnstrueif this is a resource context collector.voidsetComplexChecksPresent(boolean complexChecksPresent) Sets the complex check presence indicatorvoidsetNormalChecksPresent(boolean normalChecksPresent) Sets the normal check presence indicatorMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.derived.context.IContextCollectorcollectContextOnFeatureChange, collectContextOnFullRebuild, collectContextOnObjectAssociation
- 
Constructor Details- 
LanguageCheckContextCollectorpublic LanguageCheckContextCollector()
 
- 
- 
Method Details- 
collectContextOnFullRebuild- Specified by:
- collectContextOnFullRebuildin interface- IContextCollector
 
- 
fullRebuildScopeDescription copied from interface:IContextCollectorGets the full rebuild scope provided by this collector.- Specified by:
- fullRebuildScopein interface- IContextCollector
- Returns:
- Array of DD segments that participate in the full rebuild procedure using this collector.
 Can be empty or nullin case if this collector isn't participating in the rebuild.
 
- 
getSupportedTypepublic org.eclipse.emf.ecore.EClass getSupportedType()Description copied from interface:IContextCollectorGets the type of the BM object this collector supports.- Specified by:
- getSupportedTypein interface- IContextCollector
- Returns:
- The type of supported BM object.
 
- 
isModelContextCollectorpublic boolean isModelContextCollector()Description copied from interface:IContextCollectorReturnstrueif this is a model context collector.- Specified by:
- isModelContextCollectorin interface- IContextCollector
- Returns:
- trueif this is a model context collector.
 
- 
isResourceContextCollectorpublic boolean isResourceContextCollector()Description copied from interface:IContextCollectorReturnstrueif this is a resource context collector.- Specified by:
- isResourceContextCollectorin interface- IContextCollector
- Returns:
- trueif this is a resource context collector.
 
- 
setComplexChecksPresentpublic void setComplexChecksPresent(boolean complexChecksPresent) Sets the complex check presence indicator- Parameters:
- complexChecksPresent- The indicator to set
 
- 
setNormalChecksPresentpublic void setNormalChecksPresent(boolean normalChecksPresent) Sets the normal check presence indicator- Parameters:
- normalChecksPresent- The indicator to set
 
 
-