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