Uses of Interface
org.camunda.bpm.model.xml.validation.ModelElementValidator

Packages that use ModelElementValidator
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
 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
 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
protected  Collection<ModelElementValidator<?>> ModelInstanceValidator.validators
           
 

Constructor parameters in org.camunda.bpm.model.xml.impl.validation with type arguments of type ModelElementValidator
ModelInstanceValidator(ModelInstanceImpl modelInstanceImpl, Collection<ModelElementValidator<?>> validators)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.