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 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 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 DocumentModelTemplateBasedDocumentAdapterImpl. 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 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 DocumentModelTemplateSourceDocumentAdapterImpl. 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 TemplateInputTemplateInput. factory(String name, InputType type, Object value)static TemplateInputTemplateInput. factory(String name, InputType type, Object value, String description, Boolean isReadonly, Boolean isAutoloop)TemplateInputTemplateInput. getCopy(boolean readOnly)TemplateInputTemplateInput. 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 TemplateInputTemplateInput. 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 aTemplateInputto 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 aTemplateInputto the list of template parameters.Method parameters in org.nuxeo.template.api.adapters with type arguments of type TemplateInput Modifier and Type Method Description DocumentModelTemplateBasedDocument. saveParams(String templateName, List<TemplateInput> params, boolean save)Save parameters changes.DocumentModelTemplateSourceDocument. 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 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 TemplateInput Modifier and Type Method Description voidAbstractBindingResolver. 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 TemplateInput Modifier and Type Method Description protected TemplateInputWordXMLRawTemplateProcessor. 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 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 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 TemplateInputXMLTemplateSerializer. 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 voidXMLTemplateSerializer. 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 StringTemplateSerializer. serialize(List<TemplateInput> params)Transform the List of TemplateInput to String.StringXMLTemplateSerializer. 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 StringTemplateSerializerService. serializeXML(List<TemplateInput> params)Convenient method to serializeparamsto XML using the 'xml'TemplateSerializer.
-