| Package | Description |
|---|---|
| org.nuxeo.template.api | |
| org.nuxeo.template.api.adapters |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateSourceDocument> |
TemplateProcessorService.getAvailableOfficeTemplates(CoreSession session,
String targetType)
Retrieve the
TemplateSourceDocument that can be used as an Office
template (i.e that support to store the template file as main blob of
target DocumentModel) |
List<TemplateSourceDocument> |
TemplateProcessorService.getAvailableTemplates(CoreSession session,
String targetType)
Find
TemplateSourceDocuments that can be bound to a given doc
type. |
| Modifier and Type | Method and Description |
|---|---|
TemplateSourceDocument |
TemplateBasedDocument.getSourceTemplate(String templateName)
Retrieve the
TemplateSourceDocument for a given template name |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateSourceDocument> |
TemplateBasedDocument.getSourceTemplates()
List all
TemplateSourceDocuments that are bound to the underlying
DocumentModel |
Copyright © 2019 Nuxeo SA. All rights reserved.