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
 InputStream TemplateStore.getOriginalTemplate(TemplateIdentifier templateId)
          Get the original template provided in storeTemplate().
 InputStream TemplateStoreFactory.PresetTemplateStore.getOriginalTemplate(TemplateIdentifier templateId)
           
 Template TemplateStore.getTemplate(TemplateIdentifier templateId)
          Get the (working) template identified by the given templateId.
 Template TemplateStoreFactory.PresetTemplateStore.getTemplate(TemplateIdentifier templateId)
           
 TemplateAnalysis TemplateStore.getTemplateAnalysis(TemplateIdentifier templateId)
          Get the template analysis for the template identified by the given template info.
 TemplateAnalysis TemplateStoreFactory.PresetTemplateStore.getTemplateAnalysis(TemplateIdentifier templateId)
           
 



Copyright © 2014–2021 Docmosis Pty Ltd. All rights reserved.