Uses of Interface
com.e1c.g5.v8.dt.check.settings.ICheckRepository
Packages that use ICheckRepository
Package
Description
-
Uses of ICheckRepository in com._1c.g5.v8.dt.internal.ui.validation
Methods in com._1c.g5.v8.dt.internal.ui.validation that return ICheckRepositoryModifier and TypeMethodDescriptionstatic ICheckRepository
V8UiValidationPlugin.getCheckRepo()
Returns an instance ofICheckRepository
.Methods in com._1c.g5.v8.dt.internal.ui.validation with parameters of type ICheckRepositoryModifier and TypeMethodDescriptionstatic IssueType
UIHelper.getIssueType
(org.eclipse.core.resources.IProject project, Marker marker, ICheckRepository checkRepo) Returns issue type for given marker.static IssueType
UIHelper.getIssueType
(org.eclipse.core.resources.IProject project, String checkId, IssueType defValue, ICheckRepository checkRepo) Returns issue type for given check ID.void
ChecksTreeProvider.load
(ICheckRepository repo) Loads tree from check repository.void
ChecksTreeProvider.updateAllSettings
(Map<CheckUid, ICheckSettings> changedSettings, ICheckRepository checkRepository) Updates settings for all nodes.Constructors in com._1c.g5.v8.dt.internal.ui.validation with parameters of type ICheckRepositoryModifierConstructorDescriptionValidationPreferencePage
(ICheckRepository checkRepo) Creates new instance. -
Uses of ICheckRepository in com._1c.g5.v8.dt.internal.ui.validation.checkview
Constructors in com._1c.g5.v8.dt.internal.ui.validation.checkview with parameters of type ICheckRepositoryModifierConstructorDescriptionCheckDescriptionView
(ICheckRepository checkRepository, IDtProjectManager dtProjectManager, IV8ProjectManager v8ProjectManager, ScopeSelectionManager scopeSelectionManager) -
Uses of ICheckRepository in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare with parameters of type ICheckRepositoryModifier and TypeMethodDescriptionstatic IV8Project
CompareTestUtils.openV8ProjectAndDisableAllChecks
(String projectName, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager, IWorkspaceOrchestrator workspaceOrchestrator, ICheckRepository checkRepository, Class<?> sourceClass) static IV8Project
CompareTestUtils.openV8ProjectAndDisableAllChecks
(String projectName, Path sourceRoot, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager, IWorkspaceOrchestrator workspaceOrchestrator, ICheckRepository checkRepository) Constructors in com._1c.g5.v8.dt.testing.compare with parameters of type ICheckRepositoryModifierConstructorDescriptionprotected
AbstractAutomatedContainmentCollectionChangeOrderFramework
(TestingWorkspace testingWorkspace, org.eclipse.emf.ecore.EStructuralFeature collectionElementNameFeature, org.eclipse.emf.ecore.EStructuralFeature collectionFeature, IComparisonManager comparisonManager, IV8ProjectManager projectManager, IWorkspaceOrchestrator workspaceOrchestrator, IBmModelManager bmModelManager, IDerivedDataManagerProvider derivedDataManagerProvider, ICheckRepository checkRepository) Creates new instance ofAbstractAutomatedContainmentCollectionChangeOrderFramework
-
Uses of ICheckRepository in com._1c.g5.v8.dt.ui.validation
Methods in com._1c.g5.v8.dt.ui.validation that return ICheckRepositoryModifier and TypeMethodDescriptionChecksViewerProvider.getCheckRepository()
Provides check repositoryConstructors in com._1c.g5.v8.dt.ui.validation with parameters of type ICheckRepositoryModifierConstructorDescriptionChecksViewerProvider
(ICheckRepository checkRepository, org.eclipse.core.resources.IProject project, Function<IChecksTreeNode, Boolean> treeFilter) Creates new provider instance. -
Uses of ICheckRepository in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.models
Methods in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.models that return ICheckRepositoryModifier and TypeMethodDescriptionISuppressionSettingsLinkModel.getCheckRepo()
Return the check repository -
Uses of ICheckRepository in com.e1c.g5.v8.dt.internal.check
Methods in com.e1c.g5.v8.dt.internal.check that return ICheckRepositoryModifier and TypeMethodDescriptionstatic ICheckRepository
CheckPlugin.getCheckRepo()
Returns an instance ofICheckRepository
.Constructors in com.e1c.g5.v8.dt.internal.check with parameters of type ICheckRepositoryModifierConstructorDescriptionCheckExecutor
(ICheckRepository checkRepository, IResourceLookup resourceLookup, IMarkerManager markerManager, IDerivedDataManagerProvider derivedDataManagerProvider, IBmModelManager bmModelManager, ISuppressSettingsManager suppressManager, IDtProjectManager dtProjectManager, IModelEditingSupport modelEditingSupport) Creates new instance.CheckScheduler
(ICheckRepository checkRepo, IBmModelManager bmModelManager, IMarkerManagerV2 markerManager, IDerivedDataManagerProvider derivedDataManagerProvider, IDependenciesManager depManager, IResourceManager resourceManager) Constructs an instance. -
Uses of ICheckRepository in com.e1c.g5.v8.dt.internal.check.bsl
Constructors in com.e1c.g5.v8.dt.internal.check.bsl with parameters of type ICheckRepositoryModifierConstructorDescriptionBslValidationContributor
(ICheckExecutor checker, ICheckRepository checkRepository, ISuppressSettingsManager suppressManager) Constructs an instance of the contributor -
Uses of ICheckRepository in com.e1c.g5.v8.dt.internal.check.derived
Constructors in com.e1c.g5.v8.dt.internal.check.derived with parameters of type ICheckRepositoryModifierConstructorDescriptionCheckDerivedDataContributor
(IResourceLookup resourceLookup, IBmModelManager bmModelManager, ICheckRepository checkRepository, ICheckScheduler checkScheduler, ICheckExecutor checkExecutor, IBslDeepAnalisysService deepAnalisysService, ISuppressSettingsManager suppressSettingsManager, IMarkerManager markerManager, IServicesOrchestrator servicesOrchestrator, IModelEditingSupport modelEditingSupport) Creates a new instance.CombinedModelCheckContextCollector
(org.eclipse.emf.ecore.EClass supportedType, ICheckRepository checkRepository, IResourceLookup resourceLookup) Constructs an instanceCombinedModelCheckRemovalContextCollector
(org.eclipse.emf.ecore.EClass supportedType, ICheckRepository checkRepository, IResourceLookup resourceLookup) Constructs an instanceModelCheckDerivedDataComputer
(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. -
Uses of ICheckRepository in com.e1c.g5.v8.dt.internal.check.qfix
Constructors in com.e1c.g5.v8.dt.internal.check.qfix with parameters of type ICheckRepositoryModifierConstructorDescriptionFixManager
(ICheckRepository checkRepository, IFixRepository fixRepository, IBmModelManager bmModelManager) Constructs an instance of a repository -
Uses of ICheckRepository in com.e1c.g5.v8.dt.internal.check.repository
Classes in com.e1c.g5.v8.dt.internal.check.repository that implement ICheckRepositoryConstructors in com.e1c.g5.v8.dt.internal.check.repository with parameters of type ICheckRepositoryModifierConstructorDescriptionBundleResourceCheckDescriptionStore
(ICheckRepository checkRepository) Constructs an instance. -
Uses of ICheckRepository in com.e1c.g5.v8.dt.internal.check.settings
Constructors in com.e1c.g5.v8.dt.internal.check.settings with parameters of type ICheckRepositoryModifierConstructorDescriptionJSONCheckSettingsProfileStore
(org.eclipse.core.resources.IProject project, ICheckRepository checkRepository) Constructs an instance of the store -
Uses of ICheckRepository in com.e1c.g5.v8.dt.testing.check
Fields in com.e1c.g5.v8.dt.testing.check declared as ICheckRepository