Uses of Enum Class
com.e1c.g5.v8.dt.check.settings.IssueSeverity
Packages that use IssueSeverity
Package
Description
-
Uses of IssueSeverity in com._1c.g5.v8.dt.internal.ui.validation
Methods in com._1c.g5.v8.dt.internal.ui.validation with parameters of type IssueSeverityModifier and TypeMethodDescriptionstatic MarkerSeverityUIHelper.convert(IssueSeverity severity) ConvertsIssueSeveritytoMarkerSeverity.booleanCheckFilter.isSeverityEnabled(IssueSeverity severity) Returns wheher severity enabled.voidCheckFilter.setSeverityEnabled(IssueSeverity severity, boolean enabled) Set severity enabled. -
Uses of IssueSeverity in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check with parameters of type IssueSeverityModifier and TypeMethodDescriptionvoidICheckDefinition.setDefaultSeverity(IssueSeverity severity) Sets the default severity of issues produced by this check. -
Uses of IssueSeverity in com.e1c.g5.v8.dt.check.components
Methods in com.e1c.g5.v8.dt.check.components with parameters of type IssueSeverityModifier and TypeMethodDescriptionBasicCheck.CheckConfigurer.severity(IssueSeverity severity) Defines the default severity of issues provided by this checkBasicCheck.CheckParameterBuilder.severity(IssueSeverity severity) Defines the default severity of issues provided by this checkBasicCheck.ModuleConfigurationBuilder.severity(IssueSeverity severity) Defines the default severity of issues provided by this checkBasicCheck.TopObjectConfigurationBuilder.severity(IssueSeverity severity) Defines the default severity of issues provided by this check -
Uses of IssueSeverity in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings that return IssueSeverityModifier and TypeMethodDescriptionCheckSettingsChange.getNewSeverity()Gest the new severity (if set)ICheckDescription.getSeverity()Returns check severity.ICheckSettings.getSeverity()Gets the severity of the check as configuredstatic IssueSeverityReturns the enum constant of this class with the specified name.static IssueSeverity[]IssueSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.g5.v8.dt.check.settings with parameters of type IssueSeverityModifier and TypeMethodDescriptionvoidCheckSettingsChange.setNewSeverity(IssueSeverity severity) Set new severity for target markersvoidICheckSettings.setSeverity(IssueSeverity severity) Sets check severity. -
Uses of IssueSeverity in com.e1c.g5.v8.dt.internal.check.derived
Methods in com.e1c.g5.v8.dt.internal.check.derived that return IssueSeverityModifier and TypeMethodDescriptionCheckDefinition.getDefaultSeverity()Gets the default issue severityMethods in com.e1c.g5.v8.dt.internal.check.derived with parameters of type IssueSeverityModifier and TypeMethodDescriptionvoidCheckDefinition.setDefaultSeverity(IssueSeverity severity) -
Uses of IssueSeverity in com.e1c.g5.v8.dt.internal.check.legacy
Methods in com.e1c.g5.v8.dt.internal.check.legacy that return IssueSeverityModifier and TypeMethodDescriptionValidationMethodDescriptor.getIssueSeverity()Provides the issue severity -
Uses of IssueSeverity in com.e1c.g5.v8.dt.internal.check.settings
Methods in com.e1c.g5.v8.dt.internal.check.settings that return IssueSeverityModifier and TypeMethodDescriptionCheckDescription.getSeverity()CheckSettings.getSeverity()ProfileCheckSettingsData.getSeverity()Methods in com.e1c.g5.v8.dt.internal.check.settings with parameters of type IssueSeverityConstructors in com.e1c.g5.v8.dt.internal.check.settings with parameters of type IssueSeverityModifierConstructorDescriptionCheckDescription(CheckUid checkUid, String title, String description, IssueType issueType, boolean enabled, boolean protectedObjectCheckEnabled, boolean criticalDataIntegrityCheck, IssueSeverity severity, CheckUid parentId, Map<String, CheckParameterDefinition> parameters) Instantiates a new check description.CheckDescription(CheckUid checkUid, String title, Supplier<String> description, IssueType issueType, boolean enabled, boolean protectedObjectCheckEnabled, boolean criticalDataIntegrityCheck, IssueSeverity severity, CheckUid parentId, Map<String, CheckParameterDefinition> parameters) Creates new instance.CheckSettings(CheckUid checkUid, CheckUid parentId, String title, String description, boolean enabled, boolean originalEnabled, IssueSeverity severity, IssueSeverity originalSeverity, IssueType issueType, Map<String, ICheckParameterSettings> parameters) Constructs check settings instanceCheckSettings(CheckUid checkUid, CheckUid parentId, String title, Supplier<String> description, boolean enabled, boolean protectedObjectCheckEnabled, boolean originalEnabled, IssueSeverity severity, IssueSeverity originalSeverity, IssueType issueType, Map<String, ICheckParameterSettings> parameters) Creates new instance.ProfileCheckSettingsData(Boolean enabled, IssueSeverity severity, Map<String, String> properties) Creates new instance.