Uses of Class
org.nuxeo.template.api.TemplateInput
-
-
Uses of TemplateInput in org.nuxeo.template
Methods in org.nuxeo.template that return types with arguments of type TemplateInput Modifier and Type Method Description static List<TemplateInput>
XMLSerializer. readFromXml(String xml)
Deprecated.Method parameters in org.nuxeo.template with type arguments of type TemplateInput Modifier and Type Method Description static String
XMLSerializer. serialize(List<TemplateInput> params)
Deprecated. -
Uses of TemplateInput in org.nuxeo.template.adapters.doc
Methods in org.nuxeo.template.adapters.doc that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
TemplateBasedDocumentAdapterImpl. getParams(String templateName)
Method parameters in org.nuxeo.template.adapters.doc with type arguments of type TemplateInput Modifier and Type Method Description DocumentModel
TemplateBasedDocumentAdapterImpl. saveParams(String templateName, List<TemplateInput> params, boolean save)
void
TemplateBinding. setData(List<TemplateInput> params)
-
Uses of TemplateInput in org.nuxeo.template.adapters.source
Methods in org.nuxeo.template.adapters.source that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
TemplateSourceDocumentAdapterImpl. addInput(TemplateInput input)
List<TemplateInput>
TemplateSourceDocumentAdapterImpl. getParams()
Methods in org.nuxeo.template.adapters.source with parameters of type TemplateInput Modifier and Type Method Description List<TemplateInput>
TemplateSourceDocumentAdapterImpl. addInput(TemplateInput input)
Method parameters in org.nuxeo.template.adapters.source with type arguments of type TemplateInput Modifier and Type Method Description DocumentModel
TemplateSourceDocumentAdapterImpl. saveParams(List<TemplateInput> params, boolean save)
-
Uses of TemplateInput in org.nuxeo.template.api
Methods in org.nuxeo.template.api that return TemplateInput Modifier and Type Method Description static TemplateInput
TemplateInput. factory(String name, InputType type, Object value)
static TemplateInput
TemplateInput. factory(String name, InputType type, Object value, String description, Boolean isReadonly, Boolean isAutoloop)
TemplateInput
TemplateInput. getCopy(boolean readOnly)
TemplateInput
TemplateInput. update(TemplateInput other)
Methods in org.nuxeo.template.api that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
TemplateProcessor. getInitialParametersDefinition(Blob blob)
Extract parameters from the Template file.List<TemplateInput>
TemplateInput. getListValue()
Map<String,TemplateInput>
TemplateInput. getMapValue()
Methods in org.nuxeo.template.api with parameters of type TemplateInput Modifier and Type Method Description TemplateInput
TemplateInput. update(TemplateInput other)
-
Uses of TemplateInput in org.nuxeo.template.api.adapters
Methods in org.nuxeo.template.api.adapters that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
TemplateSourceDocument. addInput(TemplateInput input)
Add or update aTemplateInput
to the list of template parameters.List<TemplateInput>
TemplateBasedDocument. getParams(String templateName)
Retrieve parameters for the associated templateList<TemplateInput>
TemplateSourceDocument. getParams()
Retrieve the parameters associated to the Template fileMethods in org.nuxeo.template.api.adapters with parameters of type TemplateInput Modifier and Type Method Description List<TemplateInput>
TemplateSourceDocument. addInput(TemplateInput input)
Add or update aTemplateInput
to the list of template parameters.Method parameters in org.nuxeo.template.api.adapters with type arguments of type TemplateInput Modifier and Type Method Description DocumentModel
TemplateBasedDocument. saveParams(String templateName, List<TemplateInput> params, boolean save)
Save parameters changes.DocumentModel
TemplateSourceDocument. saveParams(List<TemplateInput> params, boolean save)
Save parameters changes -
Uses of TemplateInput in org.nuxeo.template.processors
Methods in org.nuxeo.template.processors that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
IdentityProcessor. getInitialParametersDefinition(Blob blob)
Methods in org.nuxeo.template.processors with parameters of type TemplateInput Modifier and Type Method Description protected Object
AbstractBindingResolver. extractAutoLoop(TemplateInput param, Property property)
protected Object
AbstractBindingResolver. extractBlobContent(DocumentModel doc, TemplateInput param)
protected Object
AbstractBindingResolver. extractDefaultValue(DocumentModel doc, TemplateInput param)
protected String
AbstractBindingResolver. extractHTMLPreview(DocumentModel doc, TemplateInput param)
protected Object
AbstractBindingResolver. extractValueFromParam(TemplateBasedDocument templateBasedDocument, TemplateInput param)
protected Property
AbstractBindingResolver. getDocProperty(TemplateInput param, DocumentModel doc)
Method parameters in org.nuxeo.template.processors with type arguments of type TemplateInput Modifier and Type Method Description void
AbstractBindingResolver. resolve(List<TemplateInput> inputParams, Map<String,Object> context, TemplateBasedDocument templateBasedDocument)
void
InputBindingResolver. resolve(List<TemplateInput> inputParams, Map<String,Object> context, TemplateBasedDocument templateBasedDocument)
-
Uses of TemplateInput in org.nuxeo.template.processors.docx
Methods in org.nuxeo.template.processors.docx that return TemplateInput Modifier and Type Method Description protected TemplateInput
WordXMLRawTemplateProcessor. getParamByName(String name, List<TemplateInput> params)
Methods in org.nuxeo.template.processors.docx that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
WordXMLRawTemplateProcessor. getInitialParametersDefinition(Blob blob)
Method parameters in org.nuxeo.template.processors.docx with type arguments of type TemplateInput Modifier and Type Method Description protected TemplateInput
WordXMLRawTemplateProcessor. getParamByName(String name, List<TemplateInput> params)
-
Uses of TemplateInput in org.nuxeo.template.processors.fm
Methods in org.nuxeo.template.processors.fm that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
FreeMarkerProcessor. getInitialParametersDefinition(Blob blob)
-
Uses of TemplateInput in org.nuxeo.template.processors.jod
Methods in org.nuxeo.template.processors.jod that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
JODReportTemplateProcessor. getInitialParametersDefinition(Blob blob)
-
Uses of TemplateInput in org.nuxeo.template.processors.jxls
Methods in org.nuxeo.template.processors.jxls that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
JXLSTemplateProcessor. getInitialParametersDefinition(Blob blob)
-
Uses of TemplateInput in org.nuxeo.template.processors.xdocreport
Methods in org.nuxeo.template.processors.xdocreport that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
XDocReportProcessor. getInitialParametersDefinition(Blob blob)
-
Uses of TemplateInput in org.nuxeo.template.processors.xslt
Methods in org.nuxeo.template.processors.xslt that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
XSLTProcessor. getInitialParametersDefinition(Blob blob)
-
Uses of TemplateInput in org.nuxeo.template.serializer.executors
Methods in org.nuxeo.template.serializer.executors that return TemplateInput Modifier and Type Method Description protected TemplateInput
XMLTemplateSerializer. extractTemplateInputFromXMLNode(org.dom4j.Element node)
Methods in org.nuxeo.template.serializer.executors that return types with arguments of type TemplateInput Modifier and Type Method Description List<TemplateInput>
TemplateSerializer. deserialize(String content)
Transform String to a List of TemplateInput.List<TemplateInput>
XMLTemplateSerializer. deserialize(String xml)
Methods in org.nuxeo.template.serializer.executors with parameters of type TemplateInput Modifier and Type Method Description protected void
XMLTemplateSerializer. doSerialization(org.dom4j.Element field, TemplateInput param)
Method parameters in org.nuxeo.template.serializer.executors with type arguments of type TemplateInput Modifier and Type Method Description String
TemplateSerializer. serialize(List<TemplateInput> params)
Transform the List of TemplateInput to String.String
XMLTemplateSerializer. serialize(List<TemplateInput> params)
-
Uses of TemplateInput in org.nuxeo.template.serializer.service
Methods in org.nuxeo.template.serializer.service that return types with arguments of type TemplateInput Modifier and Type Method Description default List<TemplateInput>
TemplateSerializerService. deserializeXML(String content)
Convenient method to deserialize XML content using the 'xml'TemplateSerializer
..Method parameters in org.nuxeo.template.serializer.service with type arguments of type TemplateInput Modifier and Type Method Description default String
TemplateSerializerService. serializeXML(List<TemplateInput> params)
Convenient method to serializeparams
to XML using the 'xml'TemplateSerializer
.
-