|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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). |
TemplateDetails |
TemplateStore.storeTemplate(TemplateIdentifier templateId,
InputStream origTemplateSource,
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[] |
TemplateStore.findByContext(TemplateContext templateContext,
boolean includeSubContexts)
Get the list of templates for the given context. |
TemplateDetails[] |
TemplateStoreFactory.PresetTemplateStore.findByContext(TemplateContext templateContext,
boolean includeSubContexts)
|
TemplateDetails |
TemplateStoreFactory.PresetTemplateStore.storeTemplate(TemplateIdentifier templateId,
InputStream origTemplateSource,
InputStream workingTemplateSource,
TemplateAnalysis analysis,
InputStream thumbnail,
boolean overwrite,
boolean templateErrorsFatal,
String plainTextFieldPrefix,
String plainTextFieldSuffix,
boolean allowPaddedFields)
|
|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |