Uses of Enum
de.xima.fc.mdl.enums.EValidationSeverity
Packages that use EValidationSeverity
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EValidationSeverity in de.xima.fc.interfaces.workflow.validation
Methods in de.xima.fc.interfaces.workflow.validation that return EValidationSeverityMethods in de.xima.fc.interfaces.workflow.validation with parameters of type EValidationSeverityModifier and TypeMethodDescriptionIWorkflowElementValidationResultBuilder.addMessage(EValidationSeverity severity, String localizedMessage) Adds a message to the validation result. -
Uses of EValidationSeverity in de.xima.fc.mdl.enums
Subclasses with type arguments of type EValidationSeverity in de.xima.fc.mdl.enumsMethods in de.xima.fc.mdl.enums that return EValidationSeverityModifier and TypeMethodDescriptionstatic EValidationSeverityReturns the enum constant of this type with the specified name.static EValidationSeverity[]EValidationSeverity.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EValidationSeverity in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return EValidationSeverityConstructors in de.xima.fc.workflow with parameters of type EValidationSeverityModifierConstructorDescriptionWorkflowValidationMessage(EValidationSeverity severity, String localizedMessage) Creates a newIWorkflowValidationMessagePOJO with the given values. -
Uses of EValidationSeverity in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation with parameters of type EValidationSeverityModifier and TypeMethodDescriptionElementResultBuilder.addMessage(EValidationSeverity severity, String localizedMessage)