Package org.flowable.validation
Class ProcessValidatorImpl
java.lang.Object
org.flowable.validation.ProcessValidatorImpl
- All Implemented Interfaces:
ProcessValidator
- Author:
- jbarrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addValidatorSet
(ValidatorSet validatorSet) Returns theValidatorSet
instances for this process validator.void
setValidatorSets
(List<ValidatorSet> validatorSets) Validates the providedBpmnModel
and returns a list of allValidationError
occurrences found.
-
Field Details
-
validatorSets
-
-
Constructor Details
-
ProcessValidatorImpl
public ProcessValidatorImpl()
-
-
Method Details
-
validate
Description copied from interface:ProcessValidator
Validates the providedBpmnModel
and returns a list of allValidationError
occurrences found.- Specified by:
validate
in interfaceProcessValidator
-
getValidatorSets
Description copied from interface:ProcessValidator
Returns theValidatorSet
instances for this process validator. Useful if some validation rules need to be disabled.- Specified by:
getValidatorSets
in interfaceProcessValidator
-
setValidatorSets
-
addValidatorSet
-