Uses of Class
com.docmosis.template.TemplateDetails

Packages that use TemplateDetails
com.docmosis.template   
com.docmosis.template.store   
 

Uses of TemplateDetails in com.docmosis.template
 

Methods in com.docmosis.template that return TemplateDetails
 TemplateDetails Template.getDetails()
           
 

Uses of TemplateDetails in com.docmosis.template.store
 

Methods in com.docmosis.template.store that return TemplateDetails
 TemplateDetails[] TemplateStore.findByContext(TemplateContext templateContext, boolean includeSubContexts)
          Get the list of templates for the given context.
 TemplateDetails[] TemplateStoreFactory.PresetTemplateStore.findByContext(TemplateContext templateContext, boolean includeSubContexts)
           
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(String templateName, File templateFile, TemplateStore store)
          Store a template in the given template 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).
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, Long origTemplateLastModified, boolean overwrite, boolean waitForConverter, TemplateStore store)
          Store the given template stream against the given templateId in the given store.
 TemplateDetails TemplateStore.storeTemplate(TemplateIdentifier templateId, InputStream origTemplateSource, Long origTemplateLastModified, InputStream workingTemplateSource, TemplateAnalysis analysis, InputStream thumbnail, boolean overwrite, boolean templateErrorsFatal, String plainTextFieldPrefix, String plainTextFieldSuffix, boolean allowPaddedFields)
          Store the given InputStream as a template using the given templateId.
 TemplateDetails TemplateStoreFactory.PresetTemplateStore.storeTemplate(TemplateIdentifier templateId, InputStream origTemplateSource, Long origTemplateLastModified, InputStream workingTemplateSource, TemplateAnalysis analysis, InputStream thumbnail, boolean overwrite, boolean templateErrorsFatal, String plainTextFieldPrefix, String plainTextFieldSuffix, boolean allowPaddedFields)
           
 



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