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