Uses of Class
org.guvnor.common.services.shared.validation.model.ValidationMessage
-
Packages that use ValidationMessage Package Description org.guvnor.common.services.backend.validation org.guvnor.common.services.shared.validation org.guvnor.common.services.shared.validation.model -
-
Uses of ValidationMessage in org.guvnor.common.services.backend.validation
Methods in org.guvnor.common.services.backend.validation that return types with arguments of type ValidationMessage Modifier and Type Method Description List<ValidationMessage>GenericValidator. validate(org.uberfire.backend.vfs.Path resourcePath)Validate an asset.List<ValidationMessage>GenericValidator. validate(org.uberfire.backend.vfs.Path resourcePath, String content)Validate an asset. -
Uses of ValidationMessage in org.guvnor.common.services.shared.validation
Methods in org.guvnor.common.services.shared.validation that return types with arguments of type ValidationMessage Modifier and Type Method Description List<ValidationMessage>ValidationService. validate(org.uberfire.backend.vfs.Path path, T content)Validate the content -
Uses of ValidationMessage in org.guvnor.common.services.shared.validation.model
Constructors in org.guvnor.common.services.shared.validation.model with parameters of type ValidationMessage Constructor Description ValidationMessage(ValidationMessage other)
-