Class ValidatorImpl
java.lang.Object
org.flowable.validation.validator.ValidatorImpl
- All Implemented Interfaces:
Validator
- Direct Known Subclasses:
AssociationValidator,BpmnModelValidator,DiagramInterchangeInfoValidator,ErrorValidator,MessageValidator,OperationValidator,ProcessLevelValidator,SignalValidator
- Author:
- Joram Barrez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddError(List<ValidationError> validationErrors, String problem, String description) protected voidaddError(List<ValidationError> validationErrors, String problem, BaseElement baseElement, String description) protected voidaddError(List<ValidationError> validationErrors, String problem, FlowElement flowElement, BaseElement baseElement, String description) protected voidaddError(List<ValidationError> validationErrors, String problem, Process process, String id, String description) protected voidaddError(List<ValidationError> validationErrors, String problem, Process process, BaseElement baseElement, String description) protected voidaddError(List<ValidationError> validationErrors, String problem, Process process, BaseElement baseElement, String description, boolean isWarning) protected voidaddError(List<ValidationError> validationErrors, String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description) protected voidaddError(List<ValidationError> validationErrors, String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description, boolean isWarning) voidaddError(List<ValidationError> validationErrors, ValidationError error) protected voidaddWarning(List<ValidationError> validationErrors, String problem, Process process, BaseElement baseElement, String description) protected voidaddWarning(List<ValidationError> validationErrors, String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description)
-
Constructor Details
-
ValidatorImpl
public ValidatorImpl()
-
-
Method Details
-
addError
-
addError
-
addError
protected void addError(List<ValidationError> validationErrors, String problem, BaseElement baseElement, String description) -
addError
protected void addError(List<ValidationError> validationErrors, String problem, FlowElement flowElement, BaseElement baseElement, String description) -
addError
protected void addError(List<ValidationError> validationErrors, String problem, Process process, BaseElement baseElement, String description) -
addError
protected void addError(List<ValidationError> validationErrors, String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description) -
addWarning
protected void addWarning(List<ValidationError> validationErrors, String problem, Process process, BaseElement baseElement, String description) -
addWarning
protected void addWarning(List<ValidationError> validationErrors, String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description) -
addError
protected void addError(List<ValidationError> validationErrors, String problem, Process process, BaseElement baseElement, String description, boolean isWarning) -
addError
protected void addError(List<ValidationError> validationErrors, String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description, boolean isWarning) -
addError
-