Uses of Class
org.nuxeo.template.api.TemplateInput
Packages that use TemplateInput
Package
Description
-
Uses of TemplateInput in org.nuxeo.template
Methods in org.nuxeo.template that return types with arguments of type TemplateInputModifier and TypeMethodDescriptionstatic List<TemplateInput> XMLSerializer.readFromXml(String xml) Deprecated.Method parameters in org.nuxeo.template with type arguments of type TemplateInputModifier and TypeMethodDescriptionstatic StringXMLSerializer.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 TemplateInputModifier and TypeMethodDescriptionMethod parameters in org.nuxeo.template.adapters.doc with type arguments of type TemplateInputModifier and TypeMethodDescriptionTemplateBasedDocumentAdapterImpl.saveParams(String templateName, List<TemplateInput> params, boolean save) voidTemplateBinding.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 TemplateInputModifier and TypeMethodDescriptionTemplateSourceDocumentAdapterImpl.addInput(TemplateInput input) TemplateSourceDocumentAdapterImpl.getParams()Methods in org.nuxeo.template.adapters.source with parameters of type TemplateInputModifier and TypeMethodDescriptionTemplateSourceDocumentAdapterImpl.addInput(TemplateInput input) Method parameters in org.nuxeo.template.adapters.source with type arguments of type TemplateInputModifier and TypeMethodDescriptionTemplateSourceDocumentAdapterImpl.saveParams(List<TemplateInput> params, boolean save) -
Uses of TemplateInput in org.nuxeo.template.api
Methods in org.nuxeo.template.api that return TemplateInputModifier and TypeMethodDescriptionstatic TemplateInputstatic TemplateInputTemplateInput.factory(String name, InputType type, Object value, String description, Boolean isReadonly, Boolean isAutoloop) TemplateInput.getCopy(boolean readOnly) TemplateInput.update(TemplateInput other) Methods in org.nuxeo.template.api that return types with arguments of type TemplateInputModifier and TypeMethodDescriptionTemplateProcessor.getInitialParametersDefinition(Blob blob) Extract parameters from the Template file.TemplateInput.getListValue()TemplateInput.getMapValue()Methods in org.nuxeo.template.api with parameters of type TemplateInput -
Uses of TemplateInput in org.nuxeo.template.api.adapters
Methods in org.nuxeo.template.api.adapters that return types with arguments of type TemplateInputModifier and TypeMethodDescriptionTemplateSourceDocument.addInput(TemplateInput input) Add or update aTemplateInputto the list of template parameters.Retrieve parameters for the associated templateTemplateSourceDocument.getParams()Retrieve the parameters associated to the Template fileMethods in org.nuxeo.template.api.adapters with parameters of type TemplateInputModifier and TypeMethodDescriptionTemplateSourceDocument.addInput(TemplateInput input) Add or update aTemplateInputto the list of template parameters.Method parameters in org.nuxeo.template.api.adapters with type arguments of type TemplateInputModifier and TypeMethodDescriptionTemplateBasedDocument.saveParams(String templateName, List<TemplateInput> params, boolean save) Save parameters changes.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 TemplateInputMethods in org.nuxeo.template.processors with parameters of type TemplateInputModifier and TypeMethodDescriptionprotected ObjectAbstractBindingResolver.extractAutoLoop(TemplateInput param, Property property) protected ObjectAbstractBindingResolver.extractBlobContent(DocumentModel doc, TemplateInput param) protected ObjectAbstractBindingResolver.extractDefaultValue(DocumentModel doc, TemplateInput param) protected StringAbstractBindingResolver.extractHTMLPreview(DocumentModel doc, TemplateInput param) protected ObjectAbstractBindingResolver.extractValueFromParam(TemplateBasedDocument templateBasedDocument, TemplateInput param) protected PropertyAbstractBindingResolver.getDocProperty(TemplateInput param, DocumentModel doc) Method parameters in org.nuxeo.template.processors with type arguments of type TemplateInputModifier and TypeMethodDescriptionvoidAbstractBindingResolver.resolve(List<TemplateInput> inputParams, Map<String, Object> context, TemplateBasedDocument templateBasedDocument) voidInputBindingResolver.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 TemplateInputModifier and TypeMethodDescriptionprotected TemplateInputWordXMLRawTemplateProcessor.getParamByName(String name, List<TemplateInput> params) Methods in org.nuxeo.template.processors.docx that return types with arguments of type TemplateInputModifier and TypeMethodDescriptionWordXMLRawTemplateProcessor.getInitialParametersDefinition(Blob blob) Method parameters in org.nuxeo.template.processors.docx with type arguments of type TemplateInputModifier and TypeMethodDescriptionprotected TemplateInputWordXMLRawTemplateProcessor.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 -
Uses of TemplateInput in org.nuxeo.template.processors.jod
Methods in org.nuxeo.template.processors.jod that return types with arguments of type TemplateInputModifier and TypeMethodDescriptionJODReportTemplateProcessor.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 TemplateInputModifier and TypeMethodDescriptionJXLSTemplateProcessor.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 -
Uses of TemplateInput in org.nuxeo.template.processors.xslt
Methods in org.nuxeo.template.processors.xslt that return types with arguments of type TemplateInput -
Uses of TemplateInput in org.nuxeo.template.serializer.executors
Methods in org.nuxeo.template.serializer.executors that return TemplateInputModifier and TypeMethodDescriptionprotected TemplateInputXMLTemplateSerializer.extractTemplateInputFromXMLNode(org.dom4j.Element node) Methods in org.nuxeo.template.serializer.executors that return types with arguments of type TemplateInputModifier and TypeMethodDescriptionTemplateSerializer.deserialize(String content) Transform String to a List of TemplateInput.XMLTemplateSerializer.deserialize(String xml) Methods in org.nuxeo.template.serializer.executors with parameters of type TemplateInputModifier and TypeMethodDescriptionprotected voidXMLTemplateSerializer.doSerialization(org.dom4j.Element field, TemplateInput param) Method parameters in org.nuxeo.template.serializer.executors with type arguments of type TemplateInputModifier and TypeMethodDescriptionTemplateSerializer.serialize(List<TemplateInput> params) Transform the List of TemplateInput to 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 TemplateInputModifier and TypeMethodDescriptiondefault 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 TemplateInputModifier and TypeMethodDescriptiondefault StringTemplateSerializerService.serializeXML(List<TemplateInput> params) Convenient method to serializeparamsto XML using the 'xml'TemplateSerializer.