Class PlatformEventsValidator
- java.lang.Object
-
- org.flowable.validation.validator.ValidatorImpl
-
- org.flowable.validation.validator.ProcessLevelValidator
-
- com.flowable.validation.bpmn.impl.PlatformEventsValidator
-
- All Implemented Interfaces:
Validator
public class PlatformEventsValidator extends ProcessLevelValidator
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected Collection<EventValidator>
validators
-
Constructor Summary
Constructors Constructor Description PlatformEventsValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addValidator(EventValidator validator)
protected void
executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> list)
protected void
executeValidationForEvent(BpmnModel bpmnModel, Process process, Event event, List<ValidationError> errors)
Collection<EventValidator>
getValidators()
-
Methods inherited from class org.flowable.validation.validator.ProcessLevelValidator
validate
-
Methods inherited from class org.flowable.validation.validator.ValidatorImpl
addError, addError, addError, addError, addError, addError, addError, addError, addError, addWarning, addWarning
-
-
-
-
Field Detail
-
validators
protected final Collection<EventValidator> validators
-
-
Method Detail
-
executeValidation
protected void executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> list)
- Specified by:
executeValidation
in classProcessLevelValidator
-
executeValidationForEvent
protected void executeValidationForEvent(BpmnModel bpmnModel, Process process, Event event, List<ValidationError> errors)
-
addValidator
public void addValidator(EventValidator validator)
-
getValidators
public Collection<EventValidator> getValidators()
-
-