Uses of Class
org.kuali.coeus.s2sgen.impl.validate.ValidationResult
Packages that use ValidationResult
-
Uses of ValidationResult in org.kuali.coeus.s2sgen.impl.validate
Methods in org.kuali.coeus.s2sgen.impl.validate that return ValidationResultModifier and TypeMethodDescriptionS2SValidatorService.validateApplication(String applicationXml, org.springframework.core.io.Resource oppSchemaResource) This method receives a full s2s application and the url to a schema and validates the application against the schema.S2SValidatorServiceImpl.validateApplication(String applicationXml, org.springframework.core.io.Resource oppSchemaResource) S2SValidatorService.validateForm(org.apache.xmlbeans.XmlObject formObject, String formName) This method receives an XMLObject and validates it against its schema and returns the validation result.S2SValidatorServiceImpl.validateForm(org.apache.xmlbeans.XmlObject formObject, String formName) This method receives an XMLObject and validates it against its schema and returns the validation result.