Package org.flowable.validation
Interface ProcessValidator
- All Known Implementing Classes:
ProcessValidatorImpl
public interface ProcessValidator
Validates a process definition against the rules of the Flowable engine to be executable
- Author:
- jbarrez
-
Method Summary
Modifier and TypeMethodDescriptionReturns theValidatorSet
instances for this process validator.Validates the providedBpmnModel
and returns a list of allValidationError
occurrences found.
-
Method Details
-
validate
Validates the providedBpmnModel
and returns a list of allValidationError
occurrences found. -
getValidatorSets
List<ValidatorSet> getValidatorSets()Returns theValidatorSet
instances for this process validator. Useful if some validation rules need to be disabled.
-