Uses of Class
com.e1c.g5.v8.dt.check.settings.CheckUid
Packages that use CheckUid
Package
Description
-
Uses of CheckUid in com._1c.g5.v8.dt.internal.ui.validation
Methods in com._1c.g5.v8.dt.internal.ui.validation with parameters of type CheckUidModifier and TypeMethodDescriptionChecksTreeProvider.getNodeByElementId
(CheckUid id) Retutns tree node by given check or category id.Method parameters in com._1c.g5.v8.dt.internal.ui.validation with type arguments of type CheckUidModifier and TypeMethodDescriptionvoid
ChecksTreeProvider.updateAllSettings
(Map<CheckUid, ICheckSettings> changedSettings, ICheckRepository checkRepository) Updates settings for all nodes. -
Uses of CheckUid in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return CheckUidMethods in com.e1c.g5.v8.dt.check.qfix that return types with arguments of type CheckUidModifier and TypeMethodDescriptionMap<CheckUid,
Set<IFix<? extends IFixContext>>> IFixProvider.getFixes()
Gets all registered fixesMap<CheckUid,
Collection<IFix<? extends IFixContext>>> IFixRepository.getFixes()
Gets all registered fixes.Methods in com.e1c.g5.v8.dt.check.qfix with parameters of type CheckUidModifier and TypeMethodDescriptionCollection<IFix<? extends IFixContext>>
Provides the quick fixes collection by check UIDboolean
Indicates whether the registry contains a fix registered for the given check UID -
Uses of CheckUid in com.e1c.g5.v8.dt.check.qfix.components
Methods in com.e1c.g5.v8.dt.check.qfix.components that return CheckUid -
Uses of CheckUid in com.e1c.g5.v8.dt.check.settings
Fields in com.e1c.g5.v8.dt.check.settings declared as CheckUidModifier and TypeFieldDescriptionstatic final CheckUid
INamedElement.ROOT_ID
Root element identifierMethods in com.e1c.g5.v8.dt.check.settings that return CheckUidModifier and TypeMethodDescriptionICheckProvider.CheckInfo.getCategory()
Gets the category of the checkCheckSettingsChange.getCheckId()
Gets the check identifierICheckSettings.getId()
Gets the unique idenfier of the checkINamedElement.getId()
Returns idICheckCategory.getParentId()
Returns parent category id.ICheckDescription.getParentId()
Returns category id from extension point "com.e1c.g5.v8.dt.check.category" ornull
if none.INamedElement.getParentId()
Returns parent id.ICheckRepository.getUidForShortUid
(String shortUid, IDtProject project) Converts short check UID into the full check UID for the given project based on the previously registered checksICheckRepository.getUidForShortUid
(String shortUid, org.eclipse.core.resources.IProject project) Converts short check UID into the full check UID for the given project based on the previously registered checksMethods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type CheckUidModifier and TypeMethodDescriptionICheckRepository.getApplicableDelegates
(Class<?> targetObjectClass, Object sourceObject, IDtProject dtProject) Gets applicable delegate checks for the given context, if anyICheckRepository.getCheck
(String checkId, IDtProject project) Gets the set of checks using their public identifier.ICheckRepository.getChecks
(Predicate<ICheckDescription> filter) Deprecated.default Map<CheckUid,
ICheckDescription> ICheckRepository.getChecksWithDescriptions()
Gets the map of UIDs and check descriptions of all registered checksICheckRepository.getChecksWithDescriptions
(Predicate<ICheckDescription> filter) Gets the map of UIDs and check descriptions of registered checks being filtered by the provided predicateICheckRepository.getCheckUidForCheckId
(String checkId, org.eclipse.core.resources.IProject project) Gets all applicable check unique identifiers by the check id and the given projectICheckRepository.getCheckUids()
Gets all applicable check unique identifiers per project.ICheckRepository.getCustomizedSettingsFromProfile
(String profileName, org.eclipse.core.resources.IProject project) Gets the user-changed settings of the given profile.ICheckRepository.getDefaultSettingsForProfile
(String value, org.eclipse.core.resources.IProject project) Get alll default settings for all registereds check (as defined in the check itself)Translates check-provided identifier into the internal unique identifier of check.Methods in com.e1c.g5.v8.dt.check.settings with parameters of type CheckUidModifier and TypeMethodDescriptionvoid
ISuppressSettingsManager.addSuppression
(IBmObject target, CheckUid checkUid) Adds a suppression of the given check for a specified model objectICheckRepository.getCheck
(CheckUid checkId, IDtProject dtProject) Gets the check using its UID and corresponding project settingsICheckRepository.getCheckParameters
(CheckUid checkId, org.eclipse.core.resources.IProject project) Returns the immutable view of check execution parameters by names.ICheckRepository.getDefaultSettings
(CheckUid checkUid, org.eclipse.core.resources.IProject project) Get default settings for the given check (as defined in the check itself)ICheckRepository.getSettings
(CheckUid checkUid, org.eclipse.core.resources.IProject project) Returns check settings using for given project, taking the current active provide user-changed settings into the accountICheckRepository.getShortUid
(CheckUid checkUid) Gets the short UID for the givenCheckUid
per project.ICheckRepository.getShortUid
(CheckUid checkUid, IDtProject dtProject) Gets the short UID for the givenCheckUid
and the projectICheckRepository.getShortUid
(CheckUid checkUid, org.eclipse.core.resources.IProject project) Gets the short UID for the givenCheckUid
and the projectConstructors in com.e1c.g5.v8.dt.check.settings with parameters of type CheckUidModifierConstructorDescriptionConstructs an instanceCheckSettingsChange
(CheckUid checkId) Constructs an instance of theCheckSettingsChange
-
Uses of CheckUid in com.e1c.g5.v8.dt.check.suppress.settings.model
Methods in com.e1c.g5.v8.dt.check.suppress.settings.model that return types with arguments of type CheckUidModifier and TypeMethodDescriptionSuppressSubsystem.getContentSuppressions()
Returns the value of the 'Content Suppressions' map.SuppressionsContainer.getSuppressions()
Returns the value of the 'Suppressions' map. -
Uses of CheckUid in com.e1c.g5.v8.dt.check.suppress.settings.model.impl
Methods in com.e1c.g5.v8.dt.check.suppress.settings.model.impl that return CheckUidModifier and TypeMethodDescriptionSuppressFactoryImpl.createCheckUidFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) SuppressionMapEntryImpl.getKey()
SuppressionMapEntryImpl.getTypedKey()
Methods in com.e1c.g5.v8.dt.check.suppress.settings.model.impl that return types with arguments of type CheckUidModifier and TypeMethodDescriptionSuppressFactoryImpl.createSuppressionMapEntry()
SuppressSubsystemImpl.getContentSuppressions()
SuppressionMapEntryImpl.getEMap()
BaseSuppressObjectImpl.getSuppressions()
SuppressConfigurationImpl.getSuppressions()
SuppressMethodImpl.getSuppressions()
Methods in com.e1c.g5.v8.dt.check.suppress.settings.model.impl with parameters of type CheckUid -
Uses of CheckUid in com.e1c.g5.v8.dt.check.suppress.settings.model.util
Method parameters in com.e1c.g5.v8.dt.check.suppress.settings.model.util with type arguments of type CheckUidModifier and TypeMethodDescriptionSuppressSwitch.caseSuppressionMapEntry
(Map.Entry<CheckUid, Boolean> object) Returns the result of interpreting the object as an instance of 'Suppression Map Entry'. -
Uses of CheckUid in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.models
Method parameters in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.models with type arguments of type CheckUid -
Uses of CheckUid in com.e1c.g5.v8.dt.internal.check
Methods in com.e1c.g5.v8.dt.internal.check that return types with arguments of type CheckUidModifier and TypeMethodDescriptionICheckMetadataManager.getApplicableEClasses()
Gets the set ofEClass
'es which is being processed by the corresponding checksICheckMetadataManager.getCheckComplexities()
Gets complexities for all registered checksdefault Map<CheckUid,
CheckDefinition> ICheckMetadataManager.getCheckContextDefinitions()
Gets all check defintions for all registered checksICheckExecutor.CheckContextCollector.getContexts()
Gets collectred contextsICheckMetadataManager.getLanguageChecks()
Gets identifiers of all registered language checksICheckMetadataManager.getLanguageCheckTargetEClasses()
Gets targetEClass
'es for language modules check visitorICheckMetadataManager.getLanguageResourceChangesContextCollectors()
Gets language resource change context collectorsMethods in com.e1c.g5.v8.dt.internal.check with parameters of type CheckUidModifier and TypeMethodDescriptionICheckMetadataManager.getDescription
(CheckUid checkId) Returns a check description (without overrides from user preferences).ICheckExecutor.CheckContextCollector.getOrCreateContext
(CheckUid checkUid, Function<Map<String, String>, Object> contextFactory) Gets existing or creates a new contextMethod parameters in com.e1c.g5.v8.dt.internal.check with type arguments of type CheckUidModifier and TypeMethodDescriptionvoid
CheckExecutor.validateModel
(Object object, Set<CheckUid> checkIds, ICheckExecutor.CheckContextCollector contextCollector, MarkerUpdateBatch markerUpdateBatch, org.eclipse.core.runtime.IProgressMonitor progressMonitor) void
ICheckExecutor.validateModel
(Object object, Set<CheckUid> checkUids, ICheckExecutor.CheckContextCollector contextCollector, MarkerUpdateBatch markerUpdateBatch, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Validates the model object with a given set of the checksConstructors in com.e1c.g5.v8.dt.internal.check with parameters of type CheckUidModifierConstructorDescriptionCheckResultAcceptor
(ISuppressSettingsManager suppressManager, CheckUid checkUid) Constructs an acceptor instanceCheckResultAcceptor
(ISuppressSettingsManager suppressManager, LanguageSuppressionContext suppressionContext, CheckUid checkUid) Constructs an acceptor instance -
Uses of CheckUid in com.e1c.g5.v8.dt.internal.check.derived
Methods in com.e1c.g5.v8.dt.internal.check.derived that return types with arguments of type CheckUidModifier and TypeMethodDescriptionModelRebuildDefinition.getApplicableCheckUids
(org.eclipse.emf.ecore.EClass targetEClass, boolean isTopObject, CheckComplexity complexity, boolean criticalDataIntegrityCheck) Gets applicable checks for the givenEClass
and the check complexityMethods in com.e1c.g5.v8.dt.internal.check.derived with parameters of type CheckUidModifier and TypeMethodDescriptionvoid
CombinedModelCheckContextCollector.addDefinedContextCollectorRules
(CheckUid checkId, CheckDefinition definition) Adds a check defintion to the collector to get model context collecting rules from the definitonvoid
CombinedModelCheckRemovalContextCollector.addDefinedContextCollectorRules
(CheckUid checkId, CheckDefinition definition) Adds a check defintion to the collector to get model context collecting rules from the definitonvoid
ModelRebuildDefinition.addDefinition
(boolean topIsTarget, Set<org.eclipse.emf.ecore.EClass> checkedContainmentEClasses, CheckComplexity complexity, boolean criticalDataIntegrityCheck, CheckUid checkUid) Adds a check rebuild scope definition to the rebuild scope collector -
Uses of CheckUid in com.e1c.g5.v8.dt.internal.check.qfix
Methods in com.e1c.g5.v8.dt.internal.check.qfix that return CheckUidMethods in com.e1c.g5.v8.dt.internal.check.qfix that return types with arguments of type CheckUidModifier and TypeMethodDescriptionMap<CheckUid,
Set<IFix<? extends IFixContext>>> ExtensionFixProvider.getFixes()
Map<CheckUid,
Collection<IFix<? extends IFixContext>>> FixRepository.getFixes()
Methods in com.e1c.g5.v8.dt.internal.check.qfix with parameters of type CheckUidConstructors in com.e1c.g5.v8.dt.internal.check.qfix with parameters of type CheckUidModifierConstructorDescriptionFixSession
(Marker marker, CheckUid checkUid, IDtProject dtProject, IBmModelManager bmModelManager) Creates the instance of the fix session -
Uses of CheckUid in com.e1c.g5.v8.dt.internal.check.repository
Methods in com.e1c.g5.v8.dt.internal.check.repository that return CheckUidModifier and TypeMethodDescriptionCheckRepository.getUidForShortUid
(String shortUid, IDtProject project) CheckRepository.getUidForShortUid
(String shortUid, org.eclipse.core.resources.IProject project) IProjectCheckMetadataManager.getUidForShortUid
(String shortUid) Gets the check unique identifier for the given short UIDProjectCheckMetadataManager.getUidForShortUid
(String shortUid) Methods in com.e1c.g5.v8.dt.internal.check.repository that return types with arguments of type CheckUidModifier and TypeMethodDescriptionCheckRepository.getApplicableDelegates
(Class<?> targetObjectClass, Object sourceObject, IDtProject dtProject) CheckRepository.getApplicableEClasses()
CheckRepository.getCheck
(String checkId, IDtProject dtProject) CheckRepository.getCheckComplexities()
CheckRepository.getCheckContextDefinitions()
CheckRepository.getChecks
(Predicate<ICheckDescription> filter) IProjectCheckMetadataManager.getChecksForCheckId
(String checkId) Gets the check using its natural identifier.ProjectCheckMetadataManager.getChecksForCheckId
(String checkId) CheckRepository.getChecksWithDescriptions
(Predicate<ICheckDescription> filter) CheckRepository.getCheckUidForCheckId
(String checkId, org.eclipse.core.resources.IProject project) CheckRepository.getCheckUids()
CheckRepository.getCustomizedSettingsFromProfile
(String profileName, org.eclipse.core.resources.IProject project) CheckRepository.getDefaultSettingsForProfile
(String profileName, org.eclipse.core.resources.IProject project) CheckRepository.getLanguageChecks()
CheckRepository.getLanguageCheckTargetEClasses()
CheckRepository.getLanguageResourceChangesContextCollectors()
IProjectCheckMetadataManager.getUidForCheckId
(String checkId) Gets the set of check unique identifiers for the given natural check identifier.ProjectCheckMetadataManager.getUidForCheckId
(String checkId) Methods in com.e1c.g5.v8.dt.internal.check.repository with parameters of type CheckUidModifier and TypeMethodDescriptionCheckRepository.getCheck
(CheckUid checkId, IDtProject dtProject) Get the check using its unique identifierBundleResourceCheckDescriptionStore.getCheckDescription
(CheckUid checkUid, Locale locale) ICheckDescriptionStore.getCheckDescription
(CheckUid checkUid, Locale locale) Gets the check description for the check and the specified locale.CheckRepository.getCheckParameters
(CheckUid checkUid, org.eclipse.core.resources.IProject project) CheckRepository.getDefaultSettings
(CheckUid checkUid, org.eclipse.core.resources.IProject project) CheckRepository.getDescription
(CheckUid checkUid) CheckRepository.getSettings
(CheckUid checkId, org.eclipse.core.resources.IProject project) CheckRepository.getShortUid
(CheckUid checkUid) CheckRepository.getShortUid
(CheckUid checkUid, IDtProject dtProject) CheckRepository.getShortUid
(CheckUid checkUid, org.eclipse.core.resources.IProject project) IProjectCheckMetadataManager.getShortUid
(CheckUid checkUid) Gets the short UID for the givenCheckUid
in the context of the corresponding projectProjectCheckMetadataManager.getShortUid
(CheckUid checkUid) -
Uses of CheckUid in com.e1c.g5.v8.dt.internal.check.settings
Methods in com.e1c.g5.v8.dt.internal.check.settings that return CheckUidModifier and TypeMethodDescriptionCheckCategory.getId()
CheckDescription.getId()
CheckSettings.getId()
CheckCategory.getParentId()
CheckDescription.getParentId()
CheckSettings.getParentId()
Methods in com.e1c.g5.v8.dt.internal.check.settings that return types with arguments of type CheckUidModifier and TypeMethodDescriptionProjectCheckSettings.getCustomizedSettingsFromProfile
(String profileName) Gets the set of changed settings from the profileProjectCheckSettings.getDefaultSettingsForProfile
(String profileName) Gets the default settings for the given profile (for all changed settings)Loads the data from the store (if exists)Methods in com.e1c.g5.v8.dt.internal.check.settings with parameters of type CheckUidModifier and TypeMethodDescriptionProjectCheckSettings.getDefaultSettings
(CheckUid checkUid) Gets default settings (defined during the check registration/inside the check itself) for the given checkProjectCheckSettings.getSettings
(CheckUid checkId) Gets the settings for the given check.Method parameters in com.e1c.g5.v8.dt.internal.check.settings with type arguments of type CheckUidModifier and TypeMethodDescriptionvoid
IProjectCheckSettingsProfileStore.save
(Map<CheckUid, ProfileCheckSettingsData> settingsData, String profileName) Saves the given data to the given profilevoid
JSONCheckSettingsProfileStore.save
(Map<CheckUid, ProfileCheckSettingsData> settingsData, String profileName) Constructors in com.e1c.g5.v8.dt.internal.check.settings with parameters of type CheckUidModifierConstructorDescriptionCheckCategory
(CheckUid checkId, String title, String description, CheckUid parentId) Creates new instance.CheckDescription
(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.DescriptionSupplier
(CheckUid checkId, ICheckDescriptionStore descriptionStore) Instantiates a new description supplier.
ICheckRepository.getChecksWithDescriptions(java.util.function.Predicate<com.e1c.g5.v8.dt.check.settings.ICheckDescription>)
instead