public abstract class IdAndNameValidator<T extends org.camunda.bpm.model.dmn.instance.DmnElement & org.camunda.bpm.model.dmn.instance.NamedElement> extends SimpleValidator<T>
| Constructor and Description |
|---|
IdAndNameValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getName() |
boolean |
isApplicable(T element,
ValidationContext validationContext) |
List<ValidationResult> |
validate(T element,
ValidationContext validationContext) |
getClassUsedToCheckApplicabilityapply, getClassUnderValidationprotected abstract String getName()
public boolean isApplicable(T element, ValidationContext validationContext)
isApplicable in class GenericValidator<T extends org.camunda.bpm.model.dmn.instance.DmnElement & org.camunda.bpm.model.dmn.instance.NamedElement,T extends org.camunda.bpm.model.dmn.instance.DmnElement & org.camunda.bpm.model.dmn.instance.NamedElement>public List<ValidationResult> validate(T element, ValidationContext validationContext)
validate in class GenericValidator<T extends org.camunda.bpm.model.dmn.instance.DmnElement & org.camunda.bpm.model.dmn.instance.NamedElement,T extends org.camunda.bpm.model.dmn.instance.DmnElement & org.camunda.bpm.model.dmn.instance.NamedElement>Copyright © 2021 red6 enterprise software GmbH. All rights reserved.