| Package | Description |
|---|---|
| org.nuxeo.template.api | |
| org.nuxeo.template.api.adapters |
| Modifier and Type | Method and Description |
|---|---|
TemplateInput |
TemplateInput.getCopy(boolean readOnly) |
TemplateInput |
TemplateInput.update(TemplateInput other) |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateInput> |
TemplateProcessor.getInitialParametersDefinition(Blob blob)
Extract parameters from the Template file.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateInput |
TemplateInput.update(TemplateInput other) |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateInput> |
TemplateSourceDocument.addInput(TemplateInput input)
Add or update a
TemplateInput to the list of template parameters. |
List<TemplateInput> |
TemplateSourceDocument.getParams()
Retrieve the parameters associated to the Template file
|
List<TemplateInput> |
TemplateBasedDocument.getParams(String templateName)
Retrieve parameters for the associated template
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateInput> |
TemplateSourceDocument.addInput(TemplateInput input)
Add or update a
TemplateInput to the list of template parameters. |
| Modifier and Type | Method and Description |
|---|---|
DocumentModel |
TemplateSourceDocument.saveParams(List<TemplateInput> params,
boolean save)
Save parameters changes
|
DocumentModel |
TemplateBasedDocument.saveParams(String templateName,
List<TemplateInput> params,
boolean save)
Save parameters changes.
|
Copyright © 2019 Nuxeo SA. All rights reserved.