Uses of Interface
com.e1c.g5.v8.dt.internal.check.ICheckExecutor
Packages that use ICheckExecutor
Package
Description
-
Uses of ICheckExecutor in com.e1c.g5.v8.dt.internal.check
Classes in com.e1c.g5.v8.dt.internal.check that implement ICheckExecutorModifier and TypeClassDescriptionclass
Check executor performs checks in a direct or a scheduled manner. -
Uses of ICheckExecutor in com.e1c.g5.v8.dt.internal.check.bsl
Constructors in com.e1c.g5.v8.dt.internal.check.bsl with parameters of type ICheckExecutorModifierConstructorDescriptionBslValidationContributor
(ICheckExecutor checker, ICheckRepository checkRepository, ISuppressSettingsManager suppressManager) Constructs an instance of the contributor -
Uses of ICheckExecutor in com.e1c.g5.v8.dt.internal.check.derived
Constructors in com.e1c.g5.v8.dt.internal.check.derived with parameters of type ICheckExecutorModifierConstructorDescriptionCheckDerivedDataContributor
(IResourceLookup resourceLookup, IBmModelManager bmModelManager, ICheckRepository checkRepository, ICheckScheduler checkScheduler, ICheckExecutor checkExecutor, IBslDeepAnalisysService deepAnalisysService, ISuppressSettingsManager suppressSettingsManager, IMarkerManager markerManager, IServicesOrchestrator servicesOrchestrator, IModelEditingSupport modelEditingSupport) Creates a new instance.LanguageCheckDerivedDataComputer
(String supportedSegmentId, Collection<org.eclipse.emf.ecore.EClass> supportedTypes, Set<String> languageCheckIds, ICheckExecutor checkExecutor, IResourceLookup resourceLookup, IBslDeepAnalisysService deepAnalisysService, ISuppressSettingsManager suppressSettingsManager) Constructs an instance of the computer.ModelCheckDerivedDataComputer
(String supportedSegmentId, Collection<org.eclipse.emf.ecore.EClass> supportedTypes, CheckComplexity complexity, boolean criticalDataIntegrityChecks, Map<org.eclipse.emf.ecore.EClass, ModelRebuildDefinition> rebuildDefinitions, ICheckExecutor checkExecutor, ICheckRepository checkRepository, IResourceLookup resourceLookup, IModelEditingSupport modelEditingSupport, IMarkerManager markerManager) Constructs the instance of the computer.