Package org.activiti.validation
Interface ProcessValidator
- All Known Implementing Classes:
ProcessValidatorImpl
public interface ProcessValidator
Validates a process definition against the rules of the Activiti engine to be executable
-
Method Summary
Modifier and TypeMethodDescriptionReturns theValidatorSetinstances for this process validator.validate(org.activiti.bpmn.model.BpmnModel bpmnModel) Validates the providedBpmnModeland returns a list of allValidationErroroccurences found.
-
Method Details
-
validate
Validates the providedBpmnModeland returns a list of allValidationErroroccurences found. -
getValidatorSets
List<ValidatorSet> getValidatorSets()Returns theValidatorSetinstances for this process validator. Useful if some validation rules need to be disabled.
-