Uses of Interface
org.camunda.bpm.model.xml.validation.ModelElementValidator
-
Packages that use ModelElementValidator Package Description org.camunda.bpm.model.xml org.camunda.bpm.model.xml.impl org.camunda.bpm.model.xml.impl.validation -
-
Uses of ModelElementValidator in org.camunda.bpm.model.xml
Method parameters in org.camunda.bpm.model.xml with type arguments of type ModelElementValidator Modifier and Type Method Description ValidationResults
ModelInstance. 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 ModelElementValidator Modifier and Type Method Description ValidationResults
ModelInstanceImpl. 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 ModelElementValidator Modifier and Type Field Description protected Collection<ModelElementValidator<?>>
ModelInstanceValidator. validators
Constructor parameters in org.camunda.bpm.model.xml.impl.validation with type arguments of type ModelElementValidator Constructor Description ModelInstanceValidator(ModelInstanceImpl modelInstanceImpl, Collection<ModelElementValidator<?>> validators)
-