Class MessageThrowEventValidator
java.lang.Object
io.camunda.zeebe.model.bpmn.validation.zeebe.MessageThrowEventValidator
- All Implemented Interfaces:
org.camunda.bpm.model.xml.validation.ModelElementValidator<ThrowEvent>
public class MessageThrowEventValidator
extends Object
implements org.camunda.bpm.model.xml.validation.ModelElementValidator<ThrowEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends BpmnModelElementInstance>
Collection<T> getExtensionElementsByType(ExtensionElements extensionElements, Class<T> type) voidvalidate(ThrowEvent element, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector)
-
Constructor Details
-
MessageThrowEventValidator
public MessageThrowEventValidator()
-
-
Method Details
-
getElementType
- Specified by:
getElementTypein interfaceorg.camunda.bpm.model.xml.validation.ModelElementValidator<ThrowEvent>
-
validate
public void validate(ThrowEvent element, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector) - Specified by:
validatein interfaceorg.camunda.bpm.model.xml.validation.ModelElementValidator<ThrowEvent>
-
getExtensionElementsByType
public <T extends BpmnModelElementInstance> Collection<T> getExtensionElementsByType(ExtensionElements extensionElements, Class<T> type)
-