Uses of Interface
org.flowable.cmmn.validation.CaseValidator
Packages that use CaseValidator
Package
Description
-
Uses of CaseValidator in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as CaseValidatorMethods in org.flowable.cmmn.engine that return CaseValidatorMethods in org.flowable.cmmn.engine with parameters of type CaseValidatorModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCaseValidator
(CaseValidator caseValidator) -
Uses of CaseValidator in org.flowable.cmmn.engine.impl.deployer
Methods in org.flowable.cmmn.engine.impl.deployer that return CaseValidator -
Uses of CaseValidator in org.flowable.cmmn.engine.impl.parser
Methods in org.flowable.cmmn.engine.impl.parser that return CaseValidatorModifier and TypeMethodDescriptionCmmnParseContext.caseValidator()
The validation that should be used for the Case Model validationMethods in org.flowable.cmmn.engine.impl.parser with parameters of type CaseValidatorModifier and TypeMethodDescriptionprotected void
CmmnParserImpl.validateCmmnModel
(CaseValidator caseValidator, CmmnModel cmmnModel) -
Uses of CaseValidator in org.flowable.cmmn.validation
Classes in org.flowable.cmmn.validation that implement CaseValidatorMethods in org.flowable.cmmn.validation that return CaseValidator