Interface IWorkflowValidationMessage
- 
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 WorkflowValidationMessage
public interface IWorkflowValidationMessage extends Serializable
Represents a message that is returned as the result ofIElementHandler.validateLocal(IElementLocalValidationParams).- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocalizedMessage()EValidationSeveritygetSeverity() 
 - 
 
- 
- 
Method Detail
- 
getLocalizedMessage
String getLocalizedMessage()
- Returns:
 - The localized message of the validation error or warning. This message should include a reference to the property or properties that have caused the warning or error.
 
 
- 
getSeverity
EValidationSeverity getSeverity()
- Returns:
 - The severity level of this validation message. Error are usually validation failures, while warnings are only informational.
 
 
 - 
 
 -