Docmosis API 4.5.0

com.docmosis.template
Class TemplateValidationResult

java.lang.Object
  extended bycom.docmosis.template.TemplateValidationResult

public class TemplateValidationResult
extends Object

A validation result for a template. If the result indicates errors, then a set of MessageAndSuggestions objects is available that provide details of the problems


Constructor Summary
TemplateValidationResult(MessageAndSuggestions[] errors)
           
 
Method Summary
 MessageAndSuggestions[] getErrors()
           
 boolean hasErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateValidationResult

public TemplateValidationResult(MessageAndSuggestions[] errors)
Method Detail

hasErrors

public boolean hasErrors()

getErrors

public MessageAndSuggestions[] getErrors()

Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.