Package de.redsix.dmncheck.validators
Class KnowledgeSourceIdAndNameValidator
java.lang.Object
de.redsix.dmncheck.validators.core.GenericValidator<T,T>
de.redsix.dmncheck.validators.core.SimpleValidator<T>
de.redsix.dmncheck.validators.IdAndNameValidator<org.camunda.bpm.model.dmn.instance.KnowledgeSource>
de.redsix.dmncheck.validators.KnowledgeSourceIdAndNameValidator
- All Implemented Interfaces:
Validator
public class KnowledgeSourceIdAndNameValidator
extends IdAndNameValidator<org.camunda.bpm.model.dmn.instance.KnowledgeSource>
-
Constructor Summary
-
Method Summary
Methods inherited from class de.redsix.dmncheck.validators.IdAndNameValidator
isApplicable, validate
Methods inherited from class de.redsix.dmncheck.validators.core.SimpleValidator
getClassUsedToCheckApplicability
Methods inherited from class de.redsix.dmncheck.validators.core.GenericValidator
apply
-
Constructor Details
-
KnowledgeSourceIdAndNameValidator
public KnowledgeSourceIdAndNameValidator()
-
-
Method Details
-
getName
- Specified by:
getName
in classIdAndNameValidator<org.camunda.bpm.model.dmn.instance.KnowledgeSource>
-
getClassUnderValidation
Description copied from class:GenericValidator
Auxiliary method to determine the class for the validation.- Specified by:
getClassUnderValidation
in classGenericValidator<org.camunda.bpm.model.dmn.instance.KnowledgeSource,
org.camunda.bpm.model.dmn.instance.KnowledgeSource> - Returns:
- Class used for validation
-