Docmosis API 4.5.0

Uses of Class
com.docmosis.template.TemplateNotFoundException

Packages that use TemplateNotFoundException
com.docmosis.template.analysis.structure   
com.docmosis.template.store   
 

Uses of TemplateNotFoundException in com.docmosis.template.analysis.structure
 

Methods in com.docmosis.template.analysis.structure that throw TemplateNotFoundException
static List TemplateStructureExtractor.getStructureFromDefaultStore(TemplateIdentifier templateId)
          This is a convenience method to extract the TemplateStructure for the given template from the default template store.
static void TemplateStructureExtractor.process(TemplateStructureProcessor processor, TemplateIdentifier templateId)
          This convenience method will get the template from the default TemplateStore and extract the structure before passing it to the given processor to process.
 

Uses of TemplateNotFoundException in com.docmosis.template.store
 

Methods in com.docmosis.template.store that throw TemplateNotFoundException
 Template TemplateStore.getTemplate(TemplateIdentifier templateId)
          Get the (working) template identified by the given templateId.
 InputStream TemplateStore.getOriginalTemplate(TemplateIdentifier templateId)
          Get the original template provided in storeTemplate().
 TemplateAnalysis TemplateStore.getTemplateAnalysis(TemplateIdentifier templateId)
          Get the template analysis for the template identified by the given template info.
 InputStream TemplateStoreFactory.PresetTemplateStore.getOriginalTemplate(TemplateIdentifier templateId)
           
 Template TemplateStoreFactory.PresetTemplateStore.getTemplate(TemplateIdentifier templateId)
           
 TemplateAnalysis TemplateStoreFactory.PresetTemplateStore.getTemplateAnalysis(TemplateIdentifier templateId)
           
 


Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.