public interface PersistenceDescriptorValidator
| Modifier and Type | Method and Description |
|---|---|
List<org.guvnor.common.services.shared.validation.model.ValidationMessage> |
validate(org.uberfire.backend.vfs.Path path,
PersistenceDescriptorModel model)
Validates a persistence descriptor.
|
List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate(org.uberfire.backend.vfs.Path path, PersistenceDescriptorModel model)
path - path to the persistence descriptor.model - the persistence descriptor model to validate.Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.