Uses of Class
de.xima.fc.mdl.enums.EValidationSeverity
- 
Packages that use EValidationSeverity Package Description de.xima.fc.interfaces.workflow.validation de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.workflow de.xima.fc.workflow.processor.logic.validation  - 
- 
Uses of EValidationSeverity in de.xima.fc.interfaces.workflow.validation
Methods in de.xima.fc.interfaces.workflow.validation that return EValidationSeverity Modifier and Type Method Description EValidationSeverityIWorkflowValidationMessage. getSeverity()Methods in de.xima.fc.interfaces.workflow.validation with parameters of type EValidationSeverity Modifier and Type Method Description IWorkflowElementValidationResultBuilderIWorkflowElementValidationResultBuilder. addMessage(EValidationSeverity severity, String localizedMessage)Adds a message to the validation result. - 
Uses of EValidationSeverity in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EValidationSeverity Modifier and Type Method Description static EValidationSeverityEValidationSeverity. valueOf(String name)Returns 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 EValidationSeverity Modifier and Type Method Description EValidationSeverityWorkflowValidationMessage. getSeverity()Constructors in de.xima.fc.workflow with parameters of type EValidationSeverity Constructor Description WorkflowValidationMessage(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 EValidationSeverity Modifier and Type Method Description IWorkflowElementValidationResultBuilderElementResultBuilder. addMessage(EValidationSeverity severity, String localizedMessage) 
 -