public interface Validator<E>
| Modifier and Type | Method and Description |
|---|---|
List<String> |
validate(E element)
Validate an element.
|
List<String> validate(E element) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
element - to validateorg.bonitasoft.engine.commons.exceptions.SBonitaException - if an exception occurs during validationCopyright © 2017 Bonitasoft S.A.. All rights reserved.