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 theValidatorSetinstances for this process validator.Validates the providedBpmnModeland returns a list of allValidationErroroccurrences found.
-
Method Details
-
validate
Validates the providedBpmnModeland returns a list of allValidationErroroccurrences found. -
getValidatorSets
List<ValidatorSet> getValidatorSets()Returns theValidatorSetinstances for this process validator. Useful if some validation rules need to be disabled.
-