Uses of Interface
com.e1c.g5.v8.dt.check.ICheckDefinition
-
Packages that use ICheckDefinition Package Description com.e1c.g5.v8.dt.check com.e1c.g5.v8.dt.check.components -
-
Uses of ICheckDefinition in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check with parameters of type ICheckDefinition Modifier and Type Method Description void
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 ICheckDefinition Modifier and Type Method Description 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)
-