Uses of Enum Class
org.flowable.cmmn.validation.validator.ValidationEntry.Level
Packages that use ValidationEntry.Level
-
Uses of ValidationEntry.Level in org.flowable.cmmn.validation
Methods in org.flowable.cmmn.validation with parameters of type ValidationEntry.LevelModifier and TypeMethodDescriptiondefault ValidationEntryCaseValidationContext.addEntry(String problem, Case caze, CaseElement caseElement, BaseElement baseElement, String description, ValidationEntry.Level level) -
Uses of ValidationEntry.Level in org.flowable.cmmn.validation.validator
Fields in org.flowable.cmmn.validation.validator declared as ValidationEntry.LevelMethods in org.flowable.cmmn.validation.validator that return ValidationEntry.LevelModifier and TypeMethodDescriptionValidationEntry.getLevel()static ValidationEntry.LevelReturns the enum constant of this class with the specified name.static ValidationEntry.Level[]ValidationEntry.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.cmmn.validation.validator with parameters of type ValidationEntry.Level