Docmosis API 4.5.0

Uses of Class
com.docmosis.document.converter.ConversionException

Packages that use ConversionException
com.docmosis.document   
com.docmosis.document.converter   
com.docmosis.template.store   
 

Uses of ConversionException in com.docmosis.document
 

Methods in com.docmosis.document that throw ConversionException
static DocumentRenderResult DocumentProcessor.renderDoc(RenderRequest request)
          Execute a render using the given render request.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, File outputFile, DataProvider dp)
          Render the given template to the given output file with the given data.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, File outputFile, DataProvider dp, boolean cleanupDataProvider)
          Render the given template to the given output file with the given data.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, OutputStream outputStream, ConversionFormat format, DataProvider dp)
          Render the given template to the given output stream with the given data.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, OutputStream outputStream, ConversionFormat format, DataProvider dp, boolean cleanupDataProvider)
          Render the given template to the given output stream with the given data.
 

Uses of ConversionException in com.docmosis.document.converter
 

Subclasses of ConversionException in com.docmosis.document.converter
 class ConversionServiceFailureException
           
 

Uses of ConversionException in com.docmosis.template.store
 

Methods in com.docmosis.template.store that throw ConversionException
 void DropStoreHelper.process(File dropDirectory)
          Drop a whole directory of templates into the store processing sub-directories.
 void DropStoreHelper.processJarOrZipFile(File file, TemplateContext storeContext, boolean logErrors)
          Process the contents of a Jar or Zip file as it if was a directory.
 void DropStoreHelper.processResource(URL url, TemplateContext baseContext, boolean logErrors)
          Process templates from the specified URL.
static TemplateDetails StoreHelper.storeTemplate(String templateName, File templateFile, TemplateStore store)
          Store a template in the given template store.
static TemplateDetails StoreHelper.storeTemplate(String templateName, File templateFile, boolean overwrite, TemplateStore store)
          Store a template in the given template store (this process is known as template registration) specifying whether to overwrite any existing registrations or not.
static TemplateDetails StoreHelper.storeTemplate(TemplateIdentifier templateId, File templateFile, TemplateStore store)
          Store a template in the given template store (this process is known as template registration).
static TemplateDetails StoreHelper.storeTemplate(TemplateIdentifier templateId, InputStream origTemplateStream, boolean overwrite, boolean waitForConverter, TemplateStore store)
          Store the given template stream against the given templateId in the given store.
static TemplateDetails StoreHelper.storeTemplate(TemplateIdentifier templateId, File templateFile, boolean overwrite, boolean waitForConverter, TemplateStore store)
          Store a template in the given template store (this process is known as template registration).
 


Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.