Uses of Class
org.ehrbase.openehr.sdk.aql.webtemplatepath.AqlPath
Packages that use AqlPath
Package
Description
-
Uses of AqlPath in org.ehrbase.openehr.sdk.aql.dto.path
Methods in org.ehrbase.openehr.sdk.aql.dto.path that return AqlPathModifier and TypeMethodDescriptionstatic AqlPathAqlObjectPath.toAqlPath(AqlObjectPath aqlObjectPath) Methods in org.ehrbase.openehr.sdk.aql.dto.path with parameters of type AqlPathModifier and TypeMethodDescriptionstatic AqlObjectPathAqlObjectPath.fromAqlPath(AqlPath aqlPath) -
Uses of AqlPath in org.ehrbase.openehr.sdk.aql.webtemplatepath
Fields in org.ehrbase.openehr.sdk.aql.webtemplatepath declared as AqlPathModifier and TypeFieldDescriptionstatic final AqlPathAqlPath.EMPTY_PATHstatic final AqlPathAqlPath.ROOT_PATHMethods in org.ehrbase.openehr.sdk.aql.webtemplatepath that return AqlPathModifier and TypeMethodDescriptionAqlPath.addEnd(AqlPath.AqlNode... nodesToAdd) AqlPath.enableFormatCache()AqlPath.getEnd(int nodeCount) static AqlPathstatic AqlPathAqlPath.removeEnd(int nodeCount) AqlPath.removeStart(int nodeCount) AqlPath.removeStart(AqlPath remove) AqlPath.replaceLastNode(UnaryOperator<AqlPath.AqlNode> op) AqlPath.replaceNode(int pos, AqlPath.AqlNode newNode) AqlPath.withAttributeName(String attributeName) Methods in org.ehrbase.openehr.sdk.aql.webtemplatepath with parameters of type AqlPath