Package de.xima.fc.interfaces.workflow
Interface Severity
- 
- All Superinterfaces:
 javax.validation.Payload
- All Known Subinterfaces:
 Severity.Error,Severity.Warning
public interface Severity extends javax.validation.PayloadSeverity levels for bean validation. The default implementation of theIElementHandler.validateLocal(IElementLocalValidationParams)delegates toIWorkflowBeanValidator.validateModel(Object, Class...). By default, all constraint violations are reported as errors. You can useSeverity.Warningas thePayloadof a bean constraint to change the level towarning. The severity levelSeverity.Erroris the default and does not need to be specified explicitly, but it is provided for consistency. In case multiple severity levels are present in the payload, the highest severity level is used.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSeverity.ErrorSeverity levelErrorfor bean validation, seeSeverity.static interfaceSeverity.WarningSeverity levelWarningfor bean validation, seeSeverity. 
 -