Interface ProcessValidationContext
- All Known Implementing Classes:
ProcessValidationContextImpl
public interface ProcessValidationContext
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionaddEntry(ValidationError entry) default ValidationErrordefault ValidationErroraddError(String problem, BaseElement baseElement, String description) default ValidationErroraddError(String problem, FlowElement flowElement, BaseElement baseElement, String description) default ValidationErrordefault ValidationErroraddError(String problem, Process process, BaseElement baseElement, String description) default ValidationErroraddError(String problem, Process process, BaseElement baseElement, String description, boolean isWarning) default ValidationErroraddError(String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description) default ValidationErroraddError(String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description, boolean isWarning) default ValidationErroraddWarning(String problem, Process process, BaseElement baseElement, String description) default ValidationErroraddWarning(String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description) voidsetCurrentValidatorSet(ValidatorSet validatorSet)
-
Method Details
-
getEntries
List<ValidationError> getEntries() -
addError
-
addError
-
addError
default ValidationError addError(String problem, FlowElement flowElement, BaseElement baseElement, String description) -
addError
default ValidationError addError(String problem, Process process, BaseElement baseElement, String description) -
addError
default ValidationError addError(String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description) -
addWarning
default ValidationError addWarning(String problem, Process process, BaseElement baseElement, String description) -
addWarning
default ValidationError addWarning(String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description) -
addError
default ValidationError addError(String problem, Process process, BaseElement baseElement, String description, boolean isWarning) -
addError
default ValidationError addError(String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description, boolean isWarning) -
addError
-
addEntry
-
setCurrentValidatorSet
-