public interface ProcessValidator
| Modifier and Type | Method and Description |
|---|---|
List<ValidatorSet> |
getValidatorSets()
Returns the
ValidatorSet instances for this process validator. |
List<ValidationError> |
validate(BpmnModel bpmnModel)
Validates the provided
BpmnModel and returns a list
of all ValidationError occurences found. |
List<ValidationError> validate(BpmnModel bpmnModel)
BpmnModel and returns a list
of all ValidationError occurences found.List<ValidatorSet> getValidatorSets()
ValidatorSet instances for this process validator.
Useful if some validation rules need to be disabled.Copyright © 2016 Alfresco. All rights reserved.