Uses of Class
com.e1c.g5.v8.dt.check.CheckParameterDefinition
Packages that use CheckParameterDefinition
Package
Description
-
Uses of CheckParameterDefinition in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check with parameters of type CheckParameterDefinitionModifier and TypeMethodDescriptionvoid
ICheckDefinition.addParameterDefinition
(CheckParameterDefinition checkParameterDefinition) Adds a new parameter definition to the check configuration. -
Uses of CheckParameterDefinition in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type CheckParameterDefinitionModifier and TypeMethodDescriptionICheckDescription.getParameters()
Returns the immutable map of check parameters by their names. -
Uses of CheckParameterDefinition 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 CheckParameterDefinitionModifier and TypeMethodDescriptionCheckDefinition.getParameterDefinitions()
Gets the parameter definition map for this checkMethods in com.e1c.g5.v8.dt.internal.check.derived with parameters of type CheckParameterDefinitionModifier and TypeMethodDescriptionvoid
CheckDefinition.addParameterDefinition
(CheckParameterDefinition checkParameterDescription) -
Uses of CheckParameterDefinition in com.e1c.g5.v8.dt.internal.check.settings
Methods in com.e1c.g5.v8.dt.internal.check.settings that return types with arguments of type CheckParameterDefinitionConstructor parameters in com.e1c.g5.v8.dt.internal.check.settings with type arguments of type CheckParameterDefinitionModifierConstructorDescriptionCheckDescription
(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.