Class ErrorRefFormatEventValidator
java.lang.Object
com.flowable.validation.bpmn.impl.ErrorRefFormatEventValidator
- All Implemented Interfaces:
EventValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisValidErrorRef(String errorRef) booleansupports(org.flowable.bpmn.model.Event event) voidvalidate(org.flowable.bpmn.model.BpmnModel bpmnModel, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.Event event, org.flowable.validation.ProcessValidationContext validationContext)
-
Constructor Details
-
ErrorRefFormatEventValidator
public ErrorRefFormatEventValidator()
-
-
Method Details
-
supports
public boolean supports(org.flowable.bpmn.model.Event event) - Specified by:
supportsin interfaceEventValidator
-
validate
public void validate(org.flowable.bpmn.model.BpmnModel bpmnModel, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.Event event, org.flowable.validation.ProcessValidationContext validationContext) - Specified by:
validatein interfaceEventValidator
-
isValidErrorRef
-