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 TypeMethodDescriptionvoidFormLegacyEmfCheck.configureContextCollector(ICheckDefinition definition) voidMdLegacyEmfCheck.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 TypeMethodDescriptionvoidICheck.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 voidBasicCheck.configureContextCollector(ICheckDefinition definition) default voidIBasicCheckExtension.configureContextCollector(ICheckDefinition definition) This method allows to add settings to theICheckDefinitionduring the check configuration cyclevoidModuleTopObjectNameFilterExtension.configureContextCollector(ICheckDefinition definition) voidTopObjectFilterExtension.configureContextCollector(ICheckDefinition definition) protected voidBasicCheck.postConfigureContextCollector(ICheckDefinition definition) Performs low-level post-configuration phase forBasicCheckdescendants -
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 voidBinaryDataStorageLocationUseFieldTypeCheck.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 classDefines 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 TypeMethodDescriptionvoidLegacyCheckAdapter.configureContextCollector(ICheckDefinition definition)