Uses of Class
org.ehrbase.webtemplate.model.WebTemplateInput
-
Packages that use WebTemplateInput Package Description org.ehrbase.webtemplate.interpreter org.ehrbase.webtemplate.model org.ehrbase.webtemplate.parser -
-
Uses of WebTemplateInput in org.ehrbase.webtemplate.interpreter
Methods in org.ehrbase.webtemplate.interpreter with parameters of type WebTemplateInput Modifier and Type Method Description protected Optional<InterpreterPathNode>Interpreter. findPathToValue(WebTemplateNode parent, AqlPath path, WebTemplateInput input)Constructors in org.ehrbase.webtemplate.interpreter with parameters of type WebTemplateInput Constructor Description SimpleTemplateNode(WebTemplateInput input) -
Uses of WebTemplateInput in org.ehrbase.webtemplate.model
Methods in org.ehrbase.webtemplate.model that return types with arguments of type WebTemplateInput Modifier and Type Method Description List<WebTemplateInput>WebTemplateNode. getInputs()Constructors in org.ehrbase.webtemplate.model with parameters of type WebTemplateInput Constructor Description WebTemplateInput(WebTemplateInput other) -
Uses of WebTemplateInput in org.ehrbase.webtemplate.parser
Methods in org.ehrbase.webtemplate.parser that return WebTemplateInput Modifier and Type Method Description static WebTemplateInputInputHandler. buildWebTemplateInput(String suffix, String type)WebTemplateInputInputHandler. extractInput(CPRIMITIVEOBJECT cprimitiveobject)
-