Uses of Interface
org.camunda.bpm.model.xml.validation.ModelElementValidator
Packages that use ModelElementValidator
Package
Description
-
Uses of ModelElementValidator in org.camunda.bpm.model.xml
Method parameters in org.camunda.bpm.model.xml with type arguments of type ModelElementValidatorModifier and TypeMethodDescriptionModelInstance.validate
(Collection<ModelElementValidator<?>> validators) Validate semantic properties of this model instance using a collection of validators. -
Uses of ModelElementValidator in org.camunda.bpm.model.xml.impl
Method parameters in org.camunda.bpm.model.xml.impl with type arguments of type ModelElementValidatorModifier and TypeMethodDescriptionModelInstanceImpl.validate
(Collection<ModelElementValidator<?>> validators) -
Uses of ModelElementValidator in org.camunda.bpm.model.xml.impl.validation
Fields in org.camunda.bpm.model.xml.impl.validation with type parameters of type ModelElementValidatorModifier and TypeFieldDescriptionprotected Collection<ModelElementValidator<?>>
ModelInstanceValidator.validators
Constructor parameters in org.camunda.bpm.model.xml.impl.validation with type arguments of type ModelElementValidatorModifierConstructorDescriptionModelInstanceValidator
(ModelInstanceImpl modelInstanceImpl, Collection<ModelElementValidator<?>> validators)