Class UnsupportedSignalBoundaryEventValidator
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.validation.UnsupportedSignalBoundaryEventValidator
- All Implemented Interfaces:
org.camunda.bpm.model.xml.validation.ModelElementValidator<BoundaryEvent>
public final class UnsupportedSignalBoundaryEventValidator
extends Object
implements org.camunda.bpm.model.xml.validation.ModelElementValidator<BoundaryEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(BoundaryEvent boundaryEvent, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector)
-
Constructor Details
-
UnsupportedSignalBoundaryEventValidator
public UnsupportedSignalBoundaryEventValidator()
-
-
Method Details
-
getElementType
- Specified by:
getElementTypein interfaceorg.camunda.bpm.model.xml.validation.ModelElementValidator<BoundaryEvent>
-
validate
public void validate(BoundaryEvent boundaryEvent, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector) - Specified by:
validatein interfaceorg.camunda.bpm.model.xml.validation.ModelElementValidator<BoundaryEvent>
-