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 ValidationResultsModelInstance. validate(java.util.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 ValidationResultsModelInstanceImpl. validate(java.util.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 java.util.Collection<ModelElementValidator<?>>ModelInstanceValidator. validatorsConstructor parameters in org.camunda.bpm.model.xml.impl.validation with type arguments of type ModelElementValidator Constructor Description ModelInstanceValidator(ModelInstanceImpl modelInstanceImpl, java.util.Collection<ModelElementValidator<?>> validators)
-