Uses of Class
org.ehrbase.aql.dto.path.AqlPath
-
Packages that use AqlPath Package Description org.ehrbase.aql.dto.path org.ehrbase.aql.dto.select -
-
Uses of AqlPath in org.ehrbase.aql.dto.path
Fields in org.ehrbase.aql.dto.path declared as AqlPath Modifier and Type Field Description static AqlPathAqlPath. EMPTY_PATHstatic AqlPathAqlPath. ROOT_PATHMethods in org.ehrbase.aql.dto.path that return AqlPath Modifier and Type Method Description AqlPathAqlPath. addEnd(String... pathExp)AqlPathAqlPath. addEnd(AqlPath add)AqlPathAqlPath. addEnd(AqlPath.AqlNode... nodesToAdd)AqlPathAqlPath. enableFormatCache()AqlPathAqlPath. getEnd(int nodeCount)static AqlPathAqlPath. parse(String pathExp)static AqlPathAqlPath. parse(String pathExp, String nameValue)AqlPathAqlPath. removeEnd(int nodeCount)AqlPathAqlPath. removeEnd(AqlPath remove)AqlPathAqlPath. removeStart(int nodeCount)AqlPathAqlPath. removeStart(AqlPath remove)AqlPathAqlPath. replaceLastNode(UnaryOperator<AqlPath.AqlNode> op)AqlPathAqlPath. replaceNode(int pos, AqlPath.AqlNode newNode)AqlPathAqlPath. withAttributeName(String attributeName)Methods in org.ehrbase.aql.dto.path with parameters of type AqlPath Modifier and Type Method Description AqlPathAqlPath. addEnd(AqlPath add)AqlPathAqlPath. removeEnd(AqlPath remove)AqlPathAqlPath. removeStart(AqlPath remove)booleanAqlPath. startsWith(AqlPath aqlPath) -
Uses of AqlPath in org.ehrbase.aql.dto.select
Methods in org.ehrbase.aql.dto.select that return AqlPath Modifier and Type Method Description AqlPathSelectFieldDto. getAqlPathDto()Methods in org.ehrbase.aql.dto.select with parameters of type AqlPath Modifier and Type Method Description voidSelectFieldDto. setAqlPath(AqlPath aqlPath)
-