Guvnor - Services API 6.1.0.Beta2

org.guvnor.common.services.shared.validation
Interface ValidationService<T>


public interface ValidationService<T>

Validation Service


Method Summary
 List<ValidationMessage> validate(org.uberfire.backend.vfs.Path path, T content)
          Validate the content
 

Method Detail

validate

List<ValidationMessage> validate(org.uberfire.backend.vfs.Path path,
                                 T content)
Validate the content

Parameters:
content -
Returns:

Guvnor - Services API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.