Uses of Class
com.e1c.g5.v8.dt.check.components.BasicCheck.DelegateCheckConfigurationBuilder
-
Packages that use BasicCheck.DelegateCheckConfigurationBuilder Package Description com.e1c.g5.v8.dt.check.components -
-
Uses of BasicCheck.DelegateCheckConfigurationBuilder in com.e1c.g5.v8.dt.check.components
Methods in com.e1c.g5.v8.dt.check.components that return BasicCheck.DelegateCheckConfigurationBuilder Modifier and Type Method Description BasicCheck.DelegateCheckConfigurationBuilder
BasicCheck.CheckConfigurer. delegate(Class<?>... delegatedClasses)
Marks this check as a delegated check for all object types stated in the delegatedClasses argument.
This check is being excluded from the typical check flow and performs only delegated checks instead.BasicCheck.DelegateCheckConfigurationBuilder
BasicCheck.DelegateCheckConfigurationBuilder. delegateApplianceFilter(IDelegateApplicabilityFilter filter)
Adds an additional appliance filter for the delegated check.
-