Modifier and Type | Method and Description |
---|---|
static List<TemplateInput> |
XMLSerializer.readFromXml(String xml) |
Modifier and Type | Method and Description |
---|---|
static String |
XMLSerializer.serialize(List<TemplateInput> params) |
Modifier and Type | Method and Description |
---|---|
List<TemplateInput> |
TemplateBasedDocumentAdapterImpl.getParams(String templateName) |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
TemplateBasedDocumentAdapterImpl.saveParams(String templateName,
List<TemplateInput> params,
boolean save) |
void |
TemplateBinding.setData(List<TemplateInput> params) |
Modifier and Type | Method and Description |
---|---|
List<TemplateInput> |
TemplateSourceDocumentAdapterImpl.addInput(TemplateInput input) |
List<TemplateInput> |
TemplateSourceDocumentAdapterImpl.getParams() |
Modifier and Type | Method and Description |
---|---|
List<TemplateInput> |
TemplateSourceDocumentAdapterImpl.addInput(TemplateInput input) |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
TemplateSourceDocumentAdapterImpl.saveParams(List<TemplateInput> params,
boolean save) |
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.
|
Modifier and Type | Field and Description |
---|---|
protected TemplateInput |
BaseTemplateAction.newInput |
Modifier and Type | Field and Description |
---|---|
protected List<TemplateInput> |
BaseTemplateAction.templateEditableInputs |
protected List<TemplateInput> |
TemplatesActionBean.templateInputs |
protected List<TemplateInput> |
TemplateBasedActionBean.templateInputs |
Modifier and Type | Method and Description |
---|---|
TemplateInput |
TemplatesActionBean.getNewInput() |
TemplateInput |
TemplateBasedActionBean.getNewInput() |
Modifier and Type | Method and Description |
---|---|
List<TemplateInput> |
TemplatesActionBean.getTemplateEditableInputs() |
List<TemplateInput> |
TemplateBasedActionBean.getTemplateEditableInputs() |
List<TemplateInput> |
TemplatesActionBean.getTemplateInputs() |
List<TemplateInput> |
TemplateBasedActionBean.getTemplateInputs() |
Modifier and Type | Method and Description |
---|---|
void |
TemplatesActionBean.setNewInput(TemplateInput newInput) |
void |
TemplateBasedActionBean.setNewInput(TemplateInput newInput) |
Modifier and Type | Method and Description |
---|---|
void |
TemplatesActionBean.setTemplateEditableInputs(List<TemplateInput> templateEditableInputs) |
void |
TemplateBasedActionBean.setTemplateEditableInputs(List<TemplateInput> templateEditableInputs) |
void |
TemplatesActionBean.setTemplateInputs(List<TemplateInput> templateInputs) |
void |
TemplateBasedActionBean.setTemplateInputs(List<TemplateInput> templateInputs) |
Modifier and Type | Method and Description |
---|---|
List<TemplateInput> |
IdentityProcessor.getInitialParametersDefinition(Blob blob) |
Modifier and Type | Method and Description |
---|---|
void |
InputBindingResolver.resolve(List<TemplateInput> inputParams,
Map<String,Object> context,
TemplateBasedDocument templateBasedDocument) |
void |
AbstractBindingResolver.resolve(List<TemplateInput> inputParams,
Map<String,Object> context,
TemplateBasedDocument templateBasedDocument) |
Modifier and Type | Method and Description |
---|---|
protected TemplateInput |
WordXMLRawTemplateProcessor.getParamByName(String name,
List<TemplateInput> params) |
Modifier and Type | Method and Description |
---|---|
List<TemplateInput> |
WordXMLRawTemplateProcessor.getInitialParametersDefinition(Blob blob) |
Modifier and Type | Method and Description |
---|---|
protected TemplateInput |
WordXMLRawTemplateProcessor.getParamByName(String name,
List<TemplateInput> params) |
Modifier and Type | Method and Description |
---|---|
List<TemplateInput> |
FreeMarkerProcessor.getInitialParametersDefinition(Blob blob) |
Modifier and Type | Method and Description |
---|---|
List<TemplateInput> |
JODReportTemplateProcessor.getInitialParametersDefinition(Blob blob) |
Modifier and Type | Method and Description |
---|---|
List<TemplateInput> |
JXLSTemplateProcessor.getInitialParametersDefinition(Blob blob) |
Modifier and Type | Method and Description |
---|---|
List<TemplateInput> |
XDocReportProcessor.getInitialParametersDefinition(Blob blob) |
Modifier and Type | Method and Description |
---|---|
List<TemplateInput> |
XSLTProcessor.getInitialParametersDefinition(Blob blob) |
Copyright © 2018 Nuxeo. All rights reserved.