Uses of Interface
com.e1c.g5.v8.dt.check.ICheckDefinition
Packages that use ICheckDefinition
Package
Description
-
Uses of ICheckDefinition in com.e1c.g5.dt.core.legacy.internal.validation
Methods in com.e1c.g5.dt.core.legacy.internal.validation with parameters of type ICheckDefinitionModifier and TypeMethodDescriptionvoid
FormLegacyEmfCheck.configureContextCollector
(ICheckDefinition definition) void
MdLegacyEmfCheck.configureContextCollector
(ICheckDefinition definition) -
Uses of ICheckDefinition in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check with parameters of type ICheckDefinitionModifier and TypeMethodDescriptionvoid
ICheck.configureContextCollector
(ICheckDefinition definition) The first phase of the check performing is the check context prepartion. -
Uses of ICheckDefinition in com.e1c.g5.v8.dt.check.components
Methods in com.e1c.g5.v8.dt.check.components with parameters of type ICheckDefinitionModifier and TypeMethodDescriptionfinal void
BasicCheck.configureContextCollector
(ICheckDefinition definition) default void
IBasicCheckExtension.configureContextCollector
(ICheckDefinition definition) This method allows to add settings to theICheckDefinition
during the check configuration cyclevoid
ModuleTopObjectNameFilterExtension.configureContextCollector
(ICheckDefinition definition) void
TopObjectFilterExtension.configureContextCollector
(ICheckDefinition definition) protected void
BasicCheck.postConfigureContextCollector
(ICheckDefinition definition) Performs low-level post-configuration phase forBasicCheck
descendants -
Uses of ICheckDefinition in com.e1c.g5.v8.dt.check.internal.md.check.checks
Methods in com.e1c.g5.v8.dt.check.internal.md.check.checks with parameters of type ICheckDefinitionModifier and TypeMethodDescriptionprotected void
BinaryDataStorageLocationUseFieldTypeCheck.postConfigureContextCollector
(ICheckDefinition definition) -
Uses of ICheckDefinition in com.e1c.g5.v8.dt.internal.check.derived
Classes in com.e1c.g5.v8.dt.internal.check.derived that implement ICheckDefinitionModifier and TypeClassDescriptionfinal class
Defines the check with the set of metainformation/processing logic The definition allows to define:
The unique identifier of the check The set of check parameters The check complexity The check default severity The reaction of the check on the model data changes with a set of context collectors The data for the visual representation of the check in the check preferences management UI -
Uses of ICheckDefinition in com.e1c.g5.v8.dt.internal.check.legacy
Methods in com.e1c.g5.v8.dt.internal.check.legacy with parameters of type ICheckDefinitionModifier and TypeMethodDescriptionvoid
LegacyCheckAdapter.configureContextCollector
(ICheckDefinition definition)