Package org.ehrbase.application.config
Class ServerConfigImp.AqlConfig
- java.lang.Object
-
- org.ehrbase.application.config.ServerConfigImp.AqlConfig
-
- Enclosing class:
- ServerConfigImp
public static class ServerConfigImp.AqlConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description AqlConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIgnoreIterativeNodeList()IntegergetIterationScanDepth()BooleangetUseJsQuery()voidsetIgnoreIterativeNodeList(String ignoreIterativeNodeList)voidsetIterationScanDepth(Integer iterationScanDepth)voidsetUseJsQuery(Boolean useJsQuery)
-
-
-
Method Detail
-
getUseJsQuery
public Boolean getUseJsQuery()
-
getIgnoreIterativeNodeList
public String getIgnoreIterativeNodeList()
-
getIterationScanDepth
public Integer getIterationScanDepth()
-
setUseJsQuery
public void setUseJsQuery(Boolean useJsQuery)
-
setIgnoreIterativeNodeList
public void setIgnoreIterativeNodeList(String ignoreIterativeNodeList)
-
setIterationScanDepth
public void setIterationScanDepth(Integer iterationScanDepth)
-
-